The spamming problem is arising very craftly day
by day. The pace is even too high for this.The spammers
are really frustrating the internet users by swapping
internet resources for this illegal activity.
Our Main Point : Are Blacklists a solution ?
The blacklists are considered to be as one of the solution of
this email spamming but this technique is even not reliable
after some extent.The theqry behind this is that application
of blacklisting define on the basis of static layout ie you
have a archive of addresses that you can configure in blacklist
file and set in the activation mode.But this solution not seems to
be much effective now a days.
Why ?
This is beacuse all the trend of spamming has been shifted to
Random Email Address Builder ie spammers are now able to
design programs htat builds random email addresses but uses
hacked domains to deliver mails.
As only recipient field is matter but not senders.
Example: Delivering mail through PHP
$To = 'xxxxxx@yyyyyy.com';
$Email_Subject = 'Your Help Required!';
$Email_Message = 'Account Balance...';
$Email_Headers = 'From: aaa.@bbb.com' . "\r\n" .
'X-Mailer: PHP/' . phpversion();
mail($To, $Email_Subject, $Email_Message, $Email_Headers);
?>
The typical example of sending mail.The email headers can be
manipulated to whatever the spammer thinks.Moreover
with random genration of email addresses the flooding can
be done.
The blacklists are basically defined for specifcally domains,Now
a days better solutions are desired for this.
[Zknk]