Re: Whitelist IP Address

2005-03-10 Thread Kris Deugau
[EMAIL PROTECTED] wrote: > Ideally there'd be a way to only look at Received headers that were > added by the server you're running on, or (going back a bit at a > time) added by trusted perimeter hosts. I did that. For a variety of legacy reasons, one of the filter servers here is the very last

Re: Whitelist IP Address

2005-03-10 Thread Justin Mason
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matt Kettler writes: > At 12:38 PM 3/10/2005, Mikael Hakman wrote: > >However, in my previous comment, I didn't express myself precisely enough. > >I didn't mean "block" or "let through" rather "execute test and set > >specified score if the test tu

Re: Whitelist IP Address

2005-03-10 Thread Justin Mason
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] writes: > Justin Mason wrote: > > It's extremely trivial to add as a normal regexp rule: > > > > header MY_WHITELIST_1 Received =~ /\[111.222.11.22\]/ > > score MY_WHITELIST_1-5 > > Mikael Hakman writes: > >> Wouldn't

RE: Whitelist IP Address

2005-03-10 Thread Matthew.van.Eerde
Justin Mason wrote: > It's extremely trivial to add as a normal regexp rule: > > header MY_WHITELIST_1 Received =~ /\[111.222.11.22\]/ > score MY_WHITELIST_1-5 > Mikael Hakman writes: >> Wouldn't you all agree that blocking or letting through emails sent >> from or relayed by specifi

Re: Whitelist IP Address

2005-03-10 Thread Matt Kettler
At 12:38 PM 3/10/2005, Mikael Hakman wrote: However, in my previous comment, I didn't express myself precisely enough. I didn't mean "block" or "let through" rather "execute test and set specified score if the test turns true" so that the final decision what to do with the mail could be affected

Re: Whitelist IP Address

2005-03-10 Thread Justin Mason
> difficult to forge and easier to trace than names. > > - Original Message - > From: "Matt Kettler" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>; > Sent: Thursday, March 10, 2005 1:55 AM > Subject: Re: Whitelist IP Address > > >

Re: Whitelist IP Address

2005-03-10 Thread Mikael Hakman
FAIK this you cannot do in an SMTP server. You also want to gather together all spam related work in one place. - Original Message - From: "Matt Kettler" <[EMAIL PROTECTED]> To: "Mikael Hakman" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; Sent: Thursda

Re: Whitelist IP Address

2005-03-10 Thread Matt Kettler
At 05:39 AM 3/10/2005, Mikael Hakman wrote: Wouldn't you all agree that blocking or letting through emails sent from or relayed by specified IP addresses and subnets is quite a basic functionality? In a sense it is more basic than doing the same with DNS names and SMTP addresses because all thos

Re: Whitelist IP Address

2005-03-10 Thread Mike Carlson
will get added to a future version. --Mike -Original Message- From: "Mikael Hakman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>, , "Matt Kettler" <[EMAIL PROTECTED]> Date: Thu, 10 Mar 2005 11:39:41 +0100 Subject: Re: Whitelist IP Address > Wouldn

Re: Whitelist IP Address

2005-03-10 Thread Mikael Hakman
>; Sent: Thursday, March 10, 2005 1:55 AM Subject: Re: Whitelist IP Address At 07:49 PM 3/9/2005, Mike Carlson wrote: How do you whitelist an IP address? I want to allow all email from a specific IP address to pass through the filter without being tagged as spam. I added all 4 IP addresses

Re: Whitelist IP Address

2005-03-10 Thread Arvinn Løkkebakken
Matt Kettler wrote: At 07:49 PM 3/9/2005, Mike Carlson wrote: How do you whitelist an IP address? I want to allow all email from a specific IP address to pass through the filter without being tagged as spam. I added all 4 IP addresses of the server to the trusted networks list, but that didnt se

Re: Whitelist IP Address

2005-03-10 Thread Matt Kettler
At 07:49 PM 3/9/2005, Mike Carlson wrote: How do you whitelist an IP address? I want to allow all email from a specific IP address to pass through the filter without being tagged as spam. I added all 4 IP addresses of the server to the trusted networks list, but that didnt seem to do it. Pretty muc