Page is a not externally linkable
- Hardware and OS Related Technologies
-- Website Technology Issues
---- Using procmail, php and mysql to blacklist email


lammert - 12:07 am on Jan 20, 2010 (gmt 0)


procmail checks the contents of the email after processing. You could add an extra header line to the message, for example X-Real-Junk: Yes. The following procmail lines will send that message then to the write-only /dev/null mailbox.

:0:
* ^X-Real-Junk: Yes
/dev/null


Thread source:: http://www.webmasterworld.com/website_technology/4063841.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com