procmail
[Top] [All Lists]

Re: file extensions

2001-07-03 13:46:56
On Tue, Jul 03, 2001 at 10:13:32AM -0700, Kayven Riese wrote:
:0
* ^From(_dot_)*Kayveydog(_at_)aol(_dot_)com
  kayve.pgn

i am the operator of the above aol account.  i am doing this recipe
to debug the system..

it seems i have seen a couple of formats and i am confused

:0
* ^From(_dot_)Kayveydog(_at_)aol\(_dot_)com
  kayve\.pgn


:0
* ^From_Kayveydog(_at_)aol(_dot_)com
  kayve.pgn

Try

        :0:
        * ^From:(_dot_)*kayveydog(_at_)aol(_dot_)com
        kayve.pgn

"From_" doesn't exist (and if it did it would probably be "FROM_" anyway)
"From.kayveydog..." would match "From", exactly one character and "kayveydog"
(ie: "From kayveydog" or "From:kayveydog" when you probably want 
"From: kayveydog") Regexps in procmail are not case sensitive.
The upshot is yes, you can store file in a folder with a . in it's name. You
can put mail in any folder who's name format is supported by you local file
system.


-- 
Congratz! But... but... HONDA???
They didn't have a Ferrari in a colour I wanted ;)                              
                        Phillip Renouf <forge(_at_)binary(_dot_)net>
                        Thu, 28 Jun 2001 14:37:35 -0500 (CDT)
_______________________________________________
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>