On 6/23/2006 10:24 PM, Bart Schaefer wrote:
The short of it is that I can't get unwhitelist_from_rcvd to unwhitelist anything.
whitelist_from_rcvd [EMAIL PROTECTED] brasslantern.com
unwhitelist_from_rcvd [EMAIL PROTECTED] brasslantern.com but this does not change anything. In fact I've tried every variant of unwhitelist_from_rcvd that I can think of, to no effect. The only thing that changes the score is removing the whitelist_from_rcvd directive. I've searched bugzilla without finding anything about unwhitelist for anything more recent than 2.60. Anybody have any clues what's going on, or what I'm doing wrong?
Did you read the Mail::SpamAssassin::Conf perldoc? unwhitelist_from_rcvd [EMAIL PROTECTED] Used to override a default whitelist_from_rcvd entry, so for exam- ple a distribution whitelist_from_rcvd can be overridden in a local.cf file, or an individual user can override a whitelist_from_rcvd entry in their own "user_prefs" file. * The specified email address has to match exactly the address previ- * ously used in a whitelist_from_rcvd line. e.g. unwhitelist_from_rcvd [EMAIL PROTECTED] [EMAIL PROTECTED] unwhitelist_from_rcvd [EMAIL PROTECTED] Daryl