Hello, I was wondering where feature-wishes should be written to, so I assume this maillinglist might be a good start. Might well be that other people asked for similar features already, a fast look through the archive didn't result in anything like that though.
There's warn_if_reject and defer_if_reject which apply if a later restriction would reject. I'm looking for something like "apply_if_reject" with the possibility to add a special action/filter. Like for example: apply_if_reject check_recipient_access x:x or apply_if_reject BCC Would it be difficult to implement a feature like that? The goal is to BCC a mail to a special address in case the mail would be rejected by the next (or any later) filter rule. Currently, the only way to do something like that is with a self-written before-queue filter, which is in my humble opinion a lot of overhead, I think such a feature would fit well into postfix along warn_if_reject and defer_if_reject. Thanks in Advance Jean