procmail
[Top] [All Lists]

Re: fgrep -i condition-line potential Solaris bug

1997-10-05 18:31:46
        Author:        John Gianni <jjg(_at_)Cadence(_dot_)COM>
        Original-Date: Sun, 5 Oct 1997 17:57:14 -0700 (PDT)
        Message-ID:    
<199710060057(_dot_)RAA06098(_at_)cds9200(_dot_)Cadence(_dot_)COM>

SUMMARY:
FYI -- There may be a Solaris bug where the condition:
* ?grep -v '^Subject' | fgrep -i -s -f $PMDIR/banned
Needs to be changed to remove the "-i", for example, to something like:
* ?grep -v '^Subject' | fgrep -s -f $PMDIR/banned

Have you tried GNU fgrep?

The -i flag is rather important... or at least not-unimportant (it makes  
fgrep ignore case).

TjL


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