Hello, I am trying to get manual whitelisting to work without success.
Some background: - SA is running as daemon every time the system is started - SA version is 3.0.0 - SA is installed on a SuSE 8.2 box - Using /etc/mail/spamassassin/local.cf sitewide rules - E-mails trajectory is as follows: (1) Fetchmail > (2) Postfix > (3) SA > (4) Cyrus 1. Fetchmail downloads e-mails from various POP3 servers 2. Fetchmail delivers e-mails to Postfix 3. Postfix "filters" e-mails to SA 4. SA marks the e-mails and then delivers to Cyrus POP3 account All these points (1-4) are working as expected, including SA bayes databases, AWL, etc. The only thing I cannot get it to work is "whitelist_from" parameter, although is configured O.K. In /etc/mail/spamassassin/local.cf: whitelist_from [EMAIL PROTECTED] [EMAIL PROTECTED] whitelist_from [EMAIL PROTECTED] [EMAIL PROTECTED] whitelist_from [EMAIL PROTECTED] [EMAIL PROTECTED] whitelist_from [EMAIL PROTECTED] [EMAIL PROTECTED] But e-mails coming from "[EMAIL PROTECTED]" or "[EMAIL PROTECTED]" are not marked with USER_IN_WHITELIST. When I say "from" I refer to "From:" field listed in e-mails header. I am aware this can be the easiest parameter to configure in SA but I cannot guess where the error could be. Any idea on how to get around this issue will be appreciated.