implexant
Jan 21 2006, 05:27 AM
What is a good way to filter out bouncebacks automatically? My client is sending out a newsletter, and they are getting thousands of bouncebacks (mostly their problem.) For the time being, I need to be able to filter those out either through qmail or whatever. It would need to be automatic.
Any ideas?
-Chris
Squire
Jan 21 2006, 08:59 AM
You could use something like qmail-remove and set up a little cron job to run it I suppose. It can do pattern matching from the email bounces. If you do make sure you stop qmail before it runs, and allow enough time for it to truly shut down before qmail-remove runs.
Personally, I would probably just make the client purge their list. If they have that many bad email addresses it probably also indicates that they don't really have the approval to send mail to all of those folks. What you're describing is getting dangerously close to getting your entire server blacklisted for spamming.
netfusionx
Feb 15 2006, 11:58 AM
Go to mysql promt.
give following commands:
use psa;
update Parameters set value = 'reject' where value = 'bounce';
This will reject all the mails instead of bounce.
Thanks,
http://netfusionx.com/forum
Forum for Plesk.