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

No edit summary
No edit summary
Line 2: Line 2:


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>
 
1) Create a normal user account.  Call it spam@example.com for example.
* 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.  
* Create a mail filter that if an email is over 1 Byte it is discarded.  
</tt>
 
This will discard all mail sent to this account.
This will discard all mail sent to this account.

Revision as of 00:27, 28 February 2006

Creating a /dev/null account

Sometimes you'd like to create an account where mail is black holed or sent to /dev/null. One way to do this is:

  • Create a normal user account. Call it spam@example.com for example.
  • 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