I've found on a couple servers that have the following entry in /etc/aliases
:
root: \root,email@example.com
You can send mail to /dev/null
like this:
root: /dev/null
I can't find \root
used in any documentation.
- Does
\root
do anything? - Could it be a syntax error?