My System Filter is not working
Jason Gottschalk <Jason-9SbiX/[email protected]> Tue, 2 May 2023 23:24:43 -0400
| Newsgroups | gmane.mail.virus.mailscanner |
|---|---|
| Organization | SYO Computer Services |
| Message-ID | <[email protected]> |
Hello Mailscanner, I am trying to create a filter to rewrite the from and to of messages we send to our internal fax service. My requirements are: Determine if the message is from one of three allowed domains If yes, then determine if the message is being sent to our fax software. if yes, then change the from address to the address our fax software will respond to change the to address to the format our fax software knows how to handle add some headers for our own tracking. This filter is in a new file in /usr/local/cpanel/etc/exim/sysfilter/options This is what I have so far, if ($h_from: contains "@(companya.org|companyb.net|companyc.com)" then if $h_to: contains "@fax.companya.org" then headers add "Actual-From: $h_from:" headers remove From headers add "From: [email protected]" headers remove Reply-To headers add "Reply-To: $h_from" headers add "Actual-To: $h_to:" headers remove To headers add "To: $local_part-cQ/iqZU7sFJWk0Htik3J/[email protected]" endif endif Any pointers or suggestions would be most appreciated! Thanks Jason -- MailScanner mailing list mailscanner-qhrM8SXbD5JTOyd/[email protected] http://lists.mailscanner.info/mailman/listinfo/mailscanner