
michael sullivan - 2009-07-31 21:01:03
Looking for best practices for managing incoming messages based on the from address and taking measure to confirm messages when sent from different locations (by comparing against ip address etc.).
The data from $array['Headers']['received:'][2] is probably the most useful here. So I suppose extracting that string into useable values is needed.
Thanks.