On Wed, Jul 17, 2013 at 12:34 PM, Michael Rasmussen <[email protected]>wrote:

> On Wed, Jul 17, 2013 at 11:25:51AM -0700, wes wrote:
> > On Wed, Jul 17, 2013 at 11:12 AM, Michael Rasmussen <[email protected]
> >wrote:
> >
> > > A procmail recipe:
> > >
> > >     :0
> > >     * ^From:.*Feed Blaster
> > >     * ^From:.*Oz.*New
> > >     * Dr.*Oz
> > >     * ^From:.*Dr.*Oz
> > >     * ^From:.*DrOz
> > >     $MAILDIR/.aspambin/
> > >
> > > Is not catching email with:
> > >
> > >     Date: Wed, 17 Jul 2013 20:06:16 +0300
> > >     From: "Show-Dr.Oz Newsletter" <[email protected]>
> > >     Subject: Revealing the slim, trim body you've always wanted
> > >
> > > And I have verified that it is Oz and not 0z. (oh not zero)
> > >
> > > What do your eyes catch that I'm missing?
> > >
> > >
> > you don't have any trailing .*s to match the rest of the line?
>
> isn't it a substring match?
>
> <forehead slap/>
>
>
>
hmmm yeah probably. in light of rich's reply, I'd be looking deeper to see
what the actual bits are that wind up displaying to your screen; the two
may not match. it could be something tricksy like "Dr. O[non-printable
character]z"

-wes
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to