After emerging amavisd-new 2.3.0:
* Amavisd-new no longer requires SpamAssassin, but no anti-spam checking
* will be performed without it. Since you do not have SpamAssassin installed,
* all spam checks have been disabled. To enable them, install SpamAssassin
* and comment out the line containing:
* @bypass_virus_checks_maps = (1); in /etc/amavisd.conf.
The mistake is obvious - what has to be commented out should read:
@bypass_spam_checks_maps = (1)
Reproducible: Always
Steps to Reproduce:
1. Emerge amavisd-new 2.3.0
2. Sleep for a few minutes
3. Witness the impossible
Actual Results:
Well, the installation comments haven't changed...
Expected Results:
It should have said th... how about "this is all said in the Details section"?
Nope, it's all there. Trivial bug report. Typo grade.