Trying to understand "filter.conf" in /etc/virtual/<domain>.<ext>
I have the following in the /etc/virtual/<domain>.<ext>/filter.conf of one of my domains;
I've searched high and low and only seem to be able to find that this file is for the UI in directadmin. E.g. that the file is not related to /home/$username/.spamassassin/user_prefs, but instead is used in Exim filtering.
However, if i look in the "filter" file (which is the 'compiled' file?) i see nothing related to high_score or action=action=email etc. Can somebody explain how this file relates to spam filtering? And i am also assuming 'userspamfolder' is the INBOX.spam (which i configured on my server)?
I have the following in the /etc/virtual/<domain>.<ext>/filter.conf of one of my domains;
Code:
action=action=email
high_score=15
high_score_block=no
where=userspamfolder
I've searched high and low and only seem to be able to find that this file is for the UI in directadmin. E.g. that the file is not related to /home/$username/.spamassassin/user_prefs, but instead is used in Exim filtering.
However, if i look in the "filter" file (which is the 'compiled' file?) i see nothing related to high_score or action=action=email etc. Can somebody explain how this file relates to spam filtering? And i am also assuming 'userspamfolder' is the INBOX.spam (which i configured on my server)?