am 23.06.05 18:17 schrieb John Horne:
> 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

Oops, mea culpa; its a typo - should read:

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

Peter

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