RE: [Exim] How do you quote the \N sequence in strings?

Top Page
Delete this message
Reply to this message
Author: Eli
Date:  
To: 'Wakko Warner'
CC: exim-users
Subject: RE: [Exim] How do you quote the \N sequence in strings?
Wakko Warner wrote:
>> I thought maybe just \\N, but then that could be still seen as \N
>> depending on how Exim searches for \N in text.
>
> Well, if you can't escape a \N in the regexp, then can you do this:
> \Nsometext with \N\\N\N in it\N
> =)
>
> god that's ugly!


Holy Hannah, that is nasty. Is there any way around this aside from
breaking out of the escape sequence and then starting it up again? :P