From: Jamie C. <jca...@we...> - 2003-08-20 14:30:41
|
On Mon, 2003-08-18 at 23:36, Michael Perkinson wrote: > I noticed that in the postfix config file and in the on-line help for the > Postfix Config module, they both refer to setting the External command to > use instead of mailbox delivery (ie. mailbox_command) to either: > > Examples: > > /some/where/procmail > /some/where/procmail -a "$EXTENSION" > > But if the second command is used when the Local Delivery module is > selected then the "External command to use instead of mailbox deliver" is > set to: > "/som/where/procmail -a" > > I don't really make use of the -a option in my procmail files but you > never know if I hadn't double checked this I might have not realized that > when I saved the config my mailbox_command was changed from what I had put > into the file directly. I see the cause of this one - the postfix module is not properly displaying options that have a " in them. This will be fixed in the next release .. - Jamie |