--On 21 February 2007 10:36:52 +0000 Jeremy Harris <[EMAIL PROTECTED]> wrote:
> Magnus Holmgren wrote: >> The simplest syntax would be if "<n" meant that newline (\n) is the >> separator > > That would, to me, be trying to say that "n" is the separator. > > - Jeremy So, maybe <\n would work? Or maybe use HTML entities (or some other well known method of representing characters), for better flexibility? eg: <@ Perhaps perl compatible regular expressions could work: </[\t\n]/ with </\// required to use a slash. -- Ian Eiloart IT Services, University of Sussex -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
