Re: [Exim] Mailman Errors

Top Page
Delete this message
Reply to this message
Author: Nico Erfurth
Date:  
To: Dan Egli
CC: exim-users
Subject: Re: [Exim] Mailman Errors
Dan Egli wrote:
> Ok. I'm a bit confused now. I thought my system was working correctly now.
> But it was only working for users who DO have a Procmail setup
> (.procmailrc). For the others, it seems to be trying to run something with
> Mailman. Here's a log example:
>
> 2002-11-04 12:19:28 188loD-0001ap-00 == hrcg@???
> R=list_director defer (-1): failed to expand "/var/mailman/lists/${lc" for
> require_files: "${lc" is not a known operator (or a } is missing in a
> variable reference)
>
> I'm not sure what to make out of this. Here's the mailman directors
> list_owner_director:
> #!!# suffix renamed local_part_suffix
> driver = redirect
> allow_defer
> allow_fail
> data = "${lc:$local_part}-admin@${domain}"
> local_part_suffix = "-owner"
> require_files = MAILMAN_HOME/lists/${lc:$local_part}/config.db


Replace ${lc:$local_part} with $local_part everywhere, or ${lc::$local_part}

require_files is a stringlist, stringlists are splitted at :

ciao