TODO


back to top


TODO:

   - more sophisticated filtering
   - configuration-comfort (use perl-arrays and -hashes for rule-declaration)
   - Html-Gui to add/edit/remove rules
   - rule base located in LDAP (local delivery routing)
   - completely hide away regex-stuff and provide simpler wildcarding
     - hide needed quoting of dots (.) and ats (@) in addresses
     - provide: beginsWith(string), endsWith(string), beginsAt(string, pos|regex)
       - this could become a CPAN-module sometimes (?):
       - "String"-Object to be inherited from gives these methods to you
       - examples:
         - routeTo("mbox:/path/to/mbox") if $to->beginsWith("hello");
         - routeTo("fax:+4930123456")    if $subject->contains("gatefax");
   - metadata:
     - add some info about the context we are running in:
       - console
       - sendmail/normal
       - sendmail/smrsh
     - add some info about the user we are doing this for:
       - username
       - home-directory

back to top

 TODO