./mail/p5-Mail-Qmail-Filter, Modules for filtering between qmail-smtpd and qmail-queue

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.32, Package name: p5-Mail-Qmail-Filter-1.32, Maintainer: schmonz

Mail::Qmail::Filter and its submodules are designed to help you filter
incoming e-mails when using qmail as MTA.

You should use it like so:

1. Write a frontend script to configure your filters
2. In the run file for your qmail-smtpd instance, e.g.
/var/qmail/supervise/qmail-smtpd/run, export
QMAILQUEUE=path_to_your_frontend_script

In each filter, you may do various things:

- examine and change envelope data (RFC5321.MailFrom and recipients)
- examine and modify the e-mail message (header and/or body)
- "reject" e-mails (or defer them)


Master sites: (Expand)

Filesize: 27.892 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-10 17:48:23 by Amitai Schleier | Files touched by this commit (4)
Log message:
Add p5-Mail-Qmail-Filter: Modules for filtering between qmail-smtpd and qmail-queue

Mail::Qmail::Filter and its submodules are designed to help you filter
incoming e-mails when using qmail as MTA.

You should use it like so:

1. Write a frontend script to configure your filters
2. In the run file for your qmail-smtpd instance, e.g.
   /var/qmail/supervise/qmail-smtpd/run, export
   QMAILQUEUE=path_to_your_frontend_script

In each filter, you may do various things:

- examine and change envelope data (RFC5321.MailFrom and recipients)
- examine and modify the e-mail message (header and/or body)
- "reject" e-mails (or defer them)