On Tue, Apr 16, 2002 at 11:44:01AM -0000, [EMAIL PROTECTED] wrote:
> 
> 
> Hello,
> Please excuse me for posting this silly question.
> Normally I used to send attachments through hotmail 
> and yahoo mail
> My question is, by what mode they are transferring 
> the data, and through 
> what port? This will help me to filter or block that 
I have written a cgi which allows to transfer files to and from a server
and I think mail services use similar methods.  It uses normal http
multipart post requests (I think put would also be possible) to submit
the files. So you have to block http request (usually port 80 and 443
for encrypted connections) which contain http multipart requests, which
contain strings like filename="something" in one of the multipart
headers and post request. (Perhaps you should look for a http - proxy
allowing to stop those transfers)

-- 
Benedikt Wildenhain
May the tux be with you.
:wq

Attachment: msg06237/pgp00000.pgp
Description: PGP signature

Reply via email to