Forum Moderators: open
I really don't know what options you may have as far as components go. Have you looked into what email components your host has?
I'm trying, as we speak, to find a way to block ALL html email with images at server level - 99.99% has to be junk. Mat
cheers guys -
korkus2000, no i havent looked into the components issue - i was just looking for a quick clean way to send them out, so i think having the images available via a url is probably the way to go judging by feedback.
a few political issues so i wanted to stay away from that - nevermind, im sure ill swing it :)
Get the full text & headers of that email and read through them. Telnetting to your mailserver would probably be the easiest way.
You should be able to extract the code that you need from there. (It's called reverse engineering :) )
If you're running a respectable email campaign or sending out newsletters one of the best ways to fill up users' email inboxes and get them angry is to embedd the images. Placing them on the server can cut down a 40kb email to 12kb. Much better.
Its not all spam. Most large companies which have any idea what they are doing do this. You're better off trying to filter your spam by keywords anyhow.
You're better off trying to filter your spam by keywords anyhow.
Oh I do, believe me. My .procmailrc file is getting pretty long and pretty seedy. The problem is that these scum are getting cannier - there are no words that can safely be blocked in the subject - they're all pretty innocuous and generic - and some stuff (all HTML format) still gets through. The performance hit for scanning the entire body of all messages is too high.
I manage to block hundreds per day, but I'm getting pretty evangelical about this, and that's why I'm looking to block all non plain text stuff, or at least divert it for server-side checking. Can't quite get the recipe to work, but I will, I will.
Mat
If you're running a respectable email campaign or sending out newsletters one of the best ways to fill up users' email inboxes and get them angry is to embedd the images. Placing them on the server can cut down a 40kb email to 12kb. Much better.
Thanks for all your input guys, this newbie appreciates it :)