aboutsummaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* Fix usage of variable.Vsevolod Stakhov2015-07-301-1/+1
|
* Add default classify headers.Vsevolod Stakhov2015-07-281-1/+7
|
* Make R_EMPTY_IMAGE tutorial function.Vsevolod Stakhov2015-07-231-11/+11
|
* Tune R_EMPTY_IMAGE to avoid false positives.Vsevolod Stakhov2015-07-231-2/+2
|
* Add improved version of R_EMPTY_IMAGE.Vsevolod Stakhov2015-07-232-16/+23
|
* Start work on new HTML rules.Vsevolod Stakhov2015-07-234-8/+64
|
* Misprint.Vsevolod Stakhov2015-07-161-1/+1
|
* Remove debug.Vsevolod Stakhov2015-07-161-1/+0
|
* Do not use reconf for pure lua functions.Vsevolod Stakhov2015-07-161-1/+1
|
* Rework R_PARTS_DIFFER rule.Vsevolod Stakhov2015-07-151-1/+17
|
* Set ignore_whitelists = true for RECEIVED_SPAMHAUS_XBLAndrew Lewis2015-07-021-0/+1
|
* Further defang whitelistsAndrew Lewis2015-07-021-0/+2
|
* Add RCVD_IN_DNSWL_NONE as whitelisting exclusionAndrew Lewis2015-07-011-0/+1
|
* Fix misprintAndrew Lewis2015-06-291-1/+1
|
* Silence errors; yield unknown results from RBLs; fix scoring for DNSWLAndrew Lewis2015-06-292-10/+29
|
* Fix another duplicated symbol registrationAndrew Lewis2015-06-291-1/+0
|
* Don't use RWL_SPAMHAUS_WL (unknown result) for whitelistingAndrew Lewis2015-06-231-0/+1
|
* Don't use RWL_MAILSPIKE_POSSIBLE or DNSWL_BLOCKED for whitelistingAndrew Lewis2015-06-221-0/+2
|
* DBL_ABUSE_REDIR should not have significant weight.Vsevolod Stakhov2015-05-231-1/+1
|
* Improve thunderbird sanity checks.Vsevolod Stakhov2015-05-191-1/+1
| | | | Submitted by: corvax
* Config tidyingAndrew Lewis2015-05-063-1035/+1283
|
* Be more clever about forged MUA rules and maillist.Vsevolod Stakhov2015-05-062-28/+19
|
* Merge pull request #277 from fatalbanana/masterVsevolod Stakhov2015-05-021-3/+0
|\ | | | | Remove stray TLDs from 2tld.inc
| * Remove stray TLDs from 2tld.incAndrew Lewis2015-05-021-3/+0
| |
* | Merge pull request #276 from fatalbanana/masterVsevolod Stakhov2015-05-021-7144/+824
|\| | | | | Deduplicate 2tld.inc against effective_tld_names.dat
| * Deduplicate 2tld.inc against effective_tld_names.datAndrew Lewis2015-05-021-7144/+824
| |
* | Fix hfilter URL_ONELINE rule.Vsevolod Stakhov2015-05-011-3/+1
| |
* | Misprint.Vsevolod Stakhov2015-05-011-1/+1
| |
* | Add DBL list gradation.Vsevolod Stakhov2015-05-012-2/+64
| |
* | Add negation for forged thunderbird MID in case of maillist.Vsevolod Stakhov2015-05-012-1/+10
| |
* | Avoid regexp_match_number.Vsevolod Stakhov2015-04-303-4/+4
| |
* | Fix hfilter rule.Vsevolod Stakhov2015-04-291-5/+1
|/
* Remove useless subclasses.Vsevolod Stakhov2015-04-281-21/+0
|
* Categorize default rules.Vsevolod Stakhov2015-04-221-764/+814
|
* Fix matching braces.Vsevolod Stakhov2015-04-161-1/+1
| | | | Spotted by: Viktor Khomyuk
* Don't score RECEIVED_SPAMHAUS_XBL if we have RBL_SPAMHAUS_XBLAndrew Lewis2015-04-081-0/+4
|
* Use publicsuffix list for url search (too slow now).Vsevolod Stakhov2015-04-061-0/+1
|
* RBL: Add missing is_whitelist = true settingAndrew Lewis2015-04-011-0/+1
|
* RBL: change behaviour of whitelistsAndrew Lewis2015-04-012-25/+29
|
* Add IPv6 loopback to secure_ip settingAndrew Lewis2015-03-201-0/+1
|
* Reiterate on systemd.Vsevolod Stakhov2015-03-171-2/+2
| | | | | Conflicts: CMakeLists.txt
* Use Systemd for Linux family and SysV for other systems.Andrej Zverev2015-03-171-2/+2
| | | | | | | | | | | | | | | | We are creating conf/rspamd.conf.in as template and declaring two new variables for CMake: DEFAULTS (for SysV): RSPAMD_WORKER_NORMAL = "*:11333" RSPAMD_WORKER_CONTROLLER = "*:11334" For Linux (for Systemd): RSPAMD_WORKER_NORMAL = "systemd:0" RSPAMD_WORKER_CONTROLLER = "systemd:1" During build we replace template with correct values. Conflicts: CMakeLists.txt
* Try include rspamd.conf.local.override with high priorityAndrew Lewis2015-03-171-1/+2
|
* Explicitly set tmpdir in config fileMikhail Gusarov2015-03-171-0/+1
|
* Fix syntax error in worker-normal.incMikhail Gusarov2015-03-171-1/+1
|
* Reorganize configuration files for systemdMikhail Gusarov2015-03-1710-55/+83
| | | | | | Common systemd/non-systemd options were moved to .inc files. rspamd.conf is systemd-enabled one, rspamd.sysvinit.conf is sysvinit-compatible one.
* Fix missing symbol registrationAndrew Lewis2015-03-111-0/+1
|
* Hfilter: Fix FQDN check expressionAlexey AL2015-03-061-1/+1
|
* Check IPv6 addresses at dnswl.org and Spamhaus whitelistAndrew Lewis2015-02-261-0/+2
|
* Fix FORGED_MUA_THUNDERBIRD_MSGID.Vsevolod Stakhov2015-02-261-17/+17
| | | | | Issue: #186 Reported by: @moiseev