ietf-mta-filters
[Top] [All Lists]

Suggestions

1997-06-26 09:30:24
I'd like to see a "redirect" command added to the basic actions list.

Definition for exists needs to be spelled out in the grammer
e.g. exists = "exists" [WSP] "(" #(condition) [WSP] ")"

A way to pass a parameter to extension-actions
my_action( header("organization" ))

Some method where the extension action can reference the text of the message.
This would allow an extension action to file a message in a database for 
example.

I'd also like to see some discussion of rules on outgoing mail. We can do this
if rule processing is incorporated with the SMTP server. This would allow a
delayed mail feature. e.g.
if
  header("x-delay-until")
then
  delay_mail( header("x-delay-until"))
  toss // the original message

-------------
Paul Vincent Craven
paul(_dot_)craven(_at_)cesoft(_dot_)com
Software Engineer, CE Software
http://www.cesoft.com
http://www.raccoon.com/~pcraven


<Prev in Thread] Current Thread [Next in Thread>