Dan Cardamore wrote:
>
> I'm trying to keep a list of spammers in a file so that my filter can
> process them to the appropriate /dev/null.
>
> I'd like to have a key binding which would:
> echo "authorsEmailAddress" >> spamlist.txt.
>
> The difficulty I'm having is in having the email address put in by mutt.
> This is what I've tried:
>
> macro generic I '!echo %a >> spamlist.txt'
>
Dan,
look at
http://web.tiscalinet.it/marco_web/popfilter.html
There are mutt macros to do exactly what you want,
and the popfilter script to delete email from
the blacklisted people on the POP3 server, before
downloading it.
Ciao,
Marco