on my system postfix passes mail to procmail with the variable $CYRUSUSER set to the user to deliver to (say, nick).
later in procmail.global are lines like: include /path/to/procmail.$CYRUSUSER and the fall thru | $DELIVER -e -a $CYRUSUSER -m user.$CYRUSUSER Trouble is some idiots (an automated mail server) is capitalising the user name and sending to NICK rather than nick, causing the delivery and the include file to fail. Can i do something at the head of the procmail.global file to change $CYRUSUSER to all lowercase, like (in pseudocode) CYRUSUSER=lowercase($CYRUSYSER) -- Nick Rout <[EMAIL PROTECTED]>
