Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 244545

Summary: Error in gentoo specific documentation for net-mail/mailman-2.1.11, Exim configuration
Product: Gentoo Linux Reporter: Martin DiViaio <martindiv>
Component: Current packagesAssignee: Hanno Böck <hanno>
Status: RESOLVED FIXED    
Severity: trivial CC: net-mail+disabled
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Martin DiViaio 2008-10-26 23:14:48 UTC
There is a error in the router configuration for the Exim MTA in doc/README.gentoo. Line 134 of the file reads:
require_files = /var/lib/mailman/lists/${lc::local_part}/config.pck
This should read:
require_files = /var/lib/mailman/lists/${lc::$local_part}/config.pck

Also, line 161 should read:
${lc::$local_part}}-${lc::$domain} instead of simply ${lc::$local_part}


Reproducible: Always

Steps to Reproduce:
1.Error in documentation
2.
3.

Actual Results:  
Running:
exim -d -bt mailman@localhost.localdomain
shows that the filename expansion results in /var/lib/mailman/lists/local_part/config.pck

Expected Results:  
Running:
exim -d -bt mailman@localhost.localdomain
should show a filename expansion of /var/lib/mailman/lists/mailman/config.pck

See Description
Comment 1 Hanno Böck gentoo-dev 2008-11-14 11:07:11 UTC
thanks, fixed