I'm trying to add a regex to the Astaro SMTP proxy configuration to reject any mail with an IMG tag. The Regex I tried was:
s//i
I can't seem to figure out why this won't match. Furthermore, it seems that the Astaro web interface can't correctly display the above regex in the list of regex because it tried to expand the IMG tag in the regex. Checking the exim.conf however reveals it saves the correct regex.
Anyone have any suggestions on the above regex?
Paul
This thread was automatically locked due to age.