[Bug 5907] Inaccurate parsing of Received: headers

2009-10-22 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5907 Pawel Sasin hanni...@wp-sa.pl changed: What|Removed |Added CC|

Re: [Bug 6155] generate new scores for 3.3.0 release

2009-10-22 Thread Henrik Krohns
On Wed, Oct 21, 2009 at 06:34:47PM -0700, Michael Peddemors wrote: On October 20, 2009, bugzilla-dae...@bugzilla.spamassassin.org wrote: Getting back to this issue: I don't see any problem with prejudice against poorly constructed network infrastructures that can't bother to adhere to the

[Bug 6224] header rules concatenate matching headers into one block

2009-10-22 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6224 --- Comment #4 from Adam Katz antis...@khopis.com 2009-10-22 07:35:41 UTC --- (In reply to comment #3) # example (couldn't figure out how to skip the /s) header BUG_IN_HEADERReceived =~ /(by.*by)/s Identical headers like

Re: [Bug 6155] generate new scores for 3.3.0 release

2009-10-22 Thread Karsten Bräckelmann
On Wed, 2009-10-21 at 23:35 -0400, Warren Togami wrote: On 10/21/2009 10:46 PM, Karsten Bräckelmann wrote: s/ Warren /SA devs, contributors and mass-check contributors/x # There is something seriously disturbing with the above comment. # Fix using a trivial substitution. What's

[Bug 6224] header rules concatenate matching headers into one block

2009-10-22 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6224 --- Comment #5 from Karsten Bräckelmann guent...@rudersport.de 2009-10-22 08:41:11 UTC --- With NO modifiers, [^\[]* apparently matches newlines. If you look at the debug output (line 2), you can see the newline (delimiting two

Re: [Bug 6155] generate new scores for 3.3.0 release

2009-10-22 Thread Michael Peddemors
On October 21, 2009, Karsten Bräckelmann wrote: SA is ALL about scores, and NOT absolute. If you want absolute, reject BEFORE even passing the mail to SA. Easy. Lots of cycles spared. But since you're a regular on the user's list, I assume you've read that before... hehe.. no, not on the

Re: [Bug 6155] generate new scores for 3.3.0 release

2009-10-22 Thread Matt Sergeant
On Thu, 22 Oct 2009 09:34:13 -0700, Michael Peddemors wrote: I am curious to the large HAM rate.. Again, I think the testing of this rule against a corpus might be affecting this.. I tend to agree. AOL announced wholesale blocking of anyone with NXDOMAIN rDNS a few years back now, and

[Bug 6225] New: Invalid numerical HTML entity crashes perl

2009-10-22 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6225 Summary: Invalid numerical HTML entity crashes perl Product: Spamassassin Version: SVN Trunk (Latest Devel Version) Platform: PC OS/Version: FreeBSD Status: NEW

[Bug 5495] Ignore Received with ([unix socket]) local-to-local handover

2009-10-22 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5495 Mike Stupalov landy2...@gmail.com changed: What|Removed |Added CC|

Re: [Bug 6155] generate new scores for 3.3.0 release

2009-10-22 Thread Adam Katz
Henrik Krohns wrote: I only have to look at my mail logs from today, and I see dozen of legimate RDNS_NONE hits originating from real people. I'm happy to greylist it at MTA, but not block directly. As said, it's a site policy. Some people use high FP BLs also happily. Many people might not

[Bug 6225] Invalid numerical HTML entity crashes perl

2009-10-22 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6225 --- Comment #1 from Mark Martinec mark.marti...@ijs.si 2009-10-22 12:51:47 UTC --- Reported to perlbug, assigned a tracker id: [perl #69973] -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ---

Re: [Bug 6155] generate new scores for 3.3.0 release

2009-10-22 Thread Justin Mason
On Thu, Oct 22, 2009 at 20:35, Adam Katz antis...@khopis.com wrote: Henrik Krohns wrote: I only have to look at my mail logs from today, and I see dozen of legimate RDNS_NONE hits originating from real people. I'm happy to greylist it at MTA, but not block directly. As said, it's a site

[Bug 5495] Ignore Received with ([unix socket]) local-to-local handover

2009-10-22 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5495 Justin Mason j...@jmason.org changed: What|Removed |Added CC||j...@jmason.org

[Bug 6155] generate new scores for 3.3.0 release

2009-10-22 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6155 --- Comment #122 from Adam Katz antis...@khopis.com 2009-10-22 13:32:40 UTC --- Some bugs in the auto-generated rules from attachment 4553 HTML_MESSAGE scores WAY too high. There are others too. Full list as of right now: MSECS

[Bug 6155] generate new scores for 3.3.0 release

2009-10-22 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6155 --- Comment #123 from Adam Katz antis...@khopis.com 2009-10-22 13:47:40 UTC --- (In reply to comment #122) sorry, that should be: elinks -dump http://ruleqa.spamassassin.org/ |perl -ne 'print if

[Bug 6225] Invalid numerical HTML entity crashes perl

2009-10-22 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6225 --- Comment #2 from Mark Martinec mark.marti...@ijs.si 2009-10-22 15:49:05 UTC --- I reported the HTML::Parser bug to Gisle Aas Awesome, Gisle Aas already provided the fix and uploaded an updated version HTML-Parser-3.6 :