[Exim] .forward and ignore case

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Holger Woehle
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: [Exim] .forward and ignore case
Hello,
i have a little problem with the regex and .forward:
if $h_to :contains myname then deliver myname@???
this is case sensitive ;-(
How can i use "matches" so that the command regonizes myname & MYNAME &
Myname ?
something like ~ /\b"myname"\b/i ...

cu
Holgi