• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

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.
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).
 
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.
 
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.
 
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".
 
Back
Top