Re: [Exim] V4 mailman -- ${lc:$local_part} failure

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Hans Morten Kind
Ημερομηνία:  
Προς: chad
Υ/ο: Exim Users
Αντικείμενο: Re: [Exim] V4 mailman -- ${lc:$local_part} failure
> require_files = MAILMAN_HOME/lists/${lc:$local_part}/config.db

You will have to double to colons here, it is mentioned
in the ChangLog, no 25 under 4.03

This will work
require_files = MAILMAN_HOME/lists/${lc::$local_part}/config.db

hmk