On Wed, Mar 14, 2018 at 09:27:06AM +0100, Sandro Santilli wrote: > What I use for procmail (if anyone finds it useful): > > :0 > * ^List-Post: .*[email protected] > .mutt-users/ > > :0 > * ^List-Post: .*[email protected] > .mutt-users/
Don't forget to escape your literal dots in procmail recipes, mutt\.org vs. mutt.org. :0 * ^List-Post: .*mutt-users@(osuosl|mutt)\.org .mutt-users/ In this case, above should work, consolidating into one recipe (you can also use |\ to chain conditions vs. making it two condition). w
