Regenerating per-User Spam Configs

Discussion in 'General' started by lephisto, Aug 5, 2008.

  1. lephisto

    lephisto New Member

    Hello,

    i have to change some settings regarding Spam (ie. rewrite_header subject) for a bunch of Users in ISPConfig.

    I updated the isp_isp_user table accordingly and ran the "/root/ispconfig/php/php -q /root/ispconfig/scripts/writeconf.php" script, which i thought of would write all the per-user config files like ~/.user_pref (spamchecker config).

    as it seems those files havent changed.

    did i miss sth?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You will have to run the following sql satemement in the database before you run the update script:

    update isp_isp_user set status = 'u' where status = '';
     
  3. lephisto

    lephisto New Member

    Ah cool,

    that was the INfo i was missing.

    Thanks a lot.
     

Share This Page