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

[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_wi