Dear all, In my configuration I have hooks like
save-hook '~f amazon.fr' '=amazon/' As such, I am assuming that a mail sent from any address *ocntaining* amazon.fr, like for instance [email protected], would match. Is there a way to make the regexp more restrictive and to match those messages where amazon.fr appears at the end of the address? I briefly read the relevant section in Mutt's user manual but couldn't find anything. I was looking for ^tomatch the beginning of a string and $ to match its end, which I didn't find; I did see GNU extensions to match the beginning / end of a word but thought they would not be good enough. Many thanks in advance for any help, Seb.
