2003-07-11 21:12:07 +02:00
|
|
|
scmail is a mail filter written in Scheme. scmail can filter an
|
|
|
|
incoming mail when it is received and filter mails in a mailbox.
|
|
|
|
|
2004-02-07 07:13:24 +01:00
|
|
|
* Written simply in Scheme.
|
|
|
|
* scmail supports MH and Maildir mailboxes.
|
|
|
|
* Simple filtering rules can be written in S-expressions.
|
|
|
|
* Advanced filtering rules can be written in Scheme programs.
|
|
|
|
* scmail can filter an incoming mail when it is received (like procmail).
|
|
|
|
* scmail can filter mails in a mailbox.
|
|
|
|
* spam filter (scbayes) is included. (now testing)
|
|
|
|
|
2003-07-11 21:12:07 +02:00
|
|
|
WWW: http://www.namazu.org/~satoru/scmail/
|