diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2016-07-03 13:37:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-03 13:37:46 +0300 |
commit | 31099153e4b3c2df66bba7c5c97973f445f6cf59 (patch) | |
tree | d63e189ebfe37a6de71d31cf3c83bbd574204b5d /doc/markdown | |
parent | 54be29d6f3e3b56e70424ac895656671e655a4cd (diff) | |
download | rspamd-31099153e4b3c2df66bba7c5c97973f445f6cf59.tar.gz rspamd-31099153e4b3c2df66bba7c5c97973f445f6cf59.zip |
Fix typo
Diffstat (limited to 'doc/markdown')
-rw-r--r-- | doc/markdown/modules/phishing.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/markdown/modules/phishing.md b/doc/markdown/modules/phishing.md index cad513e8c..55884f287 100644 --- a/doc/markdown/modules/phishing.md +++ b/doc/markdown/modules/phishing.md @@ -58,7 +58,7 @@ 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) +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 @@ -111,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 +~~~ |