diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2016-07-03 13:30:07 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2016-07-03 13:30:07 +0300 |
commit | 54be29d6f3e3b56e70424ac895656671e655a4cd (patch) | |
tree | ae28133fc7148538d109fd261ce256ab571a9cdd /doc | |
parent | ff186e4208788a3aa0c2b012d29e899c424cb639 (diff) | |
download | rspamd-54be29d6f3e3b56e70424ac895656671e655a4cd.tar.gz rspamd-54be29d6f3e3b56e70424ac895656671e655a4cd.zip |
[Feature] Supprort FQDNs in phishing module maps
Diffstat (limited to 'doc')
-rw-r--r-- | doc/markdown/modules/phishing.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/markdown/modules/phishing.md b/doc/markdown/modules/phishing.md index 5218cc908..cad513e8c 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 (eTLD) +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. |