editing spamassassin.rc.master

Discussion in 'Installation/Configuration' started by KenKnight, Nov 12, 2006.

  1. KenKnight

    KenKnight Member

    Hi,

    I've been searching around here about modifying the spamassassin.rc.master file to have it automatically put all tagged spam directly into the Spam folder (using Maildir).

    So I modified it from this;

    Code:
    #:0:
    #* ^X-Spam-Status: Yes
    #/dev/null
    
    to this ;
    Code:
    :0:
    * ^X-Spam-Status: Yes
    $HOME/Maildir/.Spam
    
    I'm running the debian sarge perfect setup. Is this correct?

    Thanks,
    Ken
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

Share This Page