Hi, two question:
1. How do I bounce email from a specific sender? Not "fail" (which bounces email from an entire email address) and not "discard" (which doesn't bounce at all)...I remember long ago there used to be a command "::bounce::". It doesn't work anymore? Do I need to muck around with the EXIM filter file for this?
2. Secondly, if I set up a filter to send all incoming email to a PHP program, how does that work? How does PHP get the values from email, with "$_GET" variables?
Many thanks!!
1. How do I bounce email from a specific sender? Not "fail" (which bounces email from an entire email address) and not "discard" (which doesn't bounce at all)...I remember long ago there used to be a command "::bounce::". It doesn't work anymore? Do I need to muck around with the EXIM filter file for this?
2. Secondly, if I set up a filter to send all incoming email to a PHP program, how does that work? How does PHP get the values from email, with "$_GET" variables?
Many thanks!!