2003-04-07 21:09:33 +02:00
|
|
|
This is a simple sendmail milter which adds an X-RBL-Warning header to
|
2003-04-07 21:14:05 +02:00
|
|
|
any emails that are received that come from an open relay as
|
|
|
|
determined by your choice of RBL checking service (i.e. bl.spamcop.net).
|
2003-04-07 21:09:33 +02:00
|
|
|
|
|
|
|
This is useful if you'd rather have the mail user agent (MUA) deal with
|
2003-04-07 21:14:05 +02:00
|
|
|
potential spam rather than just blocking it in case you loose
|
|
|
|
legitimate messages. Note that the X-RBL-Warning header is only set if
|
|
|
|
the site was found to be an open-relay.
|
2003-04-07 21:09:33 +02:00
|
|
|
|
2019-01-01 20:05:57 +01:00
|
|
|
WWW: https://github.com/jbeker/rbl-milter
|