Search results

  1. H

    [SOLVED] virus detected but send

    pls provide the password.
  2. H

    [SOLVED] virus detected but send

    Pls attach the zip file for checking.
  3. H

    [SOLVED] virus detected but send

    Pls write in English as I do not understand what you are saying. Pls show what is the SA score of the spam mail.
  4. H

    domain not blocked

    Who object refer to Return-Path: <rpmelike@e.creafone.com>. Did you add e.creafone.com domain?
  5. H

    domain not blocked

    Show the spam mail header is raw format.
  6. H

    header content rule

    /etc/mail/spamassassin/custom.cf will remain after restart. Read more about creating your own spamassassin rules. https://cwiki.apache.org/confluence/display/SPAMASSASSIN/writingrules https://gist.github.com/jult/9bfdc4d07b44be01a02cc2aaf25b7c39 https://github.com/kawaiipantsu/spamassassin-rules
  7. H

    [SOLVED] virus detected but send

    Pls show your syslog from tracking center. As you can see it will add 5 heuristic score to spamassassin score and hit my quarantine level 5 spam rule. Mar 18 15:35:12 pmg postfix/smtpd[115503]: connect from mail.superns.com[218.208.91.110] Mar 18 15:35:12 pmg postfix/smtpd[115503]: NOQUEUE...
  8. H

    header content rule

    Another option is spamassassin custom rule for subject with UTF-8 encoding. Add or create /etc/mail/spamassassin/custom.cf with below rules and run systemctl restart pmg-smtp-filter to restart the filter service...
  9. H

    header content rule

    Try this what object.
  10. H

    [SOLVED] virus detected but send

    What is your Heuristic Score? Refer to thread (https://forum.proxmox.com/threads/spam-filter.74719/) regarding clamav heuristic score and encrypted archives.
  11. H

    [SOLVED] virus detected but send

    Is the virus a password protected zip file? Did you enable block encrypted archivces and document?
  12. H

    header content rule

    Cannot open the MSG file. Pls provide as .eml file.
  13. H

    header content rule

    Pls provide a more complete spam mail raw format and paste as code for easy to check the header info.
  14. H

    [SOLVED] virus detected but send

    show detail of your block viruses rule.
  15. H

    [SOLVED] virus detected but send

    Is your virus mail rule higher priority than rule_possibleSpam (Level 2)?
  16. H

    header content rule

    which header content? Try what object -> match field
  17. H

    [SOLVED] Spam detect with Regex in subject

    If it work. Pls mark the thread as solved.
  18. H

    Regex Reply to?

    It should be. But I am not sure will it work for the reply-to field. Not tested on my side.
  19. H

    Regex Reply to?

    Try this but I do not guarantee it will work. ^".*"<.*@badomain.com>.*$
  20. H

    Regex Reply to?

    Pls show the original spam mail in raw format.