On Wed, Mar 4, 2009 at 15:14, Ed Blackman <[email protected]> wrote: > On Wed, Mar 04, 2009 at 02:35:16PM +0100, [email protected] wrote: >> >> I'm currently trying to set up a scoring policy for mail sent to >> [email protected]. >> >> The problem is, I only get mass-mailings to this adress, with >> [email protected] usually residing in the BCC. But the header contains >> envelope-to: [email protected], I just don't get how to access this >> information. >> >> I tried ~L ~t ~C and whatnot. > > ~h '^Envelope-to: [email protected]' > > Adjustments may be necessary if your mailer adds something other than a bare > email address to the Envelope-to line. >
~h '^Envelope-to: [email protected]' works when I'm limiting messages once inside the folder, but score '~h '^Envelope-to: [email protected]'' 41 in my .muttrc doesn't. Mutt complains about errors. I've tried replacing ' with " besides removing it completely, putting \ in front of my dots and removing everything but the domain name. But I still get errors.
