On Wed, Oct 27, 2010 at 06:38:22PM +0200, Jakub Wilk wrote: > Every time I pipe a message through spamassassin or sa-learn, I get the > following warnings: > > $ sa-learn --ham --mbox </dev/null > netset: cannot include 0:0:0:0:0:0:0:1/128 as it has already been included > netset: cannot include 0:0:0:0:0:0:0:1/128 as it has already been included > Learned tokens from 0 message(s) (0 message(s) examined)
Remove ::1 from trusted_networks or internal_networks or wherever you've added it. It's hardcoded by default, so including it in your configs amounts to adding it a second time. noah
signature.asc
Description: Digital signature

