aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-07-03 21:55:47 +0100
committerGitHub <noreply@github.com>2016-07-03 21:55:47 +0100
commit1215abae340183478b25327e872f23df4295a86f (patch)
treee55b6f52728882f7059d8038511c90c9b22ee48b /doc
parentbfc1d38ca6f9d07bc2a9b2b4c4b6bb5ec66db688 (diff)
parent31099153e4b3c2df66bba7c5c97973f445f6cf59 (diff)
downloadrspamd-1215abae340183478b25327e872f23df4295a86f.tar.gz
rspamd-1215abae340183478b25327e872f23df4295a86f.zip
Merge pull request #694 from moisseev/phishing-FQDN
[Feature] Supprort FQDNs in phishing module maps
Diffstat (limited to 'doc')
-rw-r--r--doc/markdown/modules/phishing.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/markdown/modules/phishing.md b/doc/markdown/modules/phishing.md
index 5218cc908..55884f287 100644
--- a/doc/markdown/modules/phishing.md
+++ b/doc/markdown/modules/phishing.md
@@ -58,6 +58,9 @@ payments system phishing.
Finally, the default symbol is yielded- if `domains` is specified then
only if the phished domain is found in the related map.
+Maps for this module can consist of effective second level domain parts (eSLD)
+or whole domain parts of the URLs (FQDN) as well.
+
## Openphish support
Since version 1.3, there is [openphish](https://openphish.com) support in rspamd.
@@ -108,4 +111,4 @@ To enable phishtank feed, you can edit `local.d/phishing.conf` file and add the
phishtank_enabled = true;
# Where nginx is installed
phishtank_map = "http://localhost:8080/data/online-valid.json";
-~~~ \ No newline at end of file
+~~~