Re: a little help please

2013-12-16 Thread Karsten Bräckelmann
On Sun, 2013-12-15 at 18:04 -0500, Jeff Jennings wrote:
> I setup an email server today and for the life of me I can't figure
> out why my spamaassin implementation is flagging all of my emails from
> the server with DATE_IN_FUTURE_03_06


> Received: from spamtitan.example.com ([127.0.0.1])
>   by spamtitan.example.com (spamtitan.example.com [127.0.0.1]) (amavisd-new, 
> port 10024)
>   with ESMTP id kWr4MjemmWqe for ; Sun, 15 Dec 2013 18:50:24 + (UTC)
> Received: from xxx (unknown [98.16.160.99])
>   by spamtitan.example.com (Postfix) with ESMTP id 427543D1974
>   for ; Sun, 15 Dec 2013 18:50:24 + (UTC)

> Date: Mon, 16 Dec 2013 04:20:20 +0530

That's Dec 15, 22:50:20 UTC, 4 hours in the future from your SMTP / SA
server's point of view. One of these clocks need adjustment.


-- 
char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}



Re: a little help please

2013-12-15 Thread Benny Pedersen

Jeff Jennings skrev den 2013-12-16 00:04:


Received: from xxx (unknown [98.16.160.99])
 by spamtitan.example.com [1] (Postfix) with ESMTP id 427543D1974
 for ; Sun, 15 Dec 2013 18:50:24 + (UTC)



Date: Mon, 16 Dec 2013 04:20:20 +0530


mua says the Date: but the mailserver is not using same timezone ?

is the server using ntpd ?

is mua using ntpd ?

seems not




Re: a little help please

2013-12-15 Thread Dave Warren

On 2013-12-15 15:04, Jeff Jennings wrote:
I setup an email server today and for the life of me I can't figure 
out why my spamaassin implementation is flagging all of my emails from 
the server with DATE_IN_FUTURE_03_06


Have you checked the obvious, do you have both your server's time and 
time zone set correctly?


--
Dave Warren
http://www.hireahit.com/
http://ca.linkedin.com/in/davejwarren

If you've had half as much fun reading this as I've had writing it,
I've had twice as much fun as you.



Re: a little help please

2013-12-15 Thread Martin Gregorie
On Sun, 2013-12-15 at 18:04 -0500, Jeff Jennings wrote:
> I setup an email server today and for the life of me I can't figure out why
> my spamaassin implementation is flagging all of my emails from the server
> with DATE_IN_FUTURE_03_06
> 
Your timezone is GMT -5 (from your) letter header, and you sent to
letter at 15 Dec 13 at 23:04 GMT. The Date header in the e-mail you
checked says it was sent on <<16>> Dec 13 from timezone GMT +530, thich
corresponds to the 15th at 23:10 GMT.

IOW the message you're complaining about was dated in the future when
you posted to the SA mailing list. How long before you posted to the SA
list did you you run the SA on it?

It might be worth double checking that your timezone is set correctly.


Martin






Re: a little help please

2005-11-03 Thread Andy Jezierski

"Ryan O'Neil" <[EMAIL PROTECTED]>
wrote on 11/03/2005 03:31:38 PM:

> I’m not sure what the problem is but when I run spamassassin –lint
–
> debug I get this output
>  
> It says it has 4 errors, I’m sure a couple of
them are plugin 
> related but I’m kinda retarted when reading this stuff as I’m new
to
> all of this.
>  
[snip]

> [2718] dbg: dns: Net::DNS version: 0.31

[snip]

Your Net::DNS is also pretty ancient. I'd upgrade
that as well.  Check the INSTALL guide for the required Perl modules
and versions.

Andy


Re: a little help please

2005-11-03 Thread Matt Kettler
Ryan O'Neil wrote:
> I’m not sure what the problem is but when I run spamassassin –lint
> –debug I get this output
> 
>  
> 
> It says it has 4 errors, I’m sure a couple of them are plugin related
> but I’m kinda retarted when reading this stuff as I’m new to all of this.

Re-run *without* the debug enabled to get a more useful list.

Linting with debug on can be useful, but I'd always suggest linting first
without debug just so the errors aren't buried in a pile of irrelevant debug
messages.

Here's the real problems and some commentary.

> [2718] warn: config: failed to parse line, skipping: Razor2 - perform
> Razor2 message checks.
> 
> 
> [2718] warn: config: failed to parse line, skipping:
> use_razor2  1

Looks like you uncommented a comment line, instead of a loadplugin line for
razor in v310.pre.. fix that.

> [2718] warn: config: failed to parse line, skipping:
> use_pyzor   1

Did you comment out the loadplugin for pyzor?

> 
> [2718] warn: config: failed to parse, now a plugin, skipping:
> ok_languagesen

Did you uncomment the textcat plugin?

> 
> [2718] warn: config: warning: score set for non-existent rule
> SUBJECT_DRUG_GAP_VIA

Looks like you've got a score line for SUBJECT_DRUG_GAP_VIA in your local.cf,
but that rule was removed and no longer exists in 3.1.0.