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