Mathias Homann wrote:
> anyways, I'd love to be able to give scores to a mail if its from a
> given email address but it is not pgp signed.

Sounds like three rules should do the trick.  Pseudo-rules follow:

_FROM_JOE: From address matches /[EMAIL PROTECTED]/
_PGP_SIGNED: body matches /-----------PGP SIGNATURE----------/

FROM_JOE_BUT_NOT_PGP_SIGNED:
meta rule, _FROM_JOE && !_PGP_SIGNED
score 3

No perl necessary.  The PGP rule might even exist already. :)

-- 
Matthew.van.Eerde (at) hbinc.com               805.964.4554 x902
Hispanic Business Inc./HireDiversity.com       Software Engineer

Reply via email to