Search results

  1. O

    [SOLVED] A mail filter is not honored

    Here a new mail sample and trace log : Delivered-To: my.recipient@mydomain.fr Return-Path: Received: from passv2.mydomain.local (clbcluster.mydomain.local [x.x.x.2]) by srv5.mydomain.local (Proxmox) with ESMTP id 1FE07161E70 for <my.recipient@mydomain.fr>; Mon, 21 Dec 2020 15:39:50...
  2. O

    How to delivery all or selected messages in quarantine ?

    Hi @Stoiko Ivanov , I used pmgsh get /quarantine/spam --pmail xxx In the json result, the field "envelope_sender" is referring to which smtp header ? Is it to return-path ?
  3. O

    [SOLVED] A mail filter is not honored

    Hi @Stoiko Ivanov , what do you mean by a complete log ? I posted all the header, do you want the content also ? As @hata_ph said, I confirme that all emails in quarantine have the header Return-Path empty. @Stoiko Ivanov , could you confirm that works this way ?
  4. O

    How to delivery all or selected messages in quarantine ?

    Thanks for your answer. I'll build some scripts to help my team with your workaround.
  5. O

    [SOLVED] A mail filter is not honored

    Hello, I created a rule based on domains and referenced in a 'Who object'. But some emails are not catched by this rule. This the object I define with a list of domains : and I use it in this rule : And this is a mail sample that didn't be catched by the rule (I anonymized the email and...
  6. O

    How to delivery all or selected messages in quarantine ?

    Hello, I defined a rule to move specifics mails in quarantine to be check manually by an administator. Now I had a lot of mails for many users I need to delivery to them. It's very fastidious to use the web UI and select mail address by mail address and delivery mails. I didn't see anything in...