RE: SPF not working with these headers, why?

2006-12-08 Thread Bret Miller
> > Bret Miller wrote: > > > I should probably submit this to bz, but I thought I'd ask > > here first in > > > case it's obvious... Why is SFP_PASS not firing on this? > > > > Run the message through spamassassin -Dspf and find out. > > > > Daryl > > > > OK. It says: > > [2840] dbg: spf: checking

RE: SPF not working with these headers, why?

2006-12-08 Thread Bret Miller
> Bret Miller wrote: > > I should probably submit this to bz, but I thought I'd ask > here first in > > case it's obvious... Why is SFP_PASS not firing on this? > > Run the message through spamassassin -Dspf and find out. > > Daryl > OK. It says: [2840] dbg: spf: checking HELO (helo=, ip=65.17.19

Re: SPF not working with these headers, why?

2006-12-08 Thread Daryl C. W. O'Shea
Bret Miller wrote: I should probably submit this to bz, but I thought I'd ask here first in case it's obvious... Why is SFP_PASS not firing on this? Run the message through spamassassin -Dspf and find out. Daryl

Re: SPF not working

2004-10-05 Thread Brett Romero
- Original Message - From: "Dermot McNally" <[EMAIL PROTECTED]> To: "Daniel Quinlan" <[EMAIL PROTECTED]> Cc: "Raymond Dijkxhoorn" <[EMAIL PROTECTED]>; "Real Magnet - Brett Romero" <[EMAIL PROTECTED]>; Sent: Tuesday, Octobe

Re: SPF not working

2004-10-05 Thread Dermot McNally
Daniel Quinlan wrote: > 2. Put this single line into init.pre which should be in >/etc/spamassassin or /etc/mail/spamassassin: > > --- start of cut text -- > loadplugin Mail::SpamAssassin::Plugin::SPF > --- end Interesting - I'm having a similar

Re: SPF not working

2004-10-04 Thread Theo Van Dinter
On Mon, Oct 04, 2004 at 01:38:35PM -0400, Brett Romero wrote: > debug: Failed to parse line in SpamAssassin configuration, skipping: > 50_scores.cf:score SP > F_PASS -0.001 what's with the newline? > score SPF_PASS -0.001 Your install has very serious issues if it can't parse that line. -- Ra

Re: SPF not working

2004-10-04 Thread Brett Romero
- Original Message - From: "Bill Landry" <[EMAIL PROTECTED]> To: "Brett Romero" <[EMAIL PROTECTED]>; Sent: Monday, October 04, 2004 1:00 PM Subject: Re: SPF not working - Original Message - From: "Brett Romero" <[EMAIL PROTE

Re: SPF not working

2004-10-04 Thread Bill Landry
- Original Message - From: "Brett Romero" <[EMAIL PROTECTED]> > All of these entries are in the debug. So far, everything is setup and > running as it should. Just nothing coming through on the reporting. Any > suggestions? Sorry, don't know what else to tell you. I spawn SA via Amav

Re: SPF not working

2004-10-04 Thread Brett Romero
- Original Message - From: "Bill Landry" <[EMAIL PROTECTED]> To: "Brett Romero" <[EMAIL PROTECTED]>; Sent: Monday, October 04, 2004 1:00 PM Subject: Re: SPF not working - Original Message - From: "Brett Romero" <[EMAIL PROTE

Re: SPF not working

2004-10-04 Thread Bill Landry
- Original Message - From: "Brett Romero" <[EMAIL PROTECTED]> > Yes - everything is installed and the init.pre has the correct entry for > SPF.. How can I double check that it is working? Especially - > Mail::SPF::Query. Try piping a message directly through SA with the following: spa

Re: SPF not working

2004-10-04 Thread Brett Romero
- Original Message - From: "Bill Landry" <[EMAIL PROTECTED]> To: "Brett Romero" <[EMAIL PROTECTED]>; Sent: Monday, October 04, 2004 12:19 PM Subject: Re: SPF not working - Original Message - From: "Brett Romero" <[EMAIL PROTECTED

Re: SPF not working

2004-10-04 Thread Bill Landry
- Original Message - From: "Brett Romero" <[EMAIL PROTECTED]> > >> If there is no SPF result, because the domain has not > >> published SPF records, then no SPF header or log entry will appear. > >> > > > > Which means it won't appear for most mail. > > Thank you. If I input the domain n

Re: SPF not working

2004-10-04 Thread Brett Romero
- Original Message - From: "Kai Schaetzl" <[EMAIL PROTECTED]> To: Sent: Sunday, October 03, 2004 7:31 AM Subject: Re: SPF not working Bill Landry wrote on Fri, 1 Oct 2004 16:03:56 -0700: If there is no SPF result, because the domain has not published SPF records, then

Re: SPF not working

2004-10-03 Thread Kai Schaetzl
Bill Landry wrote on Fri, 1 Oct 2004 16:03:56 -0700: > If there is no SPF result, because the domain has not > published SPF records, then no SPF header or log entry will appear. > Which means it won't appear for most mail. Kai -- Kai Schätzl, Berlin, Germany Get your web at Conactive Intern

Re: SPF not working

2004-10-01 Thread Bill Landry
- Original Message - From: "Brett Romero" <[EMAIL PROTECTED]> > I've tried this but still don't get the SPF results. Any other suggestions? > > Does it only appear if the header info is non SPF? Or, when does it appear? No, the header and log entries will only appear if there is either

Re: SPF not working

2004-10-01 Thread Brett Romero
- Original Message - From: "Raymond Dijkxhoorn" <[EMAIL PROTECTED]> To: "Daniel Quinlan" <[EMAIL PROTECTED]> Cc: "Real Magnet - Brett Romero" <[EMAIL PROTECTED]>; Sent: Friday, October 01, 2004 5:12 PM Subject: Re: SPF not working Hi

Re: SPF not working

2004-10-01 Thread Raymond Dijkxhoorn
Hi! Naturally these scores are something you could alter, and most likely you should ;) Sorry, that is bad advice. Do not do that. 1. Make sure you have the required modules as specified in the INSTALL document (Net::DNS and Mail::SPF::Query) You are right. I noticed they were added to the defau

Re: SPF not working

2004-10-01 Thread Daniel Quinlan
>> Yes, I did install the module. How do I makes sure the scores are enabled >> inside the local.cf file? What exactly am I looking for? Raymond Dijkxhoorn <[EMAIL PROTECTED]> writes: > Well. Put something inside like: > > score SPF_PASS -0.974 > score SPF_FAIL 0 0.974 0 0.875 > score SPF_SO

Re: SPF not working

2004-10-01 Thread Brett Romero
- Original Message - From: "Raymond Dijkxhoorn" <[EMAIL PROTECTED]> To: "Real Magnet - Brett Romero" <[EMAIL PROTECTED]> Cc: Sent: Friday, October 01, 2004 4:19 PM Subject: Re: SPF not working Hi! I'm using SA 3.0 on Win Server 2003. The SPF resu

Re: [sa-list] Re: SPF not working

2004-10-01 Thread Dan Mahoney, System Admin
On Fri, 1 Oct 2004, Raymond Dijkxhoorn wrote: Are there recommended values for these? -Dan Hi! I'm using SA 3.0 on Win Server 2003. The SPF results never show up in my reports. It does show up in the debug information. How do I get the SPF info to show up in the reporting info? Did you insta

Re: SPF not working

2004-10-01 Thread Raymond Dijkxhoorn
Hi! I'm using SA 3.0 on Win Server 2003. The SPF results never show up in my reports. It does show up in the debug information. How do I get the SPF info to show up in the reporting info? Did you install the needed perl module to do that, and did you also enable the scores inside your local.

Re: SPF not working

2004-10-01 Thread Real Magnet - Brett Romero
- Original Message - From: "Raymond Dijkxhoorn" <[EMAIL PROTECTED]> To: "Real Magnet - Brett Romero" <[EMAIL PROTECTED]> Cc: Sent: Friday, October 01, 2004 4:14 PM Subject: Re: SPF not working Hi! I'm using SA 3.0 on Win Server 2003. The SPF resu

Re: SPF not working

2004-10-01 Thread Raymond Dijkxhoorn
Hi! I'm using SA 3.0 on Win Server 2003. The SPF results never show up in my reports. It does show up in the debug information. How do I get the SPF info to show up in the reporting info? Did you install the needed perl module to do that, and did you also enable the scores inside your local.c