From bf327f95e09ddcc859c07fb66cba149b9fbc49d4 Mon Sep 17 00:00:00 2001 From: "Stuart D. Gathman" Date: Mon, 25 Jul 2016 22:33:29 -0400 Subject: [PATCH] Add section to link projects using pymilter. --- doc/mainpage.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/mainpage.py b/doc/mainpage.py index 1bfe25f..152a765 100644 --- a/doc/mainpage.py +++ b/doc/mainpage.py @@ -72,3 +72,15 @@ # pydspam wraps # the libdspam API of the DSPAM # project. +# +# @section Milters written with pymilter +# +# Verify Domain is a +# Postfix milter that rejects/fixes manipulated From: header +# on a mail host with multiple virtual domains. +# +# BMS Milter has several +# milters, a big complicated spam filter that integrates multiple +# authentication protocols with pydpsm, and two simple ones: spfmilter.py and +# dkim-milter.py. +#