I've been looking at implementing some features to allow spamdyke to consume or redirect messages. For example, if a message matched a particular filter, the recipient(s) could be rewritten to send the message to different addresses. Or the message could be "accepted" and discarded, so the remote server would not see a rejection but the message would not reach a recipient. I think this kind of feature would meet your needs for #1 -- you could redirect all RBL matches to a new mailbox (call it "quarantine").
I'm not sure how to implement your second suggestion. Specifically, I'm not sure how to make it easily configurable. Some kind of advanced rules configuration would need to exist, so you could write a configuration file that says: "If a message matches an RBL, graylist it instead of rejecting it. All other filters behave normally." That's probably a long way away. -- Sam Clippinger Daniel Snow wrote: > Hi! > > I would have a wishlist for spamdyke, because it is a real gret > software, and I plan to use it in all of my installations. > > 1. It would be nice if I can quarantine everykind of message. I'm > thinking of the messages denied by RBL lists for example. It is very > rare that there can be false positives, but this feature would be very > nice. If someone is looking for a mail, I can consult the logfile of > course, but I can't get the message back for the user, which can be a > big problem. > > 2. For the lowering of false-positive messages created by RBLs, it > would be nice if I could tell spamdyke to only greylist those, who > come from an RBL, and if it passes the greylist-test, then let them in > for further investigation (spamassassin, clamav etc.). > > Thank you very much! > > Daniel > > ------------------------------------------------------------------------ > > _______________________________________________ > spamdyke-users mailing list > [email protected] > http://www.spamdyke.org/mailman/listinfo/spamdyke-users > _______________________________________________ spamdyke-users mailing list [email protected] http://www.spamdyke.org/mailman/listinfo/spamdyke-users
