Re: SPF-check works, but Whitelist-by-SPF does not

2008-07-14 Thread Wil Decius
> Just for S&Gs, try changing that "whitelist_from_spf [EMAIL PROTECTED]" > to a "def_whitelist_from_spf [EMAIL PROTECTED]" That made some sense to me to try! But, unfortunately, still no change. > One other possibility, it may be due to issues parsing the > "Received:" header that your MTA add

Re: SPF-check works, but Whitelist-by-SPF does not

2008-07-14 Thread David B Funk
On Mon, 14 Jul 2008, Wil Decius wrote: > > Try adding > > > > envelope_sender_header Return-Path > > I added that as well -- no difference. > > Using the "manual debug" output from above, I noticed, > > [7562] dbg: spf: def_whitelist_from_spf: [EMAIL PROTECTED] is > not in DEF_WHITELIST_FROM_SPF >

Re: SPF-check works, but Whitelist-by-SPF does not

2008-07-14 Thread Wil Decius
> It's REALLY shooting in the dark beause it indicates a possibly broken > parser, but, I'm inclined to suggest that as quoted he has a lead blank > in front of his whitelist_from_spf entry. > > I'd also retype it to make sre there are no messed up characters line > a 0xa0 space in there. (I also f

Re: SPF-check works, but Whitelist-by-SPF does not

2008-07-14 Thread mouss
jdow wrote: From: "John Hardin" <[EMAIL PROTECTED]> Sent: Monday, 2008, July 14 09:30 On Mon, 2008-07-14 at 08:14 -0700, Wil Decius wrote: > Are you sure you're checking the correct config file? Yes. From the debug output, [7596] dbg: config: using "/etc/mail/spamassassin" for site rules di

Re: SPF-check works, but Whitelist-by-SPF does not

2008-07-14 Thread jdow
From: "John Hardin" <[EMAIL PROTECTED]> Sent: Monday, 2008, July 14 09:30 On Mon, 2008-07-14 at 08:14 -0700, Wil Decius wrote: > Are you sure you're checking the correct config file? Yes. From the debug output, [7596] dbg: config: using "/etc/mail/spamassassin" for site rules dir [7596] dbg:

Re: SPF-check works, but Whitelist-by-SPF does not

2008-07-14 Thread Wil Decius
> That's the sitewide config file, though, and the debug output explicitly > says "[EMAIL PROTECTED] is not in >>user's<< > WHITELIST_FROM_SPF". Ok. I'm not sure what to do about that -- I'm only reporting what I see. There is only ONE local.cf on this box.

Re: SPF-check works, but Whitelist-by-SPF does not

2008-07-14 Thread John Hardin
On Mon, 2008-07-14 at 08:14 -0700, Wil Decius wrote: > > Are you sure you're checking the correct config file? > > Yes. From the debug output, > > [7596] dbg: config: using "/etc/mail/spamassassin" for site rules dir > [7596] dbg: config: read file /etc/mail/spamassassin/local.cf > > Which is

Re: SPF-check works, but Whitelist-by-SPF does not

2008-07-14 Thread Wil Decius
> Are you sure you're checking the correct config file? Yes. From the debug output, [7596] dbg: config: using "/etc/mail/spamassassin" for site rules dir [7596] dbg: config: read file /etc/mail/spamassassin/local.cf Which is the file I'm editing. In any case, other changes to it get picked up

Re: SPF-check works, but Whitelist-by-SPF does not

2008-07-14 Thread John Hardin
On Mon, 2008-07-14 at 06:49 -0700, Wil Decius wrote: > [7562] dbg: spf: whitelist_from_spf: [EMAIL PROTECTED] is not > in user's WHITELIST_FROM_SPF ^^^ > but checking again in "local.cf" > > grep technologyladder.com local.cf > whitelist_from_spf [EMAIL PROTECTED] > > Apparently

Re: SPF-check works, but Whitelist-by-SPF does not

2008-07-14 Thread Wil Decius
> Try adding > > envelope_sender_header Return-Path I added that as well -- no difference. Using the "manual debug" output from above, I noticed, [7562] dbg: spf: def_whitelist_from_spf: [EMAIL PROTECTED] is not in DEF_WHITELIST_FROM_SPF [7562] dbg: spf: whitelist_from_spf: [EMAIL PROTECTED] is

Re: SPF-check works, but Whitelist-by-SPF does not

2008-07-14 Thread Henrik K
On Mon, Jul 14, 2008 at 06:08:30AM -0700, Wil Decius wrote: > > Answering my own observation this seems to work with my fetchmail based > > system: > > > > always_trust_envelope_sender 1 > > Adding that line to my local.cf has no apparent effect -- at least on > messages from the sender. They're

Re: SPF-check works, but Whitelist-by-SPF does not

2008-07-14 Thread Wil Decius
> Answering my own observation this seems to work with my fetchmail based > system: > > always_trust_envelope_sender 1 Adding that line to my local.cf has no apparent effect -- at least on messages from the sender. They're still Passing SPF, but NOT getting whitelisted.

Re: SPF-check works, but Whitelist-by-SPF does not

2008-07-14 Thread jdow
From: "jdow" <[EMAIL PROTECTED]> Sent: Monday, 2008, July 14 01:18 From: "Wil Decius" <[EMAIL PROTECTED]> Sent: Sunday, 2008, July 13 18:20 if mail contains Received headers indicating that mail was forwarded by a trusted hop (a hop is not necessarily a box. it may be a proxy, an MTA instan

Re: SPF-check works, but Whitelist-by-SPF does not

2008-07-14 Thread ram
On Fri, 2008-07-11 at 07:06 -0700, Wil Decius wrote: > I'm trying to get Spamassassin local configuration setup to > whitleist-by-SPF. The box, as delivered to me, runs Debian with > > spamassassin -V > SpamAssassin version 3.2.5-r609689 > running on Perl version 5.8.8 > > In local.cf I'

Re: SPF-check works, but Whitelist-by-SPF does not

2008-07-14 Thread jdow
From: "Wil Decius" <[EMAIL PROTECTED]> Sent: Sunday, 2008, July 13 18:20 if mail contains Received headers indicating that mail was forwarded by a trusted hop (a hop is not necessarily a box. it may be a proxy, an MTA instance, ... etc), then addresses may have been rewritten and are thus "untr

Re: SPF-check works, but Whitelist-by-SPF does not

2008-07-13 Thread Wil Decius
> if mail contains Received headers indicating that mail was forwarded by a > trusted hop (a hop is not necessarily a box. it may be a proxy, an MTA > instance, ... etc), then addresses may have been rewritten and are thus > "untrusted". On my box there's only my mail server & SA. No proxies etc.

Re: SPF-check works, but Whitelist-by-SPF does not

2008-07-13 Thread mouss
Wil Decius wrote: On Sun, Jul 13, 2008 at 3:30 PM, mouss <[EMAIL PROTECTED]> wrote: If mail is forwarded by a trusted hop before SA, you need always_trust_envelope_sender=1 There's nothing special about this SA installation. It's just SA running @ "mail.mydomain.com". I'm doing no f

Re: SPF-check works, but Whitelist-by-SPF does not

2008-07-13 Thread Wil Decius
On Sun, Jul 13, 2008 at 3:30 PM, mouss <[EMAIL PROTECTED]> wrote: > If mail is forwarded by a trusted hop before SA, you need > > always_trust_envelope_sender=1 There's nothing special about this SA installation. It's just SA running @ "mail.mydomain.com". I'm doing no forwarding from one box to

Re: SPF-check works, but Whitelist-by-SPF does not

2008-07-13 Thread mouss
Wil Decius wrote: I'm trying to get Spamassassin local configuration setup to whitleist-by-SPF. The box, as delivered to me, runs Debian with spamassassin -V SpamAssassin version 3.2.5-r609689 running on Perl version 5.8.8 In local.cf I've added whitelist_from_spf [EMAIL PR