Skip to content
Snippets Groups Projects
Commit 7f9a53e5 authored by Marius Burkard's avatar Marius Burkard
Browse files

- missing rspamd conf file on update

parent e9c89a7a
No related branches found
No related tags found
No related merge requests found
spamfilter_wblist-<tmpl_var name='record_id'> {
priority = <tmpl_var name='priority'>;
from = "<tmpl_var name='from'>";
rcpt = "<tmpl_var name='recipient'>";
<tmpl_if name='wblist' op='==' value='W'>
want_spam = yes;
</tmpl_else>
apply "default" {
R_DUMMY = 999.0;
actions {
reject = 0.2;
add_header = 0.1;
greylist = 0.1;
rewrite_subject = 0.1;
}
}
</tmpl_if>
}
\ No newline at end of file
../../server/conf/rspamd_wblist.inc.conf.master
\ No newline at end of file
spamfilter_wblist-<tmpl_var name='record_id'> {
priority = <tmpl_var name='priority'>;
from = "<tmpl_var name='from'>";
rcpt = "<tmpl_var name='recipient'>";
<tmpl_if name='wblist' op='==' value='W'>
want_spam = yes;
</tmpl_else>
apply "default" {
R_DUMMY = 999.0;
actions {
reject = 0.2;
add_header = 0.1;
greylist = 0.1;
rewrite_subject = 0.1;
}
}
</tmpl_if>
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment