>>>sends your email to your 'form post' receiver file
>>>ie: let's show you an exact example:
>>>shangrilatimes's 'post' (receive post forms) is:
>>>http://radmail.shangrilatimes.com
>>>so the emails are redirected here as:
>>>radmail.shangrilatimes.com@email-pipe.com
>>>(the 'http://' is not needed and ':' are not actually valid on emails by themselves)
>>>email pipe gathers the whole email, escapes (urlencodes) it,
>>>locates the address (the first part ov the email address to here)
>>>checks to see there is actually a file there:
>>>then calls the file as a 'post':
>>>the 'form post' has 2 parts:
>>>'referer=http%3A%2F%2Fwww.email-pipe.com' (urlencoded) and
>>>'contents=the_whole_email_received_urlencoded'
>>>http://subdomain.yourdomain.com/extension/post_receiver.php
>>>subdomain.yourdomain.com/extension/post_receiver.php@email-pipe.com
>>>http://www.anotherdomain.net/sub/sub2/sub3/file.aspx
>>>http%3A//www.anotherdomain.net/sub/sub2/sub3/file.aspx@email-pipe.com
>>>so say they call mike@rad-domain.com
>>>on mikes redirect catch all goes to
>>>mikesdomain.com/sub/file.asp@email-pipe.com
>>>this is a public service