How to create a /dev/null account or spam trap?: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
Sometimes you'd like to create an account where mail is black holed or sent to /dev/null.  One way to do this is:
Sometimes you'd like to create an account where mail is black holed or sent to /dev/null.  One way to do this is:
[tt]
<tt>
1) Create a normal user account.  Call it spam@example.com for example.
1) Create a normal user account.  Call it spam@example.com for example.
2) Create a mail filter that if an email is over 1 Byte it is discarded.  
2) Create a mail filter that if an email is over 1 Byte it is discarded.  
[/tt]
</tt>
This will discard all mail sent to this account.
This will discard all mail sent to this account.

Revision as of 00:25, 28 February 2006

Sometimes you'd like to create an account where mail is black holed or sent to /dev/null. One way to do this is: 1) Create a normal user account. Call it spam@example.com for example. 2) Create a mail filter that if an email is over 1 Byte it is discarded. This will discard all mail sent to this account.

Jump to: navigation, search