2 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Problem with regexp
FromSent OnAttachments
Florian LindnerApr 26, 2005 11:04 am 
Thorsten HaudeApr 26, 2005 1:51 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] Problem with regexpActions...
From:Thorsten Haude (list@thorstenhau.de)
Date:Apr 26, 2005 1:51:05 pm
List:net.sourceforge.lists.courier-maildrop

Hi,

* Florian Lindner wrote (2005-04-26 20:03):

My lookup file looks like that:

[^@]*(|@localhost|@localhost\.centershock\.net|@anubis| @anubis\.centershock\.net)

But unfortunatly it also matches the string it should not match.

What is wrong?

Try to use anchors like this: ^[^@]*(...)$

Thorsten