Can spammers trace one if one does not go offline prior to deleting spam ?

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

Hector13

Golden Member
Apr 4, 2000
1,694
0
0
Originally posted by: GeneralDisarray
They can easily specify an alternate port in the URL, and if you blocked that one, they could specify a random port and set their web server to listen on all ports.

As some have said above, it's quite simple to GET variables in an image link to identify when someone views your message. Theres no need for different file names. In fact, you dont even need to have a link that looks anything like an image, you can manipulate the MIME headers so something like <a href="http://127.0.0.1/?go=123456">http://127.0.0.1/?go=123456</a> returns an image and IE/Outlook loads it fine. Then in their server a PHP script checks the ID and logs when it was accessed, and if they're smart, watches if you click on the link to see if the advertising was effective.

okay, so only grant access to smtp traffic on port 25 (or whatever port it is on).
 

Jerry

Senior member
Oct 9, 1999
229
0
0
Soybomb,
Would this presumably tracking URL / function operate or come alive if the email was not "opened" but just deleted right from outlook with the preview pane not in operation ?

I don't see how it would. ' Look forward to responses.
 

ViRGE

Elite Member, Moderator Emeritus
Oct 9, 1999
31,516
167
106
If the email is not opened, then the bug is not activated.
 
Apr 14, 2003
100
0
0
Originally posted by: Hector13
Originally posted by: GeneralDisarray They can easily specify an alternate port in the URL, and if you blocked that one, they could specify a random port and set their web server to listen on all ports. As some have said above, it's quite simple to GET variables in an image link to identify when someone views your message. Theres no need for different file names. In fact, you dont even need to have a link that looks anything like an image, you can manipulate the MIME headers so something like ">http://127.0.0.1/?go=123456">http://127.0.0.1/?go=123456</a> returns an image and IE/Outlook loads it fine. Then in their server a PHP script checks the ID and logs when it was accessed, and if they're smart, watches if you click on the link to see if the advertising was effective.
okay, so only grant access to smtp traffic on port 25 (or whatever port it is on).

You can run a web server on port 25 if you so desire. If only you could disable HTML in Outlook messages.... or just use pine.
 

oboeguy

Diamond Member
Dec 7, 1999
3,907
0
76
Disable the preview feature and your problem is gone. BTW, I thought there was merely embedded JavaScript to send back "Yes! We found a sucker at this address!", and that it has nothing to do with images. This is why I never open anything remotely spammish and never enable "preview".