mess-mate wrote: > i'm trying to insert a macro to get sa-learn (spamassassin) if a > message is spam like this: > macro index \e7 "!sa-learn --spam --no-sync\n" "sa-learn as spam" > # spamassassin classify as ham > macro pager \e7 "!sa-learn --spam --no-sync\n" "sa-lear as spam" Check those characters. It looks like a '!' there instead of '|' as you probably desired. Bob