The Mailmunge email filtering framework
https://www.mailmunge.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
.. | ||
COPYING | 10 months ago | |
Changelog | 3 months ago | |
README | 12 months ago | |
architecture.odg | 12 months ago | |
architecture.svg | 12 months ago | |
style.css | 10 months ago |
README
Mailmunge
Copyright 2000-2018 Roaring Penguin Software Inc.
Copyright 2000-2018 AppRiver, LLC
Copyright 2000-2018 Zix Corporation
Copyright 2021 Dianne Skoll
DESCRIPTION
-----------
Mailmunge is an email filtering tool that uses the Milter library to
interface with either Sendmail or Postfix. The milter interface then
uses its own protocol to interface with a Perl program; this permits
you to write your mail filtering policies in Perl rather than C.
Additionally, the Perl worker processes are single-threaded (unlike the
multithreaded milter library) which greatly simplifies the coding.
DOCUMENTATION
-------------
Please see https://www.mailmunge.org/docs/ for full documentation.