On Thu, 2005-06-23 at 12:18 +0200, Peter Velan wrote:
>
> I want to dump a detailed reason along with 5xx,
> like: "550 Blacklisted address <[EMAIL PROTECTED]> - reason-xx"
> 
> content of /xyz/file.txt:
>   (^?)[EMAIL PROTECTED]  : reason-xx
> 
I thought that the use of a regular expression required a circumflex at
the beginning of the line? I'm not sure what '(^?)' does - 'may or may
not be the beginning of the line/expression'? Either way shouldn't the
line in the file be:

   ^(^?)[EMAIL PROTECTED]  : reason-xx


John.

-- 
---------------------------------------------------------------
John Horne, University of Plymouth, UK  Tel: +44 (0)1752 233914
E-mail: [EMAIL PROTECTED]       Fax: +44 (0)1752 233839


-- 
## 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/

Reply via email to