On 11 Jun 2004, [EMAIL PROTECTED] wrote: >> HOW CAN I ADD FOOTER TO ALL OUTGOING MAIL ?! > > Second search. Keywords "qmail smtpd add email footer patch" > > http://www.mail-archive.com/[EMAIL PROTECTED]/msg13853.html
>From the O'Reilly Qmail book by John Levine, p. 209:
Adding a Tag to Each Outgoing Message
set QMAILQUEUE to this script:
#!/bin/sh
exec /var/qmail/bin/qmail-qfilter \
cat - /etc/mailtag
(there's more in the recipe, but this should be enough to get started)
Ted
