[extropy-chat] META: email formatting
Eugen Leitl
eugen at leitl.org
Mon Mar 12 21:05:45 UTC 2007
On Mon, Mar 12, 2007 at 03:49:15PM -0400, MB wrote:
> PJ, your messages look fine to me.
Same thing over here.
> What email system are you using? I have SquirrelMail. I hope to go back to Pine
> someday, but we need to do some computer work first. ;)
Don't bother with pine, go for mutt. Mutt + screen rock my world.
In .bashrc (assuming, you're single user in your (v)server) :
mutt () {
if ps x | grep [m]utt; then
echo "You already have a mutt running - reattaching"
screen -U -d -r mutt
return 1;
fi
screen -U -S mutt mutt -f mbox
}
In .procmailrc (no MAILDIR, plain mbox):
SHELL=/bin/sh
DEFAULT=/home/eugen/mbox
LOGFILE=/home/eugen/procmail.log
:0fw
| /usr/bin/spamassassin -P
:0:
* ^X-Spam-Flag: YES
spam
blah blah blah, e.g.:
:0:
* ^From:.*@cambridgesoft
spam
:0:
* ^From:.*jonano at gmail.com
twits
more blahblah as above
:0:
$DEFAULT
--
Eugen* Leitl <a href="http://leitl.org">leitl</a> http://leitl.org
______________________________________________________________
ICBM: 48.07100, 11.36820 http://www.ativel.com
8B29F6BE: 099D 78BA 2FD3 B014 B08A 7779 75B0 2443 8B29 F6BE
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 191 bytes
Desc: Digital signature
URL: <http://lists.extropy.org/pipermail/extropy-chat/attachments/20070312/45146178/attachment.bin>
More information about the extropy-chat
mailing list