Re: upgrade to 3.1.1

2006-04-07 Thread Mark Martinec
> Try adding this to your amavisd.conf: > $sa_debug = 1; > or > $sa_debug = '1,all'; > I'm not sure of the difference there, but those should allow amavis to > give you some information about how SA is running. The '1' was a value of choice with SA 2.x, the 'all' is used by SA 3.x. Luc

RE: upgrade to 3.1.1 - solved, but?

2006-04-07 Thread Andy Jezierski
Robert Fitzpatrick <[EMAIL PROTECTED]> wrote on 04/07/2006 01:11:44 PM: > On Fri, 2006-04-07 at 13:58 -0400, Bowie Bailey wrote: > > That's normal.  RDJ keeps an extra copy of all of the rules in that > > subdirectory.  SpamAssassin should ignore them.  You need to leave the > > rules in /usr/loc

RE: upgrade to 3.1.1 - solved, but?

2006-04-07 Thread Bowie Bailey
Robert Fitzpatrick wrote: > On Fri, 2006-04-07 at 13:58 -0400, Bowie Bailey wrote: > > That's normal. RDJ keeps an extra copy of all of the rules in that > > subdirectory. SpamAssassin should ignore them. You need to leave > > the rules in /usr/local/etc/mail/spamassassin since that is where > >

RE: upgrade to 3.1.1 - solved, but?

2006-04-07 Thread Robert Fitzpatrick
On Fri, 2006-04-07 at 13:58 -0400, Bowie Bailey wrote: > That's normal. RDJ keeps an extra copy of all of the rules in that > subdirectory. SpamAssassin should ignore them. You need to leave the > rules in /usr/local/etc/mail/spamassassin since that is where SA will > read them from. > So, I n

RE: upgrade to 3.1.1 [solved]

2006-04-07 Thread Robert Fitzpatrick
On Fri, 2006-04-07 at 12:42 -0400, Bowie Bailey wrote: > > Thanks, I am running Postfix 2.2.8 with amavisd-new 2.3.3. I took a > > message in my inbox, viewed source and copied to a file on the server, > > but when I run 'spamassassin -D testfile', it just sits there and > > hangs. The messages ar

RE: upgrade to 3.1.1 - solved, but?

2006-04-07 Thread Bowie Bailey
Robert Fitzpatrick wrote: > > The real problem is when I run rulesdujour, I end up with duplicate > cf, a copy of each rule being in both > /usr/local/etc/mail/spamassassin as well as a RuleDuJour sub folder, > so it twice. I nuke the rules in the SA folder, leaving the ones in > RulesDuJour sub f

RE: upgrade to 3.1.1 - solved, but?

2006-04-07 Thread Robert Fitzpatrick
On Fri, 2006-04-07 at 12:42 -0400, Bowie Bailey wrote: > > Thanks, I am running Postfix 2.2.8 with amavisd-new 2.3.3. I took a > > message in my inbox, viewed source and copied to a file on the server, > > but when I run 'spamassassin -D testfile', it just sits there and > > hangs. The messages ar

RE: upgrade to 3.1.1

2006-04-07 Thread Andy Jezierski
Robert Fitzpatrick <[EMAIL PROTECTED]> wrote on 04/07/2006 11:33:25 AM: [snip] > Thanks, I am running Postfix 2.2.8 with amavisd-new 2.3.3. I took a > message in my inbox, viewed source and copied to a file on the server, > but when I run 'spamassassin -D testfile', it just sits there and hangs.

RE: upgrade to 3.1.1

2006-04-07 Thread Bowie Bailey
Robert Fitzpatrick wrote: > On Fri, 2006-04-07 at 08:31 -0700, Bret Miller wrote: > > Running a single message through SA with the -D option would > > probably show you where the delay is. > > > > Unless you've disabled the URIDNSBL plugin, I'd add RBL_TIMEOUT 5 to > > your config as the RBL timo

RE: upgrade to 3.1.1

2006-04-07 Thread Robert Fitzpatrick
On Fri, 2006-04-07 at 08:31 -0700, Bret Miller wrote: > Running a single message through SA with the -D option would probably > show you where the delay is. > > Unless you've disabled the URIDNSBL plugin, I'd add RBL_TIMEOUT 5 to > your config as the RBL timout value is used for other DNS-type loo

RE: upgrade to 3.1.1

2006-04-07 Thread Bret Miller
> I upgraded from 3.1.0 to 3.1.1 and my delays went from less than 20 to > 900 to over 1000. Here is my rule sets used by rules du jour and my SA > config (same as prior to upgrade). I don't see anything that > needs to be > changed, can someone suggest what I am doing wrong? > > [ "${TRUSTED_RULES

upgrade to 3.1.1

2006-04-07 Thread Robert Fitzpatrick
I upgraded from 3.1.0 to 3.1.1 and my delays went from less than 20 to 900 to over 1000. Here is my rule sets used by rules du jour and my SA config (same as prior to upgrade). I don't see anything that needs to be changed, can someone suggest what I am doing wrong? [ "${TRUSTED_RULESETS}" ] || \

Re: FW: headers creeping into message body after upgrade to 3.1.1 - Patch

2006-03-21 Thread Forrest Aldrich
Paul, Thanks for posting the patch. This works, I just tested it. I also forwarded it to Dan Nelson (spamass-milter). I'm not certain this is the "correct" way to fix it, though. Will let you know if I hear more. Thanks. Paul Stavrides wrote: version=3.1.1 X-Spam-Checker-V

FW: headers creeping into message body after upgrade to 3.1.1 - Patch

2006-03-21 Thread Paul Stavrides
Got this patch from a FreeBSD user yesterday. I tested it for a day and all seems just fine. This backs out the 3.1.1 change and reverts to the 3.1.0 behavior. This leaves some 3.1.1 CRLF code in Message.pm, but it now has no effect. Normal processing of the headers fixes any trouble I was hav

RE: headers creeping into message body after upgrade to 3.1.1

2006-03-16 Thread Paul Stavrides
Theo, Carl, I poked around the code this morning and I think for us, this is going to be a tougher problem to solve than I first thought. Theo, you are correct AFAIK the calls to the library routines responsible for wrapping lines and adding in the \t chars are confused by the lines they are rece

Re: headers creeping into message body after upgrade to 3.1.1

2006-03-16 Thread Theo Van Dinter
On Thu, Mar 16, 2006 at 12:33:50AM -0600, David B Funk wrote: > Silly question; would it be sufficient for the milter to just canonicalize > the message that it passes to SA by converting CRLF to a plain LF? > Or better, do the inverse of SA; for it to look at the first line of > the message and if

Re: headers creeping into message body after upgrade to 3.1.1

2006-03-15 Thread David B Funk
On Wed, 15 Mar 2006, Theo Van Dinter wrote: > The problem is caused by a specific feature that was added into > SpamAssassin in 3.1.1 -- namely that we'll use the same line endings that the > original message uses (LF vs CRLF). spamass-milter relied on the previous > behavior (always use LF), whi

Re: headers creeping into message body after upgrade to 3.1.1

2006-03-15 Thread Carl Brewer
Theo Van Dinter wrote: On Thu, Mar 16, 2006 at 01:19:59PM +1100, Carl Brewer wrote: Previously, the milter could assume that folding was going to happen via "\n\t", but now it's "\r\n\t". Does this mean that a change is needed in spamass-milter or spamassassin? It seems odd that this started w

Re: headers creeping into message body after upgrade to 3.1.1

2006-03-15 Thread Theo Van Dinter
On Thu, Mar 16, 2006 at 01:19:59PM +1100, Carl Brewer wrote: > >Previously, the milter could assume that folding was going to happen via > >"\n\t", but now it's "\r\n\t". > > Does this mean that a change is needed in spamass-milter or > spamassassin? It seems odd that this started with 3.1.1 but

Re: headers creeping into message body after upgrade to 3.1.1

2006-03-15 Thread Carl Brewer
Theo Van Dinter wrote: On Wed, Mar 15, 2006 at 04:31:24PM -0500, Paul Stavrides wrote: The problem is an extra an extra "0D" in the X-Spam-Checker-Version line, such that I see an "...0D 0D 0A 09..." by the time I look at the headers in Windows. The line is getting munged when it is getting wr

Re: headers creeping into message body after upgrade to 3.1.1

2006-03-15 Thread Theo Van Dinter
On Wed, Mar 15, 2006 at 04:31:24PM -0500, Paul Stavrides wrote: > The problem is an extra an extra "0D" in the X-Spam-Checker-Version > line, such that I see an "...0D 0D 0A 09..." by the time I look at the > headers in Windows. The line is getting munged when it is getting > wrapped. Interestin

Re: headers creeping into message body after upgrade to 3.1.1

2006-03-15 Thread Carl Brewer
Paul Stavrides wrote: Felicity, Thanks for the tips. We too are having the problem of headers creeping into out received e-mail. Difference here is that our setup is a Linux front end to MSExchange. So we run SA site-wide and use Milter to keep the crap out of Exchange. Works like

Re: headers creeping into message body after upgrade to 3.1.1

2006-03-15 Thread Theo Van Dinter
On Thu, Mar 16, 2006 at 08:29:29AM +1100, Carl Brewer wrote: > >Is this reproducable with spamassassin or spamc/spamd from a commandline? > > I'm not sure, how would I test it? Something similar to "spamassassin < file_with_message" or "spamc < file_with_message" if you want to test spamd. --

Re: headers creeping into message body after upgrade to 3.1.1

2006-03-15 Thread Paul Stavrides
Title: Header1 Felicity,   Thanks for the tips.    We too are having the problem of headers creeping into out received e-mail.  Difference here is that our setup is a Linux front end to MSExchange.  So we run SA site-wide and use Milter to keep the crap out of Exchange.  Works like a c

Re: headers creeping into message body after upgrade to 3.1.1

2006-03-15 Thread Carl Brewer
Theo Van Dinter wrote: On Wed, Mar 15, 2006 at 06:47:58PM +1100, Carl Brewer wrote: X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on rollcage2.bl.echidna.id.au It looks li

Re: headers creeping into message body after upgrade to 3.1.1

2006-03-15 Thread Theo Van Dinter
On Wed, Mar 15, 2006 at 06:47:58PM +1100, Carl Brewer wrote: > X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 > > autolearn=ham version=3.1.1 > X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on > rollcage2.bl.echidna.id.au > > It looks like sometime

Re: headers creeping into message body after upgrade to 3.1.1

2006-03-15 Thread Loren Wilton
> Since I upgraded, I'm seeing bits of the X-Spam-Header message > in my mail bodies, like this : The latest version changed things to make life on Windows systems better. Instead of always using a \n for a line ending, it looks at the kind of line ending it got on the first line of the input file

headers creeping into message body after upgrade to 3.1.1

2006-03-14 Thread Carl Brewer
Hello, I just upgraded to 3.1.1 on a NetBSD box via pkgsrc, and am using sendmail 8.13.5 with spamass-milter 0.3.0, and sendmail is configured to use cyrus imapd as its local delivery agent. Since I upgraded, I'm seeing bits of the X-Spam-Header message in my mail bodies, like this : To: Carl