ran...@skurelabs.com: > Hi Wietse, > Thanks for your information. We are now using milter > connected with Kafka to process emails. > One more issue we are facing now is how to quarantine email(Change > content) and block emails. Does milter support that?
Many sites use Milters to block and quarantine mail, and Postfix supports a sequence of Milters. If one milter changes the message or envelope then later Milters in the sequence will see the modified result. Postfix uses the 'hold' queue for quarantibned messages. > I came to know from readme file that there is a content filter > which can help. Then how can we link these two i.e. process using > milter and quarantine/block/defer email delivery using content > filter? > I would appreciate your help. You can use a non-Milter content filter. In that case the filter seed the message as modified by the Milter(s). Wietse