[Bug 3949] ALL_TRUSTED misfires when Received: parsing fails.

2004-12-16 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=3949 --- Additional Comments From [EMAIL PROTECTED] 2004-12-16 14:45 --- I have hand applied these patches to 3.0.2 and have generated a patch file. Is anyone interested in having that patch? If so, I could attach it to this bug. The

[Bug 3949] ALL_TRUSTED misfires when Received: parsing fails.

2004-12-07 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=3949 --- Additional Comments From [EMAIL PROTECTED] 2004-12-07 11:36 --- Is there a version of this patch that will apply to 3.0.1? It looks like the patch in the attachment is meant to apply to the development version. --- You

[Bug 3949] ALL_TRUSTED misfires when Received: parsing fails.

2004-11-17 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=3949 [EMAIL PROTECTED] changed: What|Removed |Added Summary|[review] ALL_TRUSTED|ALL_TRUSTED misfires when

[Bug 3949] ALL_TRUSTED misfires when Received: parsing fails.

2004-11-05 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=3949 --- Additional Comments From [EMAIL PROTECTED] 2004-11-04 18:51 --- Created an attachment (id=2506) -- (http://bugzilla.spamassassin.org/attachment.cgi?id=2506action=view) suggested patch implements the only and at least 1

Re: [Bug 3949] ALL_TRUSTED misfires when Received: parsing fails.

2004-11-05 Thread Loren Wilton
An alternate simple case to detect local mail delivery would be to count the received headers, whether they can be parsed or not, and are trusted or not. If #received-hdrs = 1 and trusted==0 and untrusted==0, assume local delivery and trust it. Probably should be a configurable option if done at

[Bug 3949] ALL_TRUSTED misfires when Received: parsing fails.

2004-11-04 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=3949 --- Additional Comments From [EMAIL PROTECTED] 2004-11-04 10:43 --- ok. perhaps this isn't such a bad idea, when weighed against the FPs... I'm coming around to the idea. anyone else? --- You are receiving this mail

[Bug 3949] ALL_TRUSTED misfires when Received: parsing fails.

2004-11-04 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=3949 --- Additional Comments From [EMAIL PROTECTED] 2004-11-04 11:23 --- Subject: Re: ALL_TRUSTED misfires when Received: parsing fails. On Thu, Nov 04, 2004 at 10:43:50AM -0800, [EMAIL PROTECTED] wrote: ok. perhaps this isn't such

[Bug 3949] ALL_TRUSTED misfires when Received: parsing fails.

2004-11-04 Thread bugzilla-daemon
http://bugzilla.spamassassin.org/show_bug.cgi?id=3949 --- Additional Comments From [EMAIL PROTECTED] 2004-11-04 13:22 --- As for Justin's local, no relay situation, one could always implement a separate no_relays eval test that matches when both fields are 0, and set up a rule for it