Re: Killfiling, anyone?

2012-07-25 Thread ivo engelhardt
" | sed -e 's/ *(.*)//; s/>.*//; s/.*[:<] *//' \ >> $HOME/.spam && echo Add sender to killfile\n" "kill sender" procmailrc: FROM=`formail -xFrom: | sed -e 's/ *(.*)//; s/>.*//; s/.*[:<] *//'` :0 * ? fgrep -qxis "$FROM" $HOME/.spam { LOG="Spam from $FROM" :0: spam } -- Ivo Engelhardt

Re: Local alternative to Re:

2011-12-01 Thread Ivo Engelhardt
On Thu, Dec 01, 2011 at 08:31:21PM +0100, Salve HÃ¥kedal wrote: > Hi > > I'm Norwegian. > I'd like to have mutt put 'Sv:' instead of 'Re:' when I reply to > messages, but can't find how to do it. Try this in you .muttrc: set reply_regexp="^Sv:[ \t]*" -- Ivo Engelhardt

Re: mutt fails to send

2011-10-03 Thread Ivo Engelhardt
ted by the server msmtp: server > message 530.5.5.1 authentication required" > There is no problem with receiving messages from gmail through fetchmail and > mutt. > Any ideas how to fix this ? Gmail need STARTTLS. http://www.scottro.net/qnd/qnd-gmail.html -- Ivo Engelhardt