
subscriptions.private at mgn
Nov 18, 2009, 12:39 PM
Post #1 of 1
(396 views)
Permalink
|
|
${prvs } is case sensitive
|
|
# exim4 -be > ${prvs{spamtrap [at] nirvana}{1234567890}} prvs=0573e4a6c2=spamtrap [at] nirvana > ${prvs{SPAMTRAP [at] nirvana}{1234567890}} prvs=05735d5c15=SPAMTRAP [at] nirvana > I noticed this the other day, meaning that any local part for checking should be treated in a case sensitive manner OR you could lowercase the return path before transmission instead. -- Regards, Martin Nicholas. E-mail: reply-2009 [at] mgn -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
|