Hi everyone, I’m looking for a filter that can meet two specific conditions. The filter should reject emails that have the following conditions:
- The ‘rcpt-to’ field matches ‘t...@domain.com’ - The ‘mail-from’ field does not match ‘allo...@domain.com’ Something like: filter comunication phase rcpt-to match !rcpt-to “t...@domain.com" and !mail-from “allo...@domain.com" reject "550 Permission Denied” If this is possible, please let me know. Thanks a bunch! -- Felipe Oliva