Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 244545 - Error in gentoo specific documentation for net-mail/mailman-2.1.11, Exim configuration
Summary: Error in gentoo specific documentation for net-mail/mailman-2.1.11, Exim conf...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-26 23:14 UTC by Martin DiViaio
Modified: 2008-11-14 11:07 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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