[Mimedefang] How to quarantine by filter_recipient ?

David F. Skoll dfs at roaringpenguin.com
Wed Jul 2 13:26:01 EDT 2003


On Wed, 2 Jul 2003, James Whittington wrote:

> I would like to be able to quarantine messages to a particular domain.

OK.

> sub filter_recipient {

You can't quarantine a message in filter_recipient because you don't
have any message to quarantine yet.

You need to move the logic into filter_begin or filter_end.  Unfortunately,
you then lose the ability to fail for a particular recipient but succeed
for another.

--
David.



More information about the MIMEDefang mailing list