This is a discussion on Whitelist senders within the alt.comp.mail.exim forums, part of the Mail Servers and Related category; Hi, I've got a filter set up for file extensions usually sent by spammers: deny message = Blacklisted file extension ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I've got a filter set up for file extensions usually sent by spammers: deny message = Blacklisted file extension detected- pls try again w/o attachment! condition = ${if match \ {${lc:$mime_filename}} \ {\N(\.exe|\.pif|\.bat|\.scr|\.gif|\.lnk|\.com)$\N} \ {1}{0}} what can I put in to say 'except for this list of people who can send anything" Thanks |
|
|||
|
On 2007-08-13, Doh <doh@microsoft.com> wrote:
> Hi, > > I've got a filter set up for file extensions usually sent by spammers: > > deny message = Blacklisted file extension detected- pls try again w/o > attachment! > condition = ${if match \ > {${lc:$mime_filename}} \ > > {\N(\.exe|\.pif|\.bat|\.scr|\.gif|\.lnk|\.com)$\N} \ > {1}{0}} > > > > what can I put in to say 'except for this list of people who can send > anything" Hi, What about putting this line after the 'deny message' line : hosts = !allowed.attachment.host : !another.allowed.host \ !yet.another.allowed.host Regards, Nrth. |
|
|||
|
Nrth wrote:
> On 2007-08-13, Doh <doh@microsoft.com> wrote: >> Hi, >> >> I've got a filter set up for file extensions usually sent by spammers: >> >> deny message = Blacklisted file extension detected- pls try again w/o >> attachment! >> condition = ${if match \ >> {${lc:$mime_filename}} \ >> >> {\N(\.exe|\.pif|\.bat|\.scr|\.gif|\.lnk|\.com)$\N} \ >> {1}{0}} >> >> >> >> what can I put in to say 'except for this list of people who can send >> anything" > > Hi, > > What about putting this line after the 'deny message' line : > > hosts = !allowed.attachment.host : !another.allowed.host \ > !yet.another.allowed.host > > > Regards, > > Nrth. Perfect, thanks! |
![]() |
| Thread Tools | |
| Display Modes | |
|
|