I use Postconf's spamrep to generate/email per user spam reports
what's the correct way to white list such emails from being spam tagged
and +spam'ed ?
Received: from xxx.sbt.net.au ([127.0.0.1])
by localhost (xxx.sbt.net.au [127.0.0.1]) (amavisd-new xxx, port
10024)
with LMTP id 3R7uVox8G-R2; Sun, 15 Jul 2012 00:05:07 +1000 (EST)
Received: from ccc.sbt.net.au (ccc.sbt.net.au [111.111.111.111])
(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
(No client certificate requested)
by xxx.sbt.net.au (Postfix) with ESMTPS id EFD673805BF;
Sun, 15 Jul 2012 00:05:05 +1000 (EST)
Received: by ccc.sbt.net.au (Postfix, from userid 0)
id DDC3EC124; Sun, 15 Jul 2012 00:05:05 +1000 (EST)
From: [email protected]
Something like the following could work (SpamAssassin config,
e.g. local.cf):
whitelist_from_rcvd [email protected] sbt.net.au
Mark