]> git.ipfire.org Git - thirdparty/rspamd.git/log
thirdparty/rspamd.git
9 years ago[Doc] Final changes to writing_rules.md 632/head
Larry Hynes [Mon, 16 May 2016 21:20:52 +0000 (22:20 +0100)] 
[Doc] Final changes to writing_rules.md

9 years ago[Doc] Initial changes to writing_rules.md
Larry Hynes [Fri, 13 May 2016 23:24:57 +0000 (00:24 +0100)] 
[Doc] Initial changes to writing_rules.md

9 years ago[Doc] Update migrate_sa.md
Larry Hynes [Fri, 13 May 2016 22:57:48 +0000 (23:57 +0100)] 
[Doc] Update migrate_sa.md

9 years ago[Doc] Update tutorials index
Larry Hynes [Fri, 13 May 2016 22:18:12 +0000 (23:18 +0100)] 
[Doc] Update tutorials index

9 years ago[Doc] Update Documentation index
Larry Hynes [Fri, 13 May 2016 22:14:18 +0000 (23:14 +0100)] 
[Doc] Update Documentation index

9 years agoMerge remote-tracking branch 'upstream/master'
Larry Hynes [Fri, 13 May 2016 18:45:03 +0000 (19:45 +0100)] 
Merge remote-tracking branch 'upstream/master'

* upstream/master: (36 commits)
  [Feature] Add versions to fuzzy storage
  [Fix] Another fix for maps scheduling
  [Fix] Fix events handling when scheduling map wacth
  [Fix] Try to fix false positive URL detections in text parts
  [Fix] Include fuzzy key to distinguish storages with different keys
  [Feature] Rework and improve fuzzy storage
  [Test] Add static test for shingles
  [Minor] Adjust hashes
  [Feature] Use metrohash as well
  [Minor] 8 bytes fits perfect for mumhash
  [Fix] Fix handling of the same words
  [Feature] Further micro-optimizations for hashing and shingles
  [Feature] Optimize alignment to speed up hashing
  [Feature] Try to select the optimal possible function for input
  [Feature] Limit logging of elements that could have too many items
  [Feature] Add more algorithms for shingles generation
  [Fix] Fix compilation issue
  [Feature] Use mumhash for words hashing
  [Feature] Add and use mumhash for non-crypto hashing
  [Feature] Add a simple script to evaluate rspamd rules in the logs
  ...

9 years ago[Feature] Add versions to fuzzy storage
Vsevolod Stakhov [Fri, 13 May 2016 14:58:01 +0000 (15:58 +0100)] 
[Feature] Add versions to fuzzy storage

9 years ago[Fix] Another fix for maps scheduling
Vsevolod Stakhov [Fri, 13 May 2016 14:57:49 +0000 (15:57 +0100)] 
[Fix] Another fix for maps scheduling

9 years ago[Fix] Fix events handling when scheduling map wacth
Vsevolod Stakhov [Fri, 13 May 2016 10:10:42 +0000 (11:10 +0100)] 
[Fix] Fix events handling when scheduling map wacth

9 years ago[Fix] Try to fix false positive URL detections in text parts
Vsevolod Stakhov [Thu, 12 May 2016 13:42:50 +0000 (14:42 +0100)] 
[Fix] Try to fix false positive URL detections in text parts

9 years ago[Fix] Include fuzzy key to distinguish storages with different keys
Vsevolod Stakhov [Thu, 12 May 2016 12:56:06 +0000 (13:56 +0100)] 
[Fix] Include fuzzy key to distinguish storages with different keys

9 years ago[Feature] Rework and improve fuzzy storage
Vsevolod Stakhov [Thu, 12 May 2016 12:50:10 +0000 (13:50 +0100)] 
[Feature] Rework and improve fuzzy storage

- Allow multiple algorithms in fuzzy rules
- Cache fuzzy requests to avoid expensive calculations for multiple
  fuzzy storages
- Simplify request generating procedure

9 years ago[Test] Add static test for shingles
Vsevolod Stakhov [Thu, 12 May 2016 11:48:03 +0000 (12:48 +0100)] 
[Test] Add static test for shingles

9 years ago[Minor] Adjust hashes
Vsevolod Stakhov [Thu, 12 May 2016 11:45:37 +0000 (12:45 +0100)] 
[Minor] Adjust hashes

9 years ago[Feature] Use metrohash as well
Vsevolod Stakhov [Thu, 12 May 2016 11:45:17 +0000 (12:45 +0100)] 
[Feature] Use metrohash as well

9 years ago[Minor] 8 bytes fits perfect for mumhash
Vsevolod Stakhov [Thu, 12 May 2016 10:41:44 +0000 (11:41 +0100)] 
[Minor] 8 bytes fits perfect for mumhash

9 years ago[Fix] Fix handling of the same words
Vsevolod Stakhov [Thu, 12 May 2016 10:29:20 +0000 (11:29 +0100)] 
[Fix] Fix handling of the same words

9 years ago[Feature] Further micro-optimizations for hashing and shingles
Vsevolod Stakhov [Thu, 12 May 2016 08:48:29 +0000 (09:48 +0100)] 
[Feature] Further micro-optimizations for hashing and shingles

9 years ago[Feature] Optimize alignment to speed up hashing
Vsevolod Stakhov [Wed, 11 May 2016 18:06:41 +0000 (19:06 +0100)] 
[Feature] Optimize alignment to speed up hashing

9 years ago[Feature] Try to select the optimal possible function for input
Vsevolod Stakhov [Wed, 11 May 2016 15:28:07 +0000 (16:28 +0100)] 
[Feature] Try to select the optimal possible function for input

9 years ago[Feature] Limit logging of elements that could have too many items
Vsevolod Stakhov [Wed, 11 May 2016 15:11:13 +0000 (16:11 +0100)] 
[Feature] Limit logging of elements that could have too many items

9 years ago[Feature] Add more algorithms for shingles generation
Vsevolod Stakhov [Wed, 11 May 2016 14:54:47 +0000 (15:54 +0100)] 
[Feature] Add more algorithms for shingles generation

9 years ago[Fix] Fix compilation issue
Vsevolod Stakhov [Wed, 11 May 2016 14:14:49 +0000 (15:14 +0100)] 
[Fix] Fix compilation issue

9 years ago[Feature] Use mumhash for words hashing
Vsevolod Stakhov [Wed, 11 May 2016 14:01:04 +0000 (15:01 +0100)] 
[Feature] Use mumhash for words hashing

9 years ago[Feature] Add and use mumhash for non-crypto hashing
Vsevolod Stakhov [Wed, 11 May 2016 13:59:29 +0000 (14:59 +0100)] 
[Feature] Add and use mumhash for non-crypto hashing

9 years ago[Feature] Add a simple script to evaluate rspamd rules in the logs
Vsevolod Stakhov [Wed, 11 May 2016 13:23:36 +0000 (14:23 +0100)] 
[Feature] Add a simple script to evaluate rspamd rules in the logs

9 years ago[Feature] New abstract hashing API in cryptobox
Vsevolod Stakhov [Tue, 10 May 2016 15:38:43 +0000 (16:38 +0100)] 
[Feature] New abstract hashing API in cryptobox

9 years ago[CritFix] Fix levenshtein distance calculations
Vsevolod Stakhov [Tue, 10 May 2016 15:27:11 +0000 (16:27 +0100)] 
[CritFix] Fix levenshtein distance calculations

9 years ago[Feature] Adopt plugins for new maps API
Vsevolod Stakhov [Tue, 10 May 2016 14:29:05 +0000 (15:29 +0100)] 
[Feature] Adopt plugins for new maps API

9 years ago[Feature] Use new maps API for local addrs
Vsevolod Stakhov [Tue, 10 May 2016 14:15:55 +0000 (15:15 +0100)] 
[Feature] Use new maps API for local addrs

9 years ago[Feature] Use extended map types in lua map, unify code
Vsevolod Stakhov [Tue, 10 May 2016 14:06:54 +0000 (15:06 +0100)] 
[Feature] Use extended map types in lua map, unify code

9 years ago[Feature] Allow to extract ucl_object from lua using common API
Vsevolod Stakhov [Tue, 10 May 2016 13:37:55 +0000 (14:37 +0100)] 
[Feature] Allow to extract ucl_object from lua using common API

9 years ago[Feature] Implement constructing of map from UCL
Vsevolod Stakhov [Tue, 10 May 2016 13:33:30 +0000 (14:33 +0100)] 
[Feature] Implement constructing of map from UCL

9 years ago[Fix] Further fixes in maps code
Vsevolod Stakhov [Tue, 10 May 2016 12:53:40 +0000 (13:53 +0100)] 
[Fix] Further fixes in maps code

9 years ago[Fix] Fix memory corruption
Vsevolod Stakhov [Tue, 10 May 2016 10:34:03 +0000 (11:34 +0100)] 
[Fix] Fix memory corruption

9 years ago[Fix] Varioud fixes to the maps code
Vsevolod Stakhov [Tue, 10 May 2016 09:10:23 +0000 (10:10 +0100)] 
[Fix] Varioud fixes to the maps code

9 years ago[Feature] Allow to have specific settings for mirrored traffic
Vsevolod Stakhov [Tue, 10 May 2016 08:27:22 +0000 (09:27 +0100)] 
[Feature] Allow to have specific settings for mirrored traffic

9 years ago[Rework] Partly fix controller
Vsevolod Stakhov [Mon, 9 May 2016 17:59:46 +0000 (18:59 +0100)] 
[Rework] Partly fix controller

Issue: #616

9 years ago[Rework] Adopt new maps code
Vsevolod Stakhov [Mon, 9 May 2016 17:55:45 +0000 (18:55 +0100)] 
[Rework] Adopt new maps code

Issue: #616

9 years ago[Rework] Fix lua maps API
Vsevolod Stakhov [Mon, 9 May 2016 17:38:36 +0000 (18:38 +0100)] 
[Rework] Fix lua maps API

9 years ago[Rework] Start the complete maps rework
Vsevolod Stakhov [Mon, 9 May 2016 17:19:49 +0000 (18:19 +0100)] 
[Rework] Start the complete maps rework

Issue: #616

9 years agoMerge remote-tracking branch 'upstream/master'
Larry Hynes [Mon, 9 May 2016 15:45:07 +0000 (16:45 +0100)] 
Merge remote-tracking branch 'upstream/master'

* upstream/master:
  [Fix] Try to handle multiline history in a more sane way
  [Minor] Some output fixes
  [Feature] Add dot commands for lua REPL:
  [Feature] Fix task functions to work without rspamd_config
  [Fix] Fix REPL output
  [Feature] Add the initial version of LUA repl to rspamadm
  [Feature] Distinguish luajit from lua
  [Rework] Import linenoise for line editing
  [Minor] Use shorter keys for replies module
  [Feature] Add replies plugin

9 years ago[Feature] Add utility method to convert ftok to C string
Vsevolod Stakhov [Mon, 9 May 2016 14:45:43 +0000 (15:45 +0100)] 
[Feature] Add utility method to convert ftok to C string

9 years ago[Fix] Try to handle multiline history in a more sane way
Vsevolod Stakhov [Mon, 9 May 2016 12:58:27 +0000 (13:58 +0100)] 
[Fix] Try to handle multiline history in a more sane way

9 years ago[Minor] Some output fixes
Vsevolod Stakhov [Mon, 9 May 2016 12:40:13 +0000 (13:40 +0100)] 
[Minor] Some output fixes

9 years ago[Feature] Add dot commands for lua REPL:
Vsevolod Stakhov [Mon, 9 May 2016 12:36:51 +0000 (13:36 +0100)] 
[Feature] Add dot commands for lua REPL:

* .help - shows help
* .load - loads lua script
* .message - scans messages using the specified lua callback

9 years ago[Feature] Fix task functions to work without rspamd_config
Vsevolod Stakhov [Mon, 9 May 2016 12:35:37 +0000 (13:35 +0100)] 
[Feature] Fix task functions to work without rspamd_config

9 years ago[Fix] Fix REPL output
Vsevolod Stakhov [Mon, 9 May 2016 10:13:52 +0000 (11:13 +0100)] 
[Fix] Fix REPL output

9 years agoMerge branch 'lua-repl'
Vsevolod Stakhov [Mon, 9 May 2016 09:12:26 +0000 (10:12 +0100)] 
Merge branch 'lua-repl'

9 years ago[Feature] Add the initial version of LUA repl to rspamadm
Vsevolod Stakhov [Mon, 9 May 2016 09:11:53 +0000 (10:11 +0100)] 
[Feature] Add the initial version of LUA repl to rspamadm

9 years ago[Feature] Distinguish luajit from lua
Vsevolod Stakhov [Mon, 9 May 2016 09:11:33 +0000 (10:11 +0100)] 
[Feature] Distinguish luajit from lua

9 years ago[Rework] Import linenoise for line editing
Vsevolod Stakhov [Sun, 8 May 2016 19:22:38 +0000 (20:22 +0100)] 
[Rework] Import linenoise for line editing

9 years ago[Minor] Use shorter keys for replies module
Vsevolod Stakhov [Sun, 8 May 2016 16:13:00 +0000 (17:13 +0100)] 
[Minor] Use shorter keys for replies module

9 years agoMerge pull request #625 from fatalbanana/master
Vsevolod Stakhov [Sun, 8 May 2016 16:03:28 +0000 (17:03 +0100)] 
Merge pull request #625 from fatalbanana/master

[Feature] Add replies plugin

9 years ago[Feature] Add replies plugin 625/head
Andrew Lewis [Sun, 8 May 2016 14:37:12 +0000 (16:37 +0200)] 
[Feature] Add replies plugin

9 years agoMerge remote-tracking branch 'upstream/master'
Larry Hynes [Sat, 7 May 2016 21:39:14 +0000 (22:39 +0100)] 
Merge remote-tracking branch 'upstream/master'

* upstream/master: (37 commits)
  [Fix] Fix build
  [Feature] Propagate HTTP result string when using proxy
  [Feature] Better lua_redis logging
  [Fix] Do not greylist messages if redis has failed somehow
  [Feature] Better deal with backend errors
  [Fix] Fix more issues with scripts processing
  [Fix] Fix lua compare function init
  [Fix] Fix proxying of the encrypted messages
  [Fix] Adjust body/body_buf when stealing encrypted message
  [Fix] Properly init and free session structures
  [Fix] Another try to fix hanged redis sessions
  [Minor] Print task pointer to simplify debug
  [Feature] Implement compare scripts for mirrors results
  [Feature] Implement compare scripts setup
  [Feature] Implement mirroring in rspamd proxy
  [Feature] Add method to copy message from http connection
  [Feature] Add utility function to return random number from 0 to 1
  [Feature] Add results parsing code
  [Rework] Separate method to close backend connections
  [Feature] Split main connection from mirrored connections
  ...

9 years ago[Fix] Fix build
Vsevolod Stakhov [Sat, 7 May 2016 12:39:13 +0000 (13:39 +0100)] 
[Fix] Fix build

9 years ago[Feature] Propagate HTTP result string when using proxy
Vsevolod Stakhov [Sat, 7 May 2016 12:33:21 +0000 (13:33 +0100)] 
[Feature] Propagate HTTP result string when using proxy

9 years ago[Feature] Better lua_redis logging
Vsevolod Stakhov [Sat, 7 May 2016 12:33:05 +0000 (13:33 +0100)] 
[Feature] Better lua_redis logging

9 years ago[Fix] Do not greylist messages if redis has failed somehow
Vsevolod Stakhov [Sat, 7 May 2016 12:23:27 +0000 (13:23 +0100)] 
[Fix] Do not greylist messages if redis has failed somehow

9 years ago[Feature] Better deal with backend errors
Vsevolod Stakhov [Sat, 7 May 2016 12:13:27 +0000 (13:13 +0100)] 
[Feature] Better deal with backend errors

9 years ago[Fix] Fix more issues with scripts processing
Vsevolod Stakhov [Sat, 7 May 2016 11:36:50 +0000 (12:36 +0100)] 
[Fix] Fix more issues with scripts processing

9 years ago[Fix] Fix lua compare function init
Vsevolod Stakhov [Sat, 7 May 2016 11:28:20 +0000 (12:28 +0100)] 
[Fix] Fix lua compare function init

9 years ago[Fix] Fix proxying of the encrypted messages
Vsevolod Stakhov [Sat, 7 May 2016 11:21:34 +0000 (12:21 +0100)] 
[Fix] Fix proxying of the encrypted messages

9 years ago[Fix] Adjust body/body_buf when stealing encrypted message
Vsevolod Stakhov [Sat, 7 May 2016 11:21:15 +0000 (12:21 +0100)] 
[Fix] Adjust body/body_buf when stealing encrypted message

9 years ago[Fix] Properly init and free session structures
Vsevolod Stakhov [Sat, 7 May 2016 11:10:06 +0000 (12:10 +0100)] 
[Fix] Properly init and free session structures

9 years ago[Fix] Another try to fix hanged redis sessions
Vsevolod Stakhov [Fri, 6 May 2016 16:28:46 +0000 (17:28 +0100)] 
[Fix] Another try to fix hanged redis sessions

9 years ago[Minor] Print task pointer to simplify debug
Vsevolod Stakhov [Fri, 6 May 2016 16:26:42 +0000 (17:26 +0100)] 
[Minor] Print task pointer to simplify debug

9 years agoMerge branch 'rspamd-test-proxy'
Vsevolod Stakhov [Fri, 6 May 2016 16:22:44 +0000 (17:22 +0100)] 
Merge branch 'rspamd-test-proxy'

9 years ago[Feature] Implement compare scripts for mirrors results
Vsevolod Stakhov [Fri, 6 May 2016 16:21:35 +0000 (17:21 +0100)] 
[Feature] Implement compare scripts for mirrors results

9 years ago[Feature] Implement compare scripts setup
Vsevolod Stakhov [Fri, 6 May 2016 16:13:13 +0000 (17:13 +0100)] 
[Feature] Implement compare scripts setup

9 years ago[Feature] Implement mirroring in rspamd proxy
Vsevolod Stakhov [Fri, 6 May 2016 15:51:10 +0000 (16:51 +0100)] 
[Feature] Implement mirroring in rspamd proxy

9 years ago[Feature] Add method to copy message from http connection
Vsevolod Stakhov [Fri, 6 May 2016 15:50:52 +0000 (16:50 +0100)] 
[Feature] Add method to copy message from http connection

9 years ago[Feature] Add utility function to return random number from 0 to 1
Vsevolod Stakhov [Fri, 6 May 2016 15:50:35 +0000 (16:50 +0100)] 
[Feature] Add utility function to return random number from 0 to 1

9 years ago[Feature] Add results parsing code
Vsevolod Stakhov [Fri, 6 May 2016 15:00:53 +0000 (16:00 +0100)] 
[Feature] Add results parsing code

9 years ago[Rework] Separate method to close backend connections
Vsevolod Stakhov [Fri, 6 May 2016 14:40:50 +0000 (15:40 +0100)] 
[Rework] Separate method to close backend connections

9 years ago[Feature] Split main connection from mirrored connections
Vsevolod Stakhov [Fri, 6 May 2016 14:38:40 +0000 (15:38 +0100)] 
[Feature] Split main connection from mirrored connections

9 years ago[Feature] Add mirrors feature
Vsevolod Stakhov [Fri, 6 May 2016 14:09:21 +0000 (15:09 +0100)] 
[Feature] Add mirrors feature

9 years ago[Feature] Improve logging in proxy and add refcounts
Vsevolod Stakhov [Fri, 6 May 2016 13:29:54 +0000 (14:29 +0100)] 
[Feature] Improve logging in proxy and add refcounts

9 years ago[Feature] Perform files expansion on proxying
Vsevolod Stakhov [Fri, 6 May 2016 13:19:00 +0000 (14:19 +0100)] 
[Feature] Perform files expansion on proxying

9 years ago[Rework] Rename http proxy to rspamd proxy
Vsevolod Stakhov [Fri, 6 May 2016 12:28:56 +0000 (13:28 +0100)] 
[Rework] Rename http proxy to rspamd proxy

9 years ago[Fix] Remove event before closing of fd to avoid race conditions
Vsevolod Stakhov [Fri, 6 May 2016 11:27:52 +0000 (12:27 +0100)] 
[Fix] Remove event before closing of fd to avoid race conditions

9 years ago[Fix] Fix max_train setup in ANN module
Vsevolod Stakhov [Fri, 6 May 2016 10:10:15 +0000 (11:10 +0100)] 
[Fix] Fix max_train setup in ANN module

9 years agoMerge pull request #622 from moisseev/patch-1
Vsevolod Stakhov [Fri, 6 May 2016 09:10:52 +0000 (10:10 +0100)] 
Merge pull request #622 from moisseev/patch-1

[Minor] Fix percent sign in statistics learning condition

9 years ago[Fix] Reduce the default thresholds for learning
Vsevolod Stakhov [Fri, 6 May 2016 09:05:15 +0000 (10:05 +0100)] 
[Fix] Reduce the default thresholds for learning

Issue: #624
Reported by: @moisseev

9 years ago[Minor] Fix percent sign in statistics learning condition 622/head
Alexander Moisseev [Fri, 6 May 2016 06:07:36 +0000 (09:07 +0300)] 
[Minor] Fix percent sign in statistics learning condition

9 years ago[Feature] Sort symbols when displaying them in log
Vsevolod Stakhov [Thu, 5 May 2016 16:02:39 +0000 (17:02 +0100)] 
[Feature] Sort symbols when displaying them in log

9 years ago[Fix] Another rework for lua_redis events handling
Vsevolod Stakhov [Thu, 5 May 2016 15:36:58 +0000 (16:36 +0100)] 
[Fix] Another rework for lua_redis events handling

Issue: #609

9 years ago[Feature] Use rspamd specific type checks for userdata
Vsevolod Stakhov [Thu, 5 May 2016 13:26:20 +0000 (14:26 +0100)] 
[Feature] Use rspamd specific type checks for userdata

9 years ago[Fix] Improve lua redis handling
Vsevolod Stakhov [Thu, 5 May 2016 13:26:02 +0000 (14:26 +0100)] 
[Fix] Improve lua redis handling

9 years ago[CritFix] Fix redis structure by adding {NULL, NULL} member
Vsevolod Stakhov [Thu, 5 May 2016 13:25:09 +0000 (14:25 +0100)] 
[CritFix] Fix redis structure by adding {NULL, NULL} member

Issue: #609
Reported by: @moisseev

9 years ago[Feature] Add better method to check lua userdata types
Vsevolod Stakhov [Thu, 5 May 2016 13:24:16 +0000 (14:24 +0100)] 
[Feature] Add better method to check lua userdata types

9 years agoMerge remote-tracking branch 'upstream/master'
Larry Hynes [Thu, 5 May 2016 13:14:01 +0000 (14:14 +0100)] 
Merge remote-tracking branch 'upstream/master'

* upstream/master:
  [Fix] Try to fix redis crashes
  [Fix] Cleanup stack from global vars
  [Feature] Improve logging lua types

9 years ago[Fix] Use custom error function for pre and post filters
Vsevolod Stakhov [Thu, 5 May 2016 12:25:36 +0000 (13:25 +0100)] 
[Fix] Use custom error function for pre and post filters

9 years ago[Fix] Initialize vars to avoid warnings
Vsevolod Stakhov [Thu, 5 May 2016 10:42:49 +0000 (11:42 +0100)] 
[Fix] Initialize vars to avoid warnings

9 years ago[Fix] Fix order of arguments
Vsevolod Stakhov [Thu, 5 May 2016 10:41:26 +0000 (11:41 +0100)] 
[Fix] Fix order of arguments

9 years ago[Fix] Try to fix redis crashes
Vsevolod Stakhov [Thu, 5 May 2016 08:27:20 +0000 (09:27 +0100)] 
[Fix] Try to fix redis crashes

9 years ago[Fix] Cleanup stack from global vars
Vsevolod Stakhov [Thu, 5 May 2016 08:27:00 +0000 (09:27 +0100)] 
[Fix] Cleanup stack from global vars

9 years ago[Feature] Improve logging lua types
Vsevolod Stakhov [Thu, 5 May 2016 08:26:43 +0000 (09:26 +0100)] 
[Feature] Improve logging lua types

9 years agoMerge remote-tracking branch 'upstream/master'
Larry Hynes [Wed, 4 May 2016 16:43:55 +0000 (17:43 +0100)] 
Merge remote-tracking branch 'upstream/master'

* upstream/master:
  [Feature] Add more domains to redirectors list
  [Doc] Add preliminary FANN documentation
  [Feature] Print userdata using tostring if possible
  [Feature] Improve phishing plugin
  [Feature] Improve levenshtein distance function
  [Fix] Repair optional dependencies
  [Minor] Slighlty reduce PHISHING score
  [Minor] Always return constant number of results from lua redis
  [Minor] Improve string to action function
  [Fix] Do not greylist on rejection
  [Minor] Add whitelist for phishing module
  [Minor fix] Limit PHISHING to one shot
  [Minor] Add redirector's TLD to PHISHING symbol options