[Bug 4316] spamd loops spawning children that die immediately.

2005-05-09 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=4316 --- Additional Comments From [EMAIL PROTECTED] 2005-05-09 01:29 --- Subject: Re: spamd loops spawning children that die immediately. I suppose I could get shot for asking this, but given the syslog issue, is there any support

[Bug 4260] rewrite DNS code to use a single socket, event-based model

2005-05-09 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=4260 --- Additional Comments From [EMAIL PROTECTED] 2005-05-09 01:52 --- aren't we already dropping the bogus packets immediately? Those are just the ones that we can tell are bogus because it is, e.g., a reply to a query for a

[Bug 4176] [review] RFE: please add pattern for nate.com redirector

2005-05-09 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=4176 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 4260] rewrite DNS code to use a single socket, event-based model

2005-05-09 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=4260 --- Additional Comments From [EMAIL PROTECTED] 2005-05-09 08:58 --- Instead of $host, why not use question-data ? It's easy to get to and much more thorough. --- You are receiving this mail because: --- You are on the

Re: X-Spam-* headers on top?

2005-05-09 Thread Theo Van Dinter
On Mon, May 09, 2005 at 11:17:22AM -0500, Dallas L. Engelken wrote: Did the placement of X-Spam-* headers change in SVN recently? I'm testing this right now, and the X-Spam-* headers are getting added before any other headers.. And they used to be at the end. Yes. :) -- Randomly Generated

[Bug 4176] [review] RFE: please add pattern for nate.com redirector

2005-05-09 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=4176 --- Additional Comments From [EMAIL PROTECTED] 2005-05-09 09:21 --- Subject: Re: [review] RFE: please add pattern for nate.com redirector On Mon, May 09, 2005 at 12:40:22AM -0700, [EMAIL PROTECTED] wrote: redirector_pattern

Re: svn commit: r169334 - in /spamassassin/trunk: MANIFEST lib/Mail/SpamAssassin/Conf.pm lib/Mail/SpamAssassin/HTML.pm lib/Mail/SpamAssassin/PerMsgStatus.pm lib/Mail/SpamAssassin/Plugin/URIDNSBL.pm lib/Mail/SpamAssassin/Util.pm rules/20_uri_tests.cf t/uri.t t/uri_html.t

2005-05-09 Thread Theo Van Dinter
Sorry to be a killjoy here. On Mon, May 09, 2005 at 03:55:07PM -, [EMAIL PROTECTED] wrote: + my $redirector_patterns = $self-{conf}-{redirector_patterns}; + @uris = Mail::SpamAssassin::Util::uri_list_canonify($redirector_patterns, @uris); Do we consider uri_list_canonify() to be a

[Bug 4260] rewrite DNS code to use a single socket, event-based model

2005-05-09 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=4260 --- Additional Comments From [EMAIL PROTECTED] 2005-05-09 10:03 --- It's not possible to encode the difference between a final . and no final . in a question section, so that's not an issue. The only other issue would be

Re: svn commit: r169232 - in /spamassassin/trunk/lib/Mail/SpamAssassin: EvalTests.pm HTML.pm

2005-05-09 Thread Theo Van Dinter
-1, unless I'm missing something obvious, this modifies our visible/invisible distinction. @@ -534,10 +533,6 @@ $new{$whcolor} = name_to_rgb($value); } } - elsif (/\s*display:\s*none\b/i) { - $new{display} = 'none'; -

Re: svn commit: r169234 - in /spamassassin/trunk/rules: 20_html_tests.cf 20_uri_tests.cf 50_scores.cf 70_testing.cf

2005-05-09 Thread Theo Van Dinter
On Mon, May 09, 2005 at 04:50:39AM -, [EMAIL PROTECTED] wrote: +# bug 3070 +rawbody HTML_TINY_FONT /\.*font\-size\:[ \]*[01][^0-9]+.*\/i +describe HTML_TINY_FONT body contains 1 or 0-point font Shouldn't we just do this in the HTML parser? It'd be more efficient than parsing

Re: svn commit: r169334 - in /spamassassin/trunk: MANIFEST lib/Mail/SpamAssassin/Conf.pm lib/Mail/SpamAssassin/HTML.pm lib/Mail/SpamAssassin/PerMsgStatus.pm lib/Mail/SpamAssassin/Plugin/URIDNSBL.pm lib/Mail/SpamAssassin/Util.pm rules/20_uri_tests.cf t/uri.t t/uri_html.t

2005-05-09 Thread Sidney Markowitz
Theo Van Dinter wrote: Sorry to be a killjoy here. I have no problem with the criticism, but I think I've hit the end of what I'm going to do on this one now that it's working without breaking anything. I'm running out of time for some schoolwork that's due in a month and will have to

[Bug 4144] FORGED_IMS_HTML and FORGED_IMS_TAGS false-positive.

2005-05-09 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=4144 --- Additional Comments From [EMAIL PROTECTED] 2005-05-09 14:57 --- Ajay can you please attach a *complete* message, including all of the received headers? --- You are receiving this mail because: --- You are the

[Bug 3615] RFE: trust_env_sender_networks parameter

2005-05-09 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=3615 [EMAIL PROTECTED] changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug 4301] MSN Groups mails are reported as spam

2005-05-09 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=4301 [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] ---

Re: svn commit: r169334 - in /spamassassin/trunk: MANIFEST lib/Mail/SpamAssassin/Conf.pm lib/Mail/SpamAssassin/HTML.pm lib/Mail/SpamAssassin/PerMsgStatus.pm lib/Mail/SpamAssassin/Plugin/URIDNSBL.pm lib/Mail/SpamAssassin/Util.pm rules/20_uri_tests.cf t/uri.t t/uri_html.t

2005-05-09 Thread Justin Mason
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Theo Van Dinter writes: Sorry to be a killjoy here. On Mon, May 09, 2005 at 03:55:07PM -, [EMAIL PROTECTED] wrote: + my $redirector_patterns = $self-{conf}-{redirector_patterns}; + @uris =