[Bug 266588] Re: Add SpamAssassin filter to mail pipeline

Mark Sapiro mark at msapiro.net
Wed Aug 18 23:35:59 CEST 2010


Regarding comment #24:

Have you defined SPAMASSASSIN_MEMBER_BONUS in Defaults.py and/or
mm_cfg.py? Did you define it as a string rather than as a float? i.e.
something like

SPAMASSASSIN_MEMBER_BONUS = '5'

as opposed to

SPAMASSASSIN_MEMBER_BONUS = 5.0

if MEMBER_BONUS actually has a string value, simply changing score -=
MEMBER_BONUS into score -= (MEMBER_BONUS) won't help. Did you mean
score -= float(MEMBER_BONUS)?

-- 
Add SpamAssassin filter to mail pipeline
https://bugs.launchpad.net/bugs/266588
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.


More information about the Mailman-coders mailing list