1 Feb 07:15
Re: Mailfilter and '&' in email address
Svetozar Mihailov <courier <at> j.zarhi.com>
2012-02-01 06:15:55 GMT
2012-02-01 06:15:55 GMT
On Tue, 2012-01-31 at 18:36 -0500, Sam Varshavchik wrote: > Svetozar Mihailov writes: > > > Hello, > > > > Recently I discover email in queue which stays forever and delivers over > > and over. The problem was '&' in local part of email address. > > > > Server is Centos 5.7, courier-authlib-0.63.0, courier-0.65.0. > > > > > .mailfilter problem line: > > > > cc "!m&m <at> example.com" > > > > Is '&' are allowed char in email address? If yes, how to escape '&' > > in .mailfilter? There is no other problems with 'm&m <at> example.com'. > > Is this the literal statement. Or are you doing a variable expansion, like > "cc !$ADDR", where you extract ADDR from some header in the original email. > .mailfilter containing only multiple 'cc "!m&m <at> example.com"' lines, no variables inside. > "!" is just an alias for "$SENDMAIL -f '' <rest>". > > The above statement is equivalent to: > > /bin/sh -c "$SENDMAIL -f '' m&m <at> example.com"(Continue reading)
RSS Feed