Jared Proudfoot <[EMAIL PROTECTED]> writes: > Is it currently possible, or are there any plans to introduce features, > that would allow me to perform multiple actions on an incoming message > that is passing through my filter?
It's not currently possible, but there is a workaround. I've been thinking about how to add this for some months now, but it hasn't been a real high priority. The workaround is to deliver to a program, such as a shell script or procmail with a custom procmail rc file that will forward as appropriate and do the delivery. In your incoming filter: to [EMAIL PROTECTED] deliver=| ~/bin/page-and-deliver.sh or to [EMAIL PROTECTED] deliver= | /usr/local/bin/procmail -p ~/.page-me-rc There are various small programs available to deliver to mboxes, maildirs, etc. You can call one of those from your script to do the delivery. qmail comes with a little program called 'forward' that will forward mail. I'm sure there are others around, if you're not a qmail user. Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
