Bug 98069 - Amavisd-new installation comments are misleading
Bug#: 98069 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: net-mail@gentoo.org Reported By: mnantel@teclinux.com
Component: Ebuilds
URL: 
Summary: Amavisd-new installation comments are misleading
Keywords:  
Status Whiteboard: 
Opened: 2005-07-05 17:25 0000
Description:   Opened: 2005-07-05 17:25 0000
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.

------- Comment #1 From Andrej Kacian (RETIRED) 2005-07-06 19:03:33 0000 -------
Good catch, Mathieu! I look at those ebuilds so often that I tend to overlook
parts that are known to work well. :) Fixed in CVS!

------- Comment #2 From Mathieu Nantel 2005-07-06 19:39:03 0000 -------
My pleasure! Not that anyone would have been mislead by this...