Server IP : 104.21.38.3 / Your IP : 108.162.226.169 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /etc/rspamd/ |
Upload File : |
# Symbols groups setup # Each individual group lives in scores.d/<GROUPNAME> # # Please don't modify this file as your changes might be overwritten with # the next update. # # You can modify 'local.d/groups.conf' to add and merge # parameters defined inside this section # # You can modify 'override.d/groups.conf' to strictly override all # parameters defined inside this section # # See https://rspamd.com/doc/faq.html#what-are-the-locald-and-overrided-directories # for details # # See also: https://rspamd.com/doc/faq.html#how-to-change-score-for-some-symbol group "headers" { .include "$CONFDIR/scores.d/headers_group.conf" .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/headers_group.conf" .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/headers_group.conf" } group "subject" { .include "$CONFDIR/scores.d/subject_group.conf" .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/subject_group.conf" .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/subject_group.conf" } group "mua" { .include "$CONFDIR/scores.d/mua_group.conf" .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/mua_group.conf" .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/mua_group.conf" } group "rbl" { .include "$CONFDIR/scores.d/rbl_group.conf" .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/rbl_group.conf" .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/rbl_group.conf" } group "statistics" { .include "$CONFDIR/scores.d/statistics_group.conf" .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/statistics_group.conf" .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/statistics_group.conf" } group "fuzzy" { .include "$CONFDIR/scores.d/fuzzy_group.conf" .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/fuzzy_group.conf" .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/fuzzy_group.conf" } # SPF + DKIM + DMARC + ARC group "policies" { .include "$CONFDIR/scores.d/policies_group.conf" .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/policies_group.conf" .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/policies_group.conf" } group "whitelist" { .include "$CONFDIR/scores.d/whitelist_group.conf" .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/whitelist_group.conf" .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/whitelist_group.conf" } group "surbl" { .include "$CONFDIR/scores.d/surbl_group.conf" .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/surbl_group.conf" .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/surbl_group.conf" } group "phishing" { .include "$CONFDIR/scores.d/phishing_group.conf" .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/phishing_group.conf" .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/phishing_group.conf" } group "hfilter" { .include "$CONFDIR/scores.d/hfilter_group.conf" .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/hfilter_group.conf" .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/hfilter_group.conf" } group "mime_types" { .include "$CONFDIR/scores.d/mime_types_group.conf" .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/mime_types_group.conf" .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/mime_types_group.conf" } # Used to limit maximum score group "excessqp" { max_score = 2.4; .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/excessqp_group.conf" .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/excessqp_group.conf" } group "excessb64" { max_score = 3.0; .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/excessb64_group.conf" .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/excessb64_group.conf" } # Not defined by default group "neural" { .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/neural_group.conf" .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/neural_group.conf" } group "antivirus" { .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/antivirus_group.conf" .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/antivirus_group.conf" } group "external_services" { .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/external_services_group.conf" .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/external_services_group.conf" } group "content" { .include "$CONFDIR/scores.d/content_group.conf" .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/content_group.conf" .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/content_group.conf" } .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/groups.conf" .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/groups.conf"