procmail
[Top] [All Lists]

Re: Partially no filtering

2003-07-29 15:56:57
On Tue, 29 Jul 2003 22:39:49 +0100 (BST), Alan Clifford
<lists(_at_)clifford(_dot_)ac> wrote:

On Tue, 29 Jul 2003 multimedia-fan(_at_)myrealbox(_dot_)com wrote:


You were not escaping the dots ".", when you specify one, you have to
precede it with a backslash "\" which means take the next character
literally.
I have the same mistake in one of my rules when I started.



A . not proceded by a backslash will match a . so that is not the problem.



I was referring to this

:0:
* ^From: root(_at_)home(_dot_)tux(_dot_)de
IN.root


Which should be

:0:
* ^From: root(_at_)home\(_dot_)tux\(_dot_)de
IN.root




_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>