Whitelist senders

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 ...


Go Back   Usenet Forums > Mail Servers and Related > alt.comp.mail.exim

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 08-13-2007
Doh
 
Posts: n/a
Default Whitelist senders

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
Reply With Quote
  #2 (permalink)  
Old 08-15-2007
Nrth
 
Posts: n/a
Default Re: Whitelist senders

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.
Reply With Quote
  #3 (permalink)  
Old 08-15-2007
Doh
 
Posts: n/a
Default Re: Whitelist senders

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!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 02:43 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0