Re: [Mimedefang] action_drop_with_warning with recipient depending message

2017-01-06 Thread Richard Laager
You have to understand that MIMEDefang is operating on one message. It
may have multiple recipients, but anything you do happens to that message.

If you want different per-recipient behavior for the same message,
somewhere along the line you need to resend the message. You can do this
up-front all the time with stream_by_recipient() or you can do it as
needed with resend_message().

-- 
Richard
___
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 MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


[Mimedefang] action_drop_with_warning with recipient depending message

2017-01-06 Thread Marcus Schopen
Hi,

depending on the recipient I'd like to drop with different warning
messages using action_drop_with_warning e.g. when a virus is found. As I
understand action_drop_with_warning, it drops with the same message at
one go for each recipient in case of multiple recipients, so calling
action_drop_with_warning within e.g. "foreach ... (@Recipients)" to get
the recipients one after another in sub filter would put as many
warnings as recipients to the message. Any ideas how to solve that?

Ciao
Marcus

___
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 MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang