/[cvs]/nfo/perl/scripts/dispatchmail/doc/ChangeLog.pod
ViewVC logotype

Diff of /nfo/perl/scripts/dispatchmail/doc/ChangeLog.pod

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed