Allyn Baskerville <[EMAIL PROTECTED]> wrote:

> Everything is working properly, but I would like
> to delete all e-mails from blacklisted sites, and just tag the
> other potential spam before forwarding to the internal server.

When you say "blacklisted sites", do you mean IP addresses 
listed in a DNS blocklist, or are you talking about SA 
blacklisting, or something else?

If you're talking about DNS blocklists, then you might want to 
avoid getting the mail in the first place (and thus never call 
SA) by running rblsmtpd as Roger Merchberger suggested in a 
message earlier today in the "Too many rules?" thread.

Another way of rejecting the mail would be to use qpsmtpd 
(http://develooper.com/code/qpsmtpd/), which allows you to do 
all sorts of nifty things, but may be an unnecessary 
complication if you don't want to do anything more than use DNS 
blocklists and SA.  I use qpsmtpd.

Also, with either of these solutions you'd probably be 
rejecting the mail rather than deleting it.  That way if 
someone finds their way onto a blocklist (perhaps through no 
fault of their own) they'll get an error message rather than 
just having their mail eaten and never knowing it wasn't 
delivered.


-- 
Keith C. Ivey <[EMAIL PROTECTED]>
Washington, DC



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to