Gentoo Archives: gentoo-dev

From: Chad Huneycutt <chadh@×××××××××.edu>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Cron script
Date: Mon, 11 Nov 2002 15:26:44
Message-Id: 3DCFCC03.9020506@cc.gatech.edu
In Reply to: [gentoo-dev] Cron script by jim
1 jim wrote:
2
3 > That's an email from me about postfix and bogofilter. Someone else
4 > added a
5 > cron script to harvest the spam emails. That's what I'm looking for.
6
7 Are you talking about mine?
8
9 #!/bin/sh
10
11 /pub/bin/linux/bogofilter -S < $HOME/mail/Spam
12 /bin/rm -f $HOME/mail/Spam
13 touch $HOME/mail/Spam
14
15 --
16 Chad Huneycutt
17
18
19 --
20 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Cron script jim <jim@××××××××××.com>