This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to unactivate admin spam message ?

I've just activated pop3 spam facility on ASL 5.1.
 It works fine.
But each time a message is quarantine by ASL box, I  received a warning message telling me that a message has been blocked. 

How to unactivate this warning message sending ?


This thread was automatically locked due to age.
Parents
  • That's normal. The POP3 protocol does not allow to simply delete emails. During downloading the emailbox the amount of messages is given. If ASL delets an email the pop3 client would give an error, because one message is missing. So ASL has to sent an placeholder.

    cheers
    Xeno
  • So, ASL POP antispam capacity isn't efficient and useful at all : you're not spammed anymore by the original messages but by placeholders...

    I don't understand why to implement such function in these conditions.
  • With activated spam protection, every message has the same subject ..  so, just setup a filter-rule on your mail client and you'll get rid of the notifications ...
  • There is a file you can modify.

    /etc/wfe/conf/pop3

    you will see the following:

    > [global]
    >antispam = 1
    >antispam_action = pass
    >antispam_action2 = freeze
    >antispam_strategy = 3
    >antispam_strategy2 = 5
    >status = 1
    >virus = 1


    naturally you will make a copy of this file, call it pop3.bak or what ever you want

    now you see antispam_action and antispam_action2
    webadmin only allows you to either have Pass / quarantine.

    you can change the second option to use the following also
    pass/freeze/reject/blackhole/

    note the change that you make will not change the label of the dropdown field within webadmin.

    ie
    Quarantine when score exceeds:
    will not change to --> Blackhole or Reject when score exceeds:
Reply
  • There is a file you can modify.

    /etc/wfe/conf/pop3

    you will see the following:

    > [global]
    >antispam = 1
    >antispam_action = pass
    >antispam_action2 = freeze
    >antispam_strategy = 3
    >antispam_strategy2 = 5
    >status = 1
    >virus = 1


    naturally you will make a copy of this file, call it pop3.bak or what ever you want

    now you see antispam_action and antispam_action2
    webadmin only allows you to either have Pass / quarantine.

    you can change the second option to use the following also
    pass/freeze/reject/blackhole/

    note the change that you make will not change the label of the dropdown field within webadmin.

    ie
    Quarantine when score exceeds:
    will not change to --> Blackhole or Reject when score exceeds:
Children
No Data