[Mimedefang] Re: On pinheaded ISP's that insist on a copy of Spam

Yizhar Hurwitz yizhar at mail.com
Mon Jan 29 14:23:27 EST 2007


HI.
 > So I'd like to still make the remote end think that the message was 
rejected
 > (on the unlikely possibility that this will cause them to delete this 
address from their database and go away permanently... probably just a 
pipe-dream...)...
 > but at the same time, move the message into another mailbox where I 
can then forward it (along with a complaint) to the appropriate ISP.

One way to do it is quite simple:
add the command:
action_quarantine_entire_message('bla..bla');

Or maybe:
action_quarantine_entire_message($msgid);

In "mimedefang-filter", at filter_end, just before you have something like:
action_bounce('bye bye');

But cation - this will cause additional load on your server and consume 
some disk space and file system directory entries,
so you might wish to quarantine only messages from specific ip 
addresses, and/or run a scheduled job to clean old items from the 
quarantine.

Yizhar Hurwitz
http://yizhar.mvps.org




More information about the MIMEDefang mailing list