javaguy Posted December 6, 2005 Posted December 6, 2005 If I have a filter running on messages to someguy@ mydomain, and that address is a real address at my domain, does the message still get delivered after the script runs? Quote
TCH-Bruce Posted December 7, 2005 Posted December 7, 2005 Not sure I understand your question but if you are not deleting the message based on the filter I don't see why it wouldn't be delivered. Quote
javaguy Posted December 7, 2005 Author Posted December 7, 2005 Maybe I don't understand my question well enough. I guess I'm trying to figure out how the script can control whether the message still gets delivered after the script is done. I know in some environments a filter can return a 0, 1, 2 or whatever to indicate whether the message gets delivered, discarded, bounced to sender or whatever. Does my script have to actively delete a message to prevent its being delivered? If so, how? Quote
TCH-Andy Posted December 7, 2005 Posted December 7, 2005 How are you sending the message to the script ? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.