Spamfilter whitelist

Discussion in 'General' started by Wonder, May 6, 2009.

  1. Wonder

    Wonder New Member

    Fedora 10
    ISPConfig 3.0.1.1

    When trying to add new whitelist i get in web interface:
    Error
    1.


    In apache logs there is:
    PHP Notice: Undefined index: limit_spamfilter_wblist_txt in /usr/local/ispconfig/interface/web/mail/spamfilter_whitelist_edit.php on line 66

    What is the problem?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The error level in your php.ini file is set to the wrong level, please change it to:

    error_reporting = E_ALL & ~E_NOTICE

    and restart apache.
     
  3. Wonder

    Wonder New Member

    I have error_reporting = E_ALL in my php.ini. Does not it mean "show all errors and notices"? Ok, i've changed it to error_reporting = E_ALL & ~E_NOTICE.

    Now there are no errors and no notices in logs. However, the problem persists.
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Did you restart Apache?
     
  5. Wonder

    Wonder New Member

    Yes, i did.
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post it to the bugtracker so the issue gets reviewed.
     

Share This Page