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

Diff of /nfo/perl/scripts/dispatchmail/doc/TODO.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, Mon Feb 10 04:13:44 2003 UTC
# Line 1  Line 1 
1  #  =pod
2  # TODO:  
3  #   - more sophisticated filtering  =head1 TODO:
4  #   - configuration-comfort (use perl-arrays and -hashes for rule-declaration)  
5  #   - Html-Gui to add/edit/remove rules     - more sophisticated filtering
6  #   - rule base located in LDAP (local delivery routing)     - configuration-comfort (use perl-arrays and -hashes for rule-declaration)
7  #   - completely hide away regex-stuff and provide simpler wildcarding     - Html-Gui to add/edit/remove rules
8  #     - hide needed quoting of dots (.) and ats (@) in addresses     - rule base located in LDAP (local delivery routing)
9  #     - provide: beginsWith(string), endsWith(string), beginsAt(string, pos|regex)     - completely hide away regex-stuff and provide simpler wildcarding
10  #       - this could become a CPAN-module sometimes (?):       - hide needed quoting of dots (.) and ats (@) in addresses
11  #       - "String"-Object to be inherited from gives these methods to you       - provide: beginsWith(string), endsWith(string), beginsAt(string, pos|regex)
12  #       - examples:         - this could become a CPAN-module sometimes (?):
13  #         - routeTo("mbox:/path/to/mbox") if $to->beginsWith("hello");         - "String"-Object to be inherited from gives these methods to you
14  #         - routeTo("fax:+4930123456")    if $subject->contains("gatefax");         - examples:
15  #   - metadata:           - routeTo("mbox:/path/to/mbox") if $to->beginsWith("hello");
16  #     - add some info about the context we are running in:           - routeTo("fax:+4930123456")    if $subject->contains("gatefax");
17  #       - console     - metadata:
18  #       - sendmail/normal       - add some info about the context we are running in:
19  #       - sendmail/smrsh         - console
20  #     - add some info about the user we are doing this for:         - sendmail/normal
21  #       - username         - sendmail/smrsh
22  #       - home-directory       - add some info about the user we are doing this for:
23  #         - username
24           - home-directory
25    
26    =cut

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