Re: How to filter/limit for syntactically invalid From: line?
Ofer Inbar <[email protected]>
| Newsgroups | gmane.mail.mutt.user |
|---|---|
| Organization | American Association Against Acronym Abuse |
| Message-ID | <[email protected]> |
[email protected] wrote: > On Mon, Feb 03, 2025 at 09:08:46AM -0500, Ofer Inbar wrote: > > > From: aaaaa.org" <[email protected]> > The first thing I'd try: ~f'^@$' Oh interesting, that does work! I thought the "@" in the index was just a display artifact of some sort, but it looks like mutt really does think the from string for these sorts of messages is literally "@" so anchoring the regex works. Weird behavior. -- Cos