In the last episode (Sep 04), Matt Tencati said:
> I've been looking for a milter to do the caching of messages - do you
> know of one?

So far our spam load hasn't been bad enough to require bayes, but the
sample milter in the libmilter documentation could easily be modified
to log into a database instead of textfiles.  You could even use it the
way it is.  Just modify it to rename the tempfile to something like
msg.timestamp.senderaddress for easy lookups, and age the directory
with a "find . -mtime +2d -delete" every night.

http://www.they.com/doc/libmilter-dev/libmilter/html/sample.html

Now it looks so easy I'm going to have to try it myself :)

-- 
        Dan Nelson
        [EMAIL PROTECTED]


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to