DESCR 364 B

1234567
  1. milter is a Python extension module to enable Python scripts to attach
  2. to Sendmail's libmilter API, enabling filtering of messages as they
  3. arrive. Since it's a script, you can do anything you want to the
  4. message - screen out viruses, collect statistics, add or modify headers,
  5. etc. You can, at any point, tell Sendmail to reject, discard, or accept
  6. the message.