ansible-mailserver-debian/mail_system/templates/dovecot/README_filters

16 lines
266 B
Plaintext

# THIS FILE IS CONTROLLED BY ANSIBLE - DO NOT CHANGE IN DEPLOYMENT!
A filter accepts a mail as input, modifies it and outputs the result.
Note: You cannot have side-effects like putting something into /tmp.
Example:
#!/bin/bash
echo "X-Test: $(date) $1"
cat