Hi Christopher, > How might one go about fixing this on my end? I have a feeling that > a procmail recipe that uses a sed filter for the Subject: line might > do the trick. Can anyone suggest a recipe, or perhaps a simpler > mutt-centric solution?
you might try something like this:
# Stripping [listname]
:0 fhw
* ^Subject:.*\[listname\]\/.*
| formail -I "Subject:$MATCH"
--
Cedric
