On Sun, Sep 05, 2010 at 09:33:31AM -0700, Drew Tomlinson wrote:
>
[snip]
> 
> No, still not matching.  Basically, why doesn't this header:
> 
> From: "Famous Smoke Shop" <annou...@email.famous-smoke.com>
> 
> Match this procmail recipe:
> 
> :0
> * ^From:.*famous-smoke.com>$
> "${HOME}/Maildir/.Shopping/Famous Smoke/Email/"
> 
> From my procmail log:
> 
> procmail: No match on "^From:.*famous-smoke.com>$"
> 
> Thanks,
> 
> Drew

Drew, try this:

* ^From:.*famous-smoke\.com

I think it's not catching it because the period isn't backslash
escaped. Also don't bother catching the end of line as any whitespace
there will screw up your re.


Regards,

-- 

 Frank

 Contact info: http://www.shute.org.uk/misc/contact.html


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to