Ren? Clerc wrote:
> is it possible to use patterns to specify a message that is directed
> to [EMAIL PROTECTED], but not to someone else and not cc'ed to someone else
> either?
> 
> Sorry, but I'm no pattern or regexp guru...

It depends upon what you're talking about.  You can't do this with a
regexp by itself, so that means you can't do it for variables like
$alternates.  However, for searching/hooks you can use Mutt's higher
level search pattern to do this:

        ~[EMAIL PROTECTED] !~[EMAIL PROTECTED]

Reply via email to