[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: case sensitivity in .procmailrc



On Wed, Feb 14, 2001 at 03:57:06PM -0600, charles@lunarmedia.net wrote:
> i am using procmail to filter my incoming mail to specific folders in my
> ~/mail directory.
> 
> it looks though that the criteria i am specifying is not case sensitive.
> 
> :0:
> * ^Subject:.*\[LUG\]
> $MAILDIR/lug

try

:0 D
* ^Subject:.*\[LUG\]
$MAILDIR/lug

from man procmailrc:

       Flags can be any of the following:
       . . . 
       D    Tell the internal egrep to distinguish between  upper
            and  lower  case (contrary to the default which is to
            ignore case).

-- 
Jordan Bettis <http://www.hafd.org/~jordanb/>
``Ooohh.. "FreeBSD is faster over loopback, when compared to Linux
over the wire". Film at 11.''
                       -- Linus Torvalds
-
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.