milter-date (cache) is the third milter from Anthony Howe's software collection I use.
I checks whether the time stamps in the message header (Date, Recvieved, and so on) are consistent and tags or rejects the mail if not.
Current version is 0.8, links against LibSnert 1.32 (also seems to work with 1.33).
Same procedure as with MilterDate and MilterSpamc.
milter-date is run like this here:
/usr/local/sbin/milter-date -r unix:/var/lib/milter-date/socket &
I checks whether the time stamps in the message header (Date, Recvieved, and so on) are consistent and tags or rejects the mail if not.
Current version is 0.8, links against LibSnert 1.32 (also seems to work with 1.33).
Same procedure as with MilterDate and MilterSpamc.
> ./configure --enable-run-user=antispam --enable-run-group=smmsp > gmake > gmake install
milter-date is run like this here:
/usr/local/sbin/milter-date -r unix:/var/lib/milter-date/socket &