RE: [Mimedefang] Allowing mails from specific users

2004-11-01 Thread Paul Murphy
Richard, I use a Perl hash to hold details of all whitelisted addresses, and check this before calls to contentious parts of the filter, e.g.: At the top of the filter (i.e. globally): # Addresses to allow regardless of origin $IncomingWhitelist{'[EMAIL PROTECTED]'} = 1; $IncomingWhitelist{'[EMA

Re: [Mimedefang] Allowing mails from specific users

2004-11-01 Thread Richard Whelan
True, but it's an unusual email address, and I have AV checking on a separate system that all mails go through, so that wouldn't be skipped. Yes that would work. Of course any virus/spammer pretending to use that email address would also get through. Nelson Minica Thanks, Richard

RE: [Mimedefang] Allowing mails from specific users

2004-11-01 Thread Minica, Nelson \(EDS\)
Yes that would work. Of course any virus/spammer pretending to use that email address would also get through. Nelson Minica ___ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpengu

[Mimedefang] Allowing mails from specific users

2004-11-01 Thread Richard Whelan
Hi, One of my local users needs to be able to receive specific emails from one particular user, however, the sender is sending attached files which are zipped .exe files. At the moment, I' having to unquaratine these mails daily, but ideally I would like to set MD so that the extensions check i