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 |