1 |
ChangeLog - History |
2 |
2003-01-22, joko@netfrag.org |
3 |
|
4 |
o mail2thread.pl |
5 |
x now based on object-infrastructure from nfo/perl/libs |
6 |
x setup nfo/perl/libs at a common location - propose this for nfo-sysadmin-rfcs |
7 |
cd /data/libs |
8 |
export CVSROOT=/var/lib/cvs |
9 |
cvs checkout nfo/perl/libs |
10 |
x refactored recieveMail.pl |
11 |
x created: etc/ bin/ var/ doc/ |
12 |
x renamed to 'dispatchmail' |
13 |
cd /data/opt |
14 |
cvs checkout -d dispatchmail nfo/perl/scripts/dispatchmail |
15 |
cd dispatchmail |
16 |
./install |
17 |
x now using 'run_cmd' from org::netfrag::shortcuts |
18 |
x new: install-script (creates symbolic links to dispatchmail in /etc/mail/smrsh/ and /usr/local/bin/) |
19 |
x new: just put "|dispatchmail" into your "~/.forward"-file! |
20 |
x use file '.recievemailrc' to specify the location of the rules-file? |
21 |
now uses "$HOME/.recievemailrc.pm" directly! |
22 |
x refactored to Mail::Audit::Dispatch |
23 |
o implement Mail::Audit::Newsgate |
24 |
x perl -MCPAN -eshell |
25 |
x install Net::NNTP |
26 |
x install News::Article |
27 |
x add account to inn: 'collector' |
28 |
x add line to /etc/news/nnrp.access |
29 |
*:Read Post:collector:col5%:* |
30 |
x root@quepasa:/home# /etc/init.d/inn reload |
31 |
o TODO: implement Mail::Audit::Faxgate |
32 |
x checked in 'mail-handler' (by janosch) to bin/ - refactor from that! |
33 |
o better/automated setup (from cvs|package) |
34 |
(see steps needed in attachment....) |
35 |
o autocreate folders |
36 |
problem: |
37 |
loading rules from "/data/home/newscollector/Mail/.rules.pm" |
38 |
running "rules::dispatch" |
39 |
delivering to: /data/home/newscollector/Mail/Inbox |
40 |
deliver_to path "/data/home/newscollector/Mail/Inbox" doesn't exist |
41 |
defaulting to spool delivery (/var/spool/mail/) |
42 |
solution(s): |
43 |
---> add tip here: "do a 'touch Inbox' in this case? |
44 |
---> add feature here: just create the folder automagically, if "autocreateFolders = 1" in configuration!!! |
45 |
|
46 |
2002-11-09, joko@netfrag.org |
47 |
|
48 |
x recieveMail now can run globally (/etc/mail/smrsh!) |
49 |
x $HOME is taken from $ENV{HOME} or $ENV{PWD} |
50 |
x rules are taken from $HOME/Mail/.rules.pm |
51 |
x fallback mechanism(s) |
52 |
x bugfixes |
53 |
|
54 |
2002-10-14, joko@netfrag.org |
55 |
|
56 |
x $LOGFILE is used now (recievemail.log) |
57 |
x tracing (uses $LOGFILE) |
58 |
x checks delivery path for existance - changes $LOGFILE if needed |
59 |
|
60 |
2002-07-17, joko@netfrag.org |
61 |
|
62 |
x added filtering by target (destination-routing) - looks in "to", "cc" and "bcc" |
63 |
|
64 |
2001-12-05, joko@netfrag.org |
65 |
|
66 |
x initial internal release |
67 |
|