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

_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list [email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to