Re: [Mimedefang] Virus notification to virus administrator

2016-01-20 Thread Matt Garretson
On 1/7/2016 10:31 AM, jan hugo prins wrote: > I would have expected to see this output in $VirusScannerMessages. According to the mimedefang-filter manpage, that variable is only accessible in filter_begin, filter, filter_multipart and filter_end. Are you trying to access it in another

Re: [Mimedefang] Virus notification to virus administrator

2016-01-07 Thread Juergen Kleff
Hej, Am Donnerstag Januar 7 2016 12:25 schrieb jan hugo prins: > Hi, > > I'm currently trying to replace amavisd-new with mimedefang, but one > thing is currently really stopping me from going on. > We have a requirement to send a notification to an internal security > list for all virusses

Re: [Mimedefang] Virus notification to virus administrator

2016-01-07 Thread jan hugo prins
Hoi, On 01/07/2016 01:28 PM, Juergen Kleff wrote: > Hej, > > what about action_quarantine_entire_message(), which also sends a mail > to the mimedefang-admin, and action_notify_administrator()? And there > is add_recipient() and delete_recipient(), which might be useful in > your case. > >