1 |
collector |
1.1 |
# ============================================================================= |
2 |
|
|
# |
3 |
|
|
# dispatchmail |
4 |
|
|
# a simple mail filter done in perl with CPAN-module "Mail::Audit" |
5 |
|
|
# |
6 |
|
|
# ============================================================================= |
7 |
|
|
# |
8 |
|
|
# 2002-11-09, joko@netfrag.org |
9 |
|
|
# + recieveMail now can run globally (/etc/mail/smrsh!) |
10 |
|
|
# + $HOME is taken from $ENV{HOME} or $ENV{PWD} |
11 |
|
|
# + rules are taken from $HOME/Mail/.rules.pm |
12 |
|
|
# + fallback mechanism(s) |
13 |
|
|
# + bugfixes |
14 |
|
|
# |
15 |
|
|
# 2002-10-14, joko@netfrag.org |
16 |
|
|
# + $LOGFILE is used now (recievemail.log) |
17 |
|
|
# + tracing (uses $LOGFILE) |
18 |
|
|
# + checks delivery path for existance, |
19 |
|
|
# changes $LOGFILE if needed |
20 |
|
|
# |
21 |
|
|
# 2002-07-17, joko@netfrag.org |
22 |
|
|
# + added filtering by target (destination-routing) |
23 |
|
|
# (looks in "to", "cc" and "bcc") |
24 |
|
|
# |
25 |
|
|
# 2001-12-05, joko@netfrag.org |
26 |
|
|
# + initial internal release |
27 |
|
|
# |
28 |
|
|
# ============================================================================= |