[Mimedefang] Dictionary attacks, NDRs etc..

David F. Skoll dfs at roaringpenguin.com
Thu Dec 4 12:36:14 EST 2003


On Thu, 4 Dec 2003, Fred Felgenhauer wrote:

> delete_recipient($recip); <--------------- Does not delete recipients

Correct; read the mimedefang-filter man page.

You should be doing your test in filter_recipient; if you reject a
recipient there, it won't get added to @Recipients, the sender will
get a 5XX code, and you may even reduce the number of recipients to
1 (which will let you avoid streaming) or 0 (which will skip all
the content-filtering.)

Regards,

David.



More information about the MIMEDefang mailing list