First I assume you mean 2.64. There never was a 2.84... .rp wrote: > hi, > In the procmailrc I had > /usr/bin/spamassassin -a > > I just updated to SA3.1.1 and my log got full of error messages about invalid > option. > > Is the '-a' just gone or has it been replaced? > The man spamassasin was basically useless and the --help didn't provide any > information about '-a'
Short answer: you don't need them, the AWL is on by default in every version from 3.0.0 and up. Long answer with details on how to configure the AWL today: Please read the UPGRADE file that comes with SpamAssassin http://svn.apache.org/repos/asf/spamassassin/branches/3.1/UPGRADE In SA 3.0.0 -a was dropped in favor of the use_auto_whitelist config option ----------- - The --auto-whitelist, --whitelist and -a options for "spamd" and "spamassassin" to turn on the auto-whitelist have been removed and replaced by the "use_auto_whitelist" configuration option which is also now turned on by default. ---------- In SA 3.1.0 use_auto_whitelist still exists, but there's also a plugin you need to load, as the entire AWL is now a plugin loaded by v310.pre. ---------- - The use_auto_whitelist config option has been moved to a user config option, this allows individual users to turn on or off whitelisting regardless of what is set in the system config. If you would like to disable AWL (auto-whitelist) on a site-wide basis, then you can comment out the plugin in "v310.pre". ---------- Note that in both of the above, the AWL is on by default, which is the opposite of how things used to be.