[Spambayes] Re: There Can Be Only One

Neil Schemenauer nas@python.ca
Thu, 26 Sep 2002 11:35:18 -0700


Tim Peters wrote:
> > SPAM: *  2.2 -- From: has a malformed address
> 
> We have no code to catch that.

Perhaps we could generate a token based on the form of the To and From
addresses (e.g. if they include a real name and are valid based on
RFCs).

> > SPAM: *  1.7 -- Message-Id has no @ sign
> 
> Ditto.

Again, maybe we could generate tokens based on the form of the
Message-Ids.  Common MTAs and MTUs have specific ways of generating
message ids.

> > SPAM: *  1.6 -- Invalid Date: header (not RFC 2822)
> 
> Ditto.
> 
> > SPAM: *  1.2 -- Message-Id is not valid, according to RFC 2822
> 
> Ditto.

Same as above.

  Neil