Tim's FreeBSD info page
Tim's FreeBSD info page
I was trying to figure out some details of the rc.d scripts on FreeBSD 6.3 so I wrote a small perl program
that will draw it out using dot and perl. Click on the iamge for a full sized pdf version.
The perl program can be found here:
rc.d.depend.pl
I use elm 2.5.8 as an email client and I've add a few patches to
help cut down on the spam.
Download the patch and put it in
/usr/ports/mail/elm/files as patch_ab (or the next letter than
isn't used)
and type "make clean" "make" and it will build my patched verison of elm.
It adds 3 features:
- The (L)imit feature now takes "s","f","t" for "subject","from" and "to".
- If an address if found in the aliases table, then it puts a ">" next to
the subject line to help ID mail from people you know.
- There is a Anti-Spam sort now that uses the ">" flag to change the sort so that mail from known people gets sort by mail box order but all the rest gets sorted by subject so that its clear what messages are spam.