Displaying 2 results from an estimated 2 matches for "pathtomygoodmail".
2003 Aug 20
1
Viruses and the list
> -----Original Message-----
> From: samba-bounces+kcollins=nesbittengineering.com@lists.samba.org
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Looks like it's the Virus is forging my address now... :-( Jeesh.
What a waste. If the guys writing viruses would put their energies into
REAL code, we'd be so much farther ahead.
Later,
--
Kevin L. Collins, MCSE
Systems Manager
2003 Aug 21
1
FW: Viruses and the list
...It's also easy to refine the training as
> time goes on.
>
> In a nutshell, for my main mail server I created a database:
>
> hammiefilter.py -n -d/mypathtothedatabase/hammie.db
>
> Then trained it:
>
> nice mboxtrain.py -d/mypathtothedatabase/hammie.db -g
> /pathtomyGOODmail.mbox -s /pathtomyBADmail.mbox
>
> (You can run the line above as many times as you want with just -g or
> just -s or multiples to keep appending to the database)
>
> And then I added the rule to the top of /etc/procmailrc:
>
> :0fw
> | /pathtothebins/hammiefilter.py -d /m...