1

Topic: Blacklisted Domains are not being blocked

==== Required information ====
- iRedMail version: 0.8.7 
- iRedAdmin version: 1.8.2
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version:  CentOS 6.4
- Related log if you're reporting an issue:
====

In doing the ired-upgrades I also upgraded to cluebringer.  Some spam is being caught & filtered - however specific domains that are listed in the blacklist are not being filtered.  For example I've listed this domain in two different ways:

yourhookups.info
.yourhookups.info

However I'm still receiving emails from this domain:
        1   (00689-17) Passed CLEAN {RelayedOutbound}, MYNETS LOCAL [10.1.1.1]:53707 [10.1.1.1] <Magnify@yourhookups.info> -> <n********z@***********.com>, Message-ID: <113692338440751136954113416843593@85ahzpnq9.yourhookups.info>, mail_id: YGilA-CVg34f, Hits: -4.89, size: 39719, queued_as: 6DD8F289EA, 3544 ms

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Blacklisted Domains are not being blocked

*) Did you import below SQL structure files after upgraded to Cluebringer from Policyd?
https://bitbucket.org/zhb/iredmail/src/ … at=default

*) Could you please show us output of below SQL commands:

mysql> USE cluebringer;
mysql> SELECT * FROM policies \G
mysql> SELECT * FROM policy_members \G

3

Re: Blacklisted Domains are not being blocked

mysql> SELECT * FROM policies \G

mysql> select * from policies \G
*************************** 1. row ***************************
         ID: 1
       Name: Default
   Priority: 0
Description: Default System Policy
   Disabled: 0
*************************** 2. row ***************************
         ID: 2
       Name: Default Outbound
   Priority: 10
Description: Default Outbound System Policy
   Disabled: 0
*************************** 3. row ***************************
         ID: 3
       Name: Default Inbound
   Priority: 10
Description: Default Inbound System Policy
   Disabled: 0
*************************** 4. row ***************************
         ID: 4
       Name: Default Internal
   Priority: 20
Description: Default Internal System Policy
   Disabled: 0
*************************** 5. row ***************************
         ID: 5
       Name: Test
   Priority: 50
Description: Test policy
   Disabled: 0
*************************** 6. row ***************************
         ID: 6
       Name: whitelists
   Priority: 6
Description: Whitelisted sender, domain, IP
   Disabled: 0
*************************** 7. row ***************************
         ID: 7
       Name: blacklists
   Priority: 8
Description: Blacklisted sender, domain, IP
   Disabled: 0
*************************** 8. row ***************************
         ID: 8
       Name: no_greylisting
   Priority: 20
Description: Disable grelisting for certain domain and users
   Disabled: 0
8 rows in set (0.01 sec)

mysql> SELECT * FROM policy_members \G

mysql> select * from policy_members \G
*************************** 1. row ***************************
         ID: 1
   PolicyID: 1
     Source: NULL
Destination: NULL
    Comment: NULL
   Disabled: 0
*************************** 2. row ***************************
         ID: 2
   PolicyID: 2
     Source: %internal_ips,%internal_domains
Destination: !%internal_domains
    Comment: NULL
   Disabled: 0
*************************** 3. row ***************************
         ID: 3
   PolicyID: 3
     Source: !%internal_ips,!%internal_domains
Destination: %internal_domains
    Comment: NULL
   Disabled: 0
*************************** 4. row ***************************
         ID: 4
   PolicyID: 4
     Source: %internal_ips,%internal_domains
Destination: %internal_domains
    Comment: NULL
   Disabled: 0
*************************** 5. row ***************************
         ID: 5
   PolicyID: 5
     Source: @example.net
Destination: NULL
    Comment: NULL
   Disabled: 0
*************************** 6. row ***************************
         ID: 6
   PolicyID: 6
     Source: %whitelists
Destination: %internal_domains
    Comment: NULL
   Disabled: 0
*************************** 7. row ***************************
         ID: 7
   PolicyID: 7
     Source: %blacklists
Destination: %internal_domains
    Comment: NULL
   Disabled: 0
*************************** 8. row ***************************
         ID: 8
   PolicyID: 8
     Source: !%internal_ips,!%internal_domains
Destination: %no_greylisting_for_internal
    Comment: NULL
   Disabled: 0
*************************** 9. row ***************************
         ID: 9
   PolicyID: 8
     Source: %no_greylisting_for_external
Destination: %internal_domains
    Comment: NULL
   Disabled: 0
9 rows in set (0.02 sec)

4

Re: Blacklisted Domains are not being blocked

OK, please show us output of addition SQL commands:

mysql> USE cluebringer;
mysql> SELECT * FROM policy_groups \G
mysql> SELECT * FROM policy_group_members \G

5

Re: Blacklisted Domains are not being blocked

mysql> SELECT * FROM policy_groups \G

mysql> select * from policy_groups \G
*************************** 1. row ***************************
      ID: 1
    Name: internal_ips
Disabled: 0
 Comment: NULL
*************************** 2. row ***************************
      ID: 2
    Name: internal_domains
Disabled: 0
 Comment: NULL
*************************** 3. row ***************************
      ID: 3
    Name: whitelists
Disabled: 0
 Comment: NULL
*************************** 4. row ***************************
      ID: 4
    Name: blacklists
Disabled: 0
 Comment: NULL
*************************** 5. row ***************************
      ID: 5
    Name: no_greylisting_for_internal
Disabled: 0
 Comment: NULL
*************************** 6. row ***************************
      ID: 6
    Name: no_greylisting_for_external
Disabled: 0
 Comment: NULL
6 rows in set (0.00 sec)

mysql> SELECT * FROM policy_group_members \G

mysql> select * from policy_group_members \G
*************************** 1. row ***************************
           ID: 1
PolicyGroupID: 1
       Member: 10.0.0.0/8
     Disabled: 0
      Comment: NULL
         Type: 
*************************** 2. row ***************************
           ID: 2
PolicyGroupID: 2
       Member: @example.org
     Disabled: 0
      Comment: NULL
         Type: 
*************************** 3. row ***************************
           ID: 3
PolicyGroupID: 2
       Member: @example.com
     Disabled: 0
      Comment: NULL
         Type: 
*************************** 4. row ***************************
           ID: 4
PolicyGroupID: 2
       Member: @texasgeotech.com
     Disabled: 0
      Comment: NULL
         Type: 
*************************** 5. row ***************************
           ID: 5
PolicyGroupID: 4
       Member: .komingto.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 6. row ***************************
           ID: 6
PolicyGroupID: 4
       Member: .wantmoversinc.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 7. row ***************************
           ID: 7
PolicyGroupID: 4
       Member: .trickyshoe.biz
     Disabled: 0
      Comment: 
         Type: domain
*************************** 8. row ***************************
           ID: 8
PolicyGroupID: 4
       Member: .direct-uoso.biz
     Disabled: 0
      Comment: 
         Type: domain
*************************** 9. row ***************************
           ID: 9
PolicyGroupID: 4
       Member: .trwitdicky.us
     Disabled: 0
      Comment: 
         Type: domain
*************************** 10. row ***************************
           ID: 10
PolicyGroupID: 4
       Member: .sopihy.me.uk
     Disabled: 0
      Comment: 
         Type: domain
*************************** 11. row ***************************
           ID: 11
PolicyGroupID: 4
       Member: .researchscoop.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 12. row ***************************
           ID: 12
PolicyGroupID: 4
       Member: .gregotalboffo.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 13. row ***************************
           ID: 13
PolicyGroupID: 4
       Member: .rspectiv.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 14. row ***************************
           ID: 14
PolicyGroupID: 4
       Member: .finderesearch.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 15. row ***************************
           ID: 15
PolicyGroupID: 4
       Member: .slitlymor.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 16. row ***************************
           ID: 16
PolicyGroupID: 4
       Member: .principlestalking.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 17. row ***************************
           ID: 17
PolicyGroupID: 4
       Member: .rehashalibi.biz
     Disabled: 0
      Comment: 
         Type: domain
*************************** 18. row ***************************
           ID: 18
PolicyGroupID: 4
       Member: .lightlycoated.us
     Disabled: 0
      Comment: 
         Type: domain
*************************** 19. row ***************************
           ID: 19
PolicyGroupID: 4
       Member: .arrane.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 20. row ***************************
           ID: 20
PolicyGroupID: 4
       Member: .frelkak.me.uk
     Disabled: 0
      Comment: 
         Type: domain
*************************** 21. row ***************************
           ID: 21
PolicyGroupID: 4
       Member: .ovish.me.uk
     Disabled: 0
      Comment: 
         Type: domain
*************************** 22. row ***************************
           ID: 22
PolicyGroupID: 4
       Member: .ranchsiggerlyrism.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 23. row ***************************
           ID: 23
PolicyGroupID: 4
       Member: .easichanstpy.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 24. row ***************************
           ID: 24
PolicyGroupID: 4
       Member: .keepingitcool.us
     Disabled: 0
      Comment: 
         Type: domain
*************************** 25. row ***************************
           ID: 25
PolicyGroupID: 4
       Member: .musclecores.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 26. row ***************************
           ID: 26
PolicyGroupID: 4
       Member: .prosalenet.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 27. row ***************************
           ID: 27
PolicyGroupID: 4
       Member: .judgeants.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 28. row ***************************
           ID: 28
PolicyGroupID: 4
       Member: .ofcasual.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 29. row ***************************
           ID: 29
PolicyGroupID: 4
       Member: .metrosevenmore.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 30. row ***************************
           ID: 30
PolicyGroupID: 4
       Member: .podsdata.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 31. row ***************************
           ID: 31
PolicyGroupID: 4
       Member: .ntaresting.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 32. row ***************************
           ID: 32
PolicyGroupID: 4
       Member: .waveyfoyer.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 33. row ***************************
           ID: 33
PolicyGroupID: 4
       Member: .itbasicali.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 34. row ***************************
           ID: 34
PolicyGroupID: 4
       Member: .shorecelldivide.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 35. row ***************************
           ID: 35
PolicyGroupID: 4
       Member: .morintens.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 36. row ***************************
           ID: 36
PolicyGroupID: 4
       Member: .hmncondition.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 37. row ***************************
           ID: 37
PolicyGroupID: 4
       Member: .uncavered.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 38. row ***************************
           ID: 38
PolicyGroupID: 4
       Member: .markingth.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 39. row ***************************
           ID: 39
PolicyGroupID: 4
       Member: .my-trouble-killers.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 40. row ***************************
           ID: 40
PolicyGroupID: 4
       Member: .newlyworms.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 41. row ***************************
           ID: 41
PolicyGroupID: 4
       Member: .agapecon.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 42. row ***************************
           ID: 42
PolicyGroupID: 4
       Member: .tunasmeek.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 43. row ***************************
           ID: 43
PolicyGroupID: 4
       Member: .jstcellbration.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 44. row ***************************
           ID: 44
PolicyGroupID: 4
       Member: .goingder.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 45. row ***************************
           ID: 45
PolicyGroupID: 4
       Member: .nicedeals.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 46. row ***************************
           ID: 46
PolicyGroupID: 4
       Member: .yourhookups.info
     Disabled: 0
      Comment: 
         Type: domain
*************************** 47. row ***************************
           ID: 47
PolicyGroupID: 4
       Member: .highphgrocers-solution.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 48. row ***************************
           ID: 48
PolicyGroupID: 4
       Member: .portlose.info
     Disabled: 0
      Comment: 
         Type: domain
*************************** 49. row ***************************
           ID: 49
PolicyGroupID: 4
       Member: .trickybid.biz
     Disabled: 0
      Comment: 
         Type: domain
*************************** 50. row ***************************
           ID: 50
PolicyGroupID: 4
       Member: .wallstreetanalyze.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 51. row ***************************
           ID: 51
PolicyGroupID: 4
       Member: .citoed.me.uk
     Disabled: 0
      Comment: 
         Type: domain
*************************** 52. row ***************************
           ID: 52
PolicyGroupID: 4
       Member: .cuttough.info
     Disabled: 0
      Comment: 
         Type: domain
*************************** 53. row ***************************
           ID: 53
PolicyGroupID: 4
       Member: .aeroimprove.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 54. row ***************************
           ID: 54
PolicyGroupID: 4
       Member: .untrustyshoe.biz
     Disabled: 0
      Comment: 
         Type: domain
*************************** 55. row ***************************
           ID: 55
PolicyGroupID: 4
       Member: .octic.me.uk
     Disabled: 0
      Comment: 
         Type: domain
*************************** 56. row ***************************
           ID: 56
PolicyGroupID: 4
       Member: .vibesaregood.us
     Disabled: 0
      Comment: 
         Type: domain
*************************** 57. row ***************************
           ID: 57
PolicyGroupID: 4
       Member: .shutnetwork.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 58. row ***************************
           ID: 58
PolicyGroupID: 4
       Member: .tilitnetwork.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 59. row ***************************
           ID: 59
PolicyGroupID: 4
       Member: .frmalname.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 60. row ***************************
           ID: 60
PolicyGroupID: 4
       Member: .skagive.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 61. row ***************************
           ID: 61
PolicyGroupID: 4
       Member: .coaperative.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 62. row ***************************
           ID: 62
PolicyGroupID: 4
       Member: .rompcuts.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 63. row ***************************
           ID: 63
PolicyGroupID: 4
       Member: .patternsamples.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 64. row ***************************
           ID: 64
PolicyGroupID: 4
       Member: .bhiwan.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 65. row ***************************
           ID: 65
PolicyGroupID: 4
       Member: .nuhalleng.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 66. row ***************************
           ID: 66
PolicyGroupID: 4
       Member: .pauerlike.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 67. row ***************************
           ID: 67
PolicyGroupID: 4
       Member: .unhatrif.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 68. row ***************************
           ID: 68
PolicyGroupID: 4
       Member: .solutiondish.us
     Disabled: 0
      Comment: 
         Type: domain
*************************** 69. row ***************************
           ID: 69
PolicyGroupID: 4
       Member: .putneyjicneffy.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 70. row ***************************
           ID: 70
PolicyGroupID: 4
       Member: .smetime.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 71. row ***************************
           ID: 71
PolicyGroupID: 4
       Member: .showedin.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 72. row ***************************
           ID: 72
PolicyGroupID: 4
       Member: .boombagx.us
     Disabled: 0
      Comment: 
         Type: domain
*************************** 73. row ***************************
           ID: 73
PolicyGroupID: 4
       Member: .givethanksfor-mothersday.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 74. row ***************************
           ID: 74
PolicyGroupID: 4
       Member: .downarive.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 75. row ***************************
           ID: 75
PolicyGroupID: 4
       Member: .basteshoal.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 76. row ***************************
           ID: 76
PolicyGroupID: 4
       Member: .librates.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 77. row ***************************
           ID: 77
PolicyGroupID: 4
       Member: .txcarrarg.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 78. row ***************************
           ID: 78
PolicyGroupID: 4
       Member: .soapyfix.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 79. row ***************************
           ID: 79
PolicyGroupID: 4
       Member: .crawsoaky.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 80. row ***************************
           ID: 80
PolicyGroupID: 4
       Member: .tollonlinecallc.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 81. row ***************************
           ID: 81
PolicyGroupID: 4
       Member: .pastbridge.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 82. row ***************************
           ID: 82
PolicyGroupID: 4
       Member: .hitbigbreak.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 83. row ***************************
           ID: 83
PolicyGroupID: 4
       Member: .grinproduct.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 84. row ***************************
           ID: 84
PolicyGroupID: 4
       Member: .governowfi.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 85. row ***************************
           ID: 85
PolicyGroupID: 4
       Member: .hazedata.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 86. row ***************************
           ID: 86
PolicyGroupID: 4
       Member: .elimen01.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 87. row ***************************
           ID: 88
PolicyGroupID: 4
       Member: .industrybest.net
     Disabled: 0
      Comment: 
         Type: domain
*************************** 88. row ***************************
           ID: 89
PolicyGroupID: 4
       Member: .ring1loot.info
     Disabled: 0
      Comment: 
         Type: domain
*************************** 89. row ***************************
           ID: 90
PolicyGroupID: 4
       Member: .thompsoncigarsdeals.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 90. row ***************************
           ID: 91
PolicyGroupID: 4
       Member: .bankofamericarewardsusa.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 91. row ***************************
           ID: 92
PolicyGroupID: 4
       Member: .areaserr.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 92. row ***************************
           ID: 93
PolicyGroupID: 4
       Member: .youroptions.co
     Disabled: 0
      Comment: 
         Type: domain
*************************** 93. row ***************************
           ID: 94
PolicyGroupID: 4
       Member: .snellwye.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 94. row ***************************
           ID: 95
PolicyGroupID: 4
       Member: .faxlanding.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 95. row ***************************
           ID: 96
PolicyGroupID: 4
       Member: .extentalbl.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 96. row ***************************
           ID: 97
PolicyGroupID: 4
       Member: .just4now.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 97. row ***************************
           ID: 98
PolicyGroupID: 4
       Member: .durennesluxive.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 98. row ***************************
           ID: 99
PolicyGroupID: 4
       Member: .selectedbycapitalone.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 99. row ***************************
           ID: 100
PolicyGroupID: 4
       Member: .trickyroom.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 100. row ***************************
           ID: 101
PolicyGroupID: 4
       Member: .v8abrushgv.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 101. row ***************************
           ID: 102
PolicyGroupID: 4
       Member: .jobsmaternity.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 102. row ***************************
           ID: 103
PolicyGroupID: 4
       Member: .simpleideascomefirst.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 103. row ***************************
           ID: 104
PolicyGroupID: 4
       Member: .diytedswoodworkkingusa.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 104. row ***************************
           ID: 105
PolicyGroupID: 4
       Member: .trickygala.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 105. row ***************************
           ID: 106
PolicyGroupID: 4
       Member: .prmdfitroving.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 106. row ***************************
           ID: 107
PolicyGroupID: 4
       Member: .taliroohio.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 107. row ***************************
           ID: 108
PolicyGroupID: 4
       Member: .youhavebeenselectedcreditcards.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 108. row ***************************
           ID: 109
PolicyGroupID: 4
       Member: .scmpciedurrie.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 109. row ***************************
           ID: 110
PolicyGroupID: 4
       Member: .fvlaluzenwing.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 110. row ***************************
           ID: 111
PolicyGroupID: 4
       Member: .breakpower.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 111. row ***************************
           ID: 112
PolicyGroupID: 4
       Member: .neepemu.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 112. row ***************************
           ID: 113
PolicyGroupID: 4
       Member: .politicscomfort.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 113. row ***************************
           ID: 114
PolicyGroupID: 4
       Member: .napkindle.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 114. row ***************************
           ID: 115
PolicyGroupID: 4
       Member: .hardtricky.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 115. row ***************************
           ID: 117
PolicyGroupID: 4
       Member: .rickyfast.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 116. row ***************************
           ID: 118
PolicyGroupID: 4
       Member: .officialsgraphics.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 117. row ***************************
           ID: 119
PolicyGroupID: 4
       Member: .moneyburgers.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 118. row ***************************
           ID: 121
PolicyGroupID: 4
       Member: .walmartrewardscouponsusa.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 119. row ***************************
           ID: 122
PolicyGroupID: 4
       Member: .haginky.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 120. row ***************************
           ID: 123
PolicyGroupID: 4
       Member: .limeadopt.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 121. row ***************************
           ID: 124
PolicyGroupID: 4
       Member: .youhavebeenpreapprovedcapitalone.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 122. row ***************************
           ID: 125
PolicyGroupID: 4
       Member: .clachglean.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 123. row ***************************
           ID: 126
PolicyGroupID: 4
       Member: .wackynevi.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 124. row ***************************
           ID: 127
PolicyGroupID: 4
       Member: .elimen01.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 125. row ***************************
           ID: 128
PolicyGroupID: 4
       Member: .marsdonuts.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 126. row ***************************
           ID: 129
PolicyGroupID: 4
       Member: .radiotk.org
     Disabled: 0
      Comment: 
         Type: domain
*************************** 127. row ***************************
           ID: 130
PolicyGroupID: 4
       Member: .charthdj.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 128. row ***************************
           ID: 131
PolicyGroupID: 4
       Member: .carcerame.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 129. row ***************************
           ID: 132
PolicyGroupID: 4
       Member: .getr5done.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 130. row ***************************
           ID: 133
PolicyGroupID: 4
       Member: .windhamgroup.net
     Disabled: 0
      Comment: 
         Type: domain
*************************** 131. row ***************************
           ID: 134
PolicyGroupID: 4
       Member: .sitin6nice.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 132. row ***************************
           ID: 135
PolicyGroupID: 4
       Member: .yup9now.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 133. row ***************************
           ID: 136
PolicyGroupID: 4
       Member: .solid7jones.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 134. row ***************************
           ID: 137
PolicyGroupID: 4
       Member: .versaling.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 135. row ***************************
           ID: 138
PolicyGroupID: 4
       Member: .gtseguros.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 136. row ***************************
           ID: 139
PolicyGroupID: 4
       Member: .wallstreetallocate.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 137. row ***************************
           ID: 140
PolicyGroupID: 4
       Member: .savingssolicitatetop.co.uk
     Disabled: 0
      Comment: 
         Type: domain
*************************** 138. row ***************************
           ID: 141
PolicyGroupID: 4
       Member: .mak3itago.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 139. row ***************************
           ID: 142
PolicyGroupID: 4
       Member: .imporated.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 140. row ***************************
           ID: 143
PolicyGroupID: 4
       Member: .cart1doit.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 141. row ***************************
           ID: 144
PolicyGroupID: 4
       Member: .ceremoved.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 142. row ***************************
           ID: 145
PolicyGroupID: 4
       Member: .were5it.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 143. row ***************************
           ID: 146
PolicyGroupID: 4
       Member: .spaslavic.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 144. row ***************************
           ID: 148
PolicyGroupID: 4
       Member: .giftcardrewardly.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 145. row ***************************
           ID: 149
PolicyGroupID: 4
       Member: .trickypost.biz
     Disabled: 0
      Comment: 
         Type: domain
*************************** 146. row ***************************
           ID: 150
PolicyGroupID: 4
       Member: .missionlose.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 147. row ***************************
           ID: 151
PolicyGroupID: 4
       Member: .redsvillage.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 148. row ***************************
           ID: 152
PolicyGroupID: 4
       Member: .trickypost.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 149. row ***************************
           ID: 153
PolicyGroupID: 4
       Member: .boxedbluff.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 150. row ***************************
           ID: 154
PolicyGroupID: 4
       Member: .propertiesmoversinc.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 151. row ***************************
           ID: 155
PolicyGroupID: 4
       Member: .sojourish.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 152. row ***************************
           ID: 156
PolicyGroupID: 4
       Member: .campaignbesides.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 153. row ***************************
           ID: 157
PolicyGroupID: 4
       Member: .makingword.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 154. row ***************************
           ID: 158
PolicyGroupID: 4
       Member: .lockn8load.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 155. row ***************************
           ID: 159
PolicyGroupID: 4
       Member: .couplefurniture.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 156. row ***************************
           ID: 160
PolicyGroupID: 4
       Member: .lianaafrit.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 157. row ***************************
           ID: 161
PolicyGroupID: 4
       Member: .gettin0it.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 158. row ***************************
           ID: 162
PolicyGroupID: 4
       Member: .bestoffersof2014.us
     Disabled: 0
      Comment: 
         Type: domain
*************************** 159. row ***************************
           ID: 163
PolicyGroupID: 4
       Member: .networkprofessionalslistwhofswho.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 160. row ***************************
           ID: 164
PolicyGroupID: 4
       Member: .dollazo.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 161. row ***************************
           ID: 166
PolicyGroupID: 4
       Member: .keptproduct.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 162. row ***************************
           ID: 167
PolicyGroupID: 4
       Member: .creditcardappliccationcenter.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 163. row ***************************
           ID: 168
PolicyGroupID: 4
       Member: .and7then.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 164. row ***************************
           ID: 169
PolicyGroupID: 4
       Member: .slipperyshoe.biz
     Disabled: 0
      Comment: 
         Type: domain
*************************** 165. row ***************************
           ID: 170
PolicyGroupID: 4
       Member: .wakedata.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 166. row ***************************
           ID: 171
PolicyGroupID: 4
       Member: .nettricky.biz
     Disabled: 0
      Comment: 
         Type: domain
*************************** 167. row ***************************
           ID: 172
PolicyGroupID: 4
       Member: .city6foru.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 168. row ***************************
           ID: 173
PolicyGroupID: 4
       Member: .daily-updates.biz
     Disabled: 0
      Comment: 
         Type: domain
*************************** 169. row ***************************
           ID: 174
PolicyGroupID: 4
       Member: .do6themath.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 170. row ***************************
           ID: 175
PolicyGroupID: 4
       Member: .todaysnewsmakestheday.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 171. row ***************************
           ID: 176
PolicyGroupID: 4
       Member: .polk8go.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 172. row ***************************
           ID: 177
PolicyGroupID: 4
       Member: .mer8convert.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 173. row ***************************
           ID: 178
PolicyGroupID: 4
       Member: .substantialtravels.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 174. row ***************************
           ID: 179
PolicyGroupID: 4
       Member: .mountudos.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 175. row ***************************
           ID: 180
PolicyGroupID: 4
       Member: .princide.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 176. row ***************************
           ID: 181
PolicyGroupID: 4
       Member: .printcostcocoupon.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 177. row ***************************
           ID: 182
PolicyGroupID: 4
       Member: .ecmx.pbconference.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 178. row ***************************
           ID: 183
PolicyGroupID: 4
       Member: .yourrecordsarepublicnow.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 179. row ***************************
           ID: 184
PolicyGroupID: 4
       Member: .correspondexecuteteach.co.uk
     Disabled: 0
      Comment: 
         Type: domain
*************************** 180. row ***************************
           ID: 185
PolicyGroupID: 4
       Member: .waredpkmacle.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 181. row ***************************
           ID: 186
PolicyGroupID: 4
       Member: .atomfriends.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 182. row ***************************
           ID: 187
PolicyGroupID: 4
       Member: .commercedays.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 183. row ***************************
           ID: 188
PolicyGroupID: 4
       Member: .asrlfrumor.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 184. row ***************************
           ID: 189
PolicyGroupID: 4
       Member: .cardactivatelink.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 185. row ***************************
           ID: 190
PolicyGroupID: 4
       Member: .zillareport.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 186. row ***************************
           ID: 191
PolicyGroupID: 4
       Member: .regengyeqkt.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 187. row ***************************
           ID: 192
PolicyGroupID: 4
       Member: .newsbreakdown.info
     Disabled: 0
      Comment: 
         Type: domain
*************************** 188. row ***************************
           ID: 193
PolicyGroupID: 4
       Member: .fortheword.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 189. row ***************************
           ID: 194
PolicyGroupID: 4
       Member: .assayedify.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 190. row ***************************
           ID: 195
PolicyGroupID: 4
       Member: .grayproduct.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 191. row ***************************
           ID: 196
PolicyGroupID: 4
       Member: .thorohauls.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 192. row ***************************
           ID: 197
PolicyGroupID: 4
       Member: .carnytegua.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 193. row ***************************
           ID: 198
PolicyGroupID: 4
       Member: .germanent.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 194. row ***************************
           ID: 200
PolicyGroupID: 4
       Member: .quadscores.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 195. row ***************************
           ID: 201
PolicyGroupID: 4
       Member: .gretahds.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 196. row ***************************
           ID: 202
PolicyGroupID: 4
       Member: .legacyadvert.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 197. row ***************************
           ID: 203
PolicyGroupID: 4
       Member: .rainywiggy.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 198. row ***************************
           ID: 204
PolicyGroupID: 4
       Member: .eforexgold.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 199. row ***************************
           ID: 205
PolicyGroupID: 4
       Member: .trickiershoe.biz
     Disabled: 0
      Comment: 
         Type: domain
*************************** 200. row ***************************
           ID: 206
PolicyGroupID: 4
       Member: .tafiaalgum.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 201. row ***************************
           ID: 207
PolicyGroupID: 4
       Member: .trickiestshoe.biz
     Disabled: 0
      Comment: 
         Type: domain
*************************** 202. row ***************************
           ID: 208
PolicyGroupID: 4
       Member: .411tricky.biz
     Disabled: 0
      Comment: 
         Type: domain
*************************** 203. row ***************************
           ID: 210
PolicyGroupID: 4
       Member: .shellchevronexxongasrewards.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 204. row ***************************
           ID: 211
PolicyGroupID: 4
       Member: .actionscare.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 205. row ***************************
           ID: 212
PolicyGroupID: 4
       Member: .seizetech.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 206. row ***************************
           ID: 213
PolicyGroupID: 4
       Member: .testabling.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 207. row ***************************
           ID: 214
PolicyGroupID: 4
       Member: .harednylon.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 208. row ***************************
           ID: 215
PolicyGroupID: 4
       Member: .survivethistoday.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 209. row ***************************
           ID: 216
PolicyGroupID: 4
       Member: .gasscreditcard.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 210. row ***************************
           ID: 217
PolicyGroupID: 4
       Member: .thewirelessarea.us
     Disabled: 0
      Comment: 
         Type: domain
*************************** 211. row ***************************
           ID: 219
PolicyGroupID: 4
       Member: .dynesdowry.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 212. row ***************************
           ID: 220
PolicyGroupID: 4
       Member: .yourlatestbptips.us
     Disabled: 0
      Comment: 
         Type: domain
*************************** 213. row ***************************
           ID: 221
PolicyGroupID: 4
       Member: .olderanimal.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 214. row ***************************
           ID: 223
PolicyGroupID: 4
       Member: .smotheredfries.us
     Disabled: 0
      Comment: 
         Type: domain
*************************** 215. row ***************************
           ID: 225
PolicyGroupID: 4
       Member: .gettingtovego.us
     Disabled: 0
      Comment: 
         Type: domain
*************************** 216. row ***************************
           ID: 226
PolicyGroupID: 4
       Member: .mallsgirly.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 217. row ***************************
           ID: 227
PolicyGroupID: 4
       Member: .nyannix.me.uk
     Disabled: 0
      Comment: 
         Type: domain
*************************** 218. row ***************************
           ID: 229
PolicyGroupID: 4
       Member: .gigblue.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 219. row ***************************
           ID: 230
PolicyGroupID: 4
       Member: .nnrnprea.me.yuk
     Disabled: 0
      Comment: 
         Type: domain
*************************** 220. row ***************************
           ID: 231
PolicyGroupID: 4
       Member: .posterodotus.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 221. row ***************************
           ID: 232
PolicyGroupID: 4
       Member: .colinmooed.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 222. row ***************************
           ID: 233
PolicyGroupID: 4
       Member: .boillair.info
     Disabled: 0
      Comment: 
         Type: domain
*************************** 223. row ***************************
           ID: 234
PolicyGroupID: 4
       Member: .qa-znae.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 224. row ***************************
           ID: 235
PolicyGroupID: 4
       Member: .dashykevel.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 225. row ***************************
           ID: 236
PolicyGroupID: 4
       Member: .lewistatar.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 226. row ***************************
           ID: 237
PolicyGroupID: 4
       Member: .afoulhaler.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 227. row ***************************
           ID: 238
PolicyGroupID: 4
       Member: .hoarycusks.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 228. row ***************************
           ID: 239
PolicyGroupID: 4
       Member: .autoprotoday.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 229. row ***************************
           ID: 240
PolicyGroupID: 4
       Member: .relativerelease.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 230. row ***************************
           ID: 241
PolicyGroupID: 4
       Member: .haunttiffs.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 231. row ***************************
           ID: 242
PolicyGroupID: 4
       Member: .tramplestamps.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 232. row ***************************
           ID: 243
PolicyGroupID: 4
       Member: .flylair.info
     Disabled: 0
      Comment: 
         Type: domain
*************************** 233. row ***************************
           ID: 244
PolicyGroupID: 4
       Member: .existdunks.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 234. row ***************************
           ID: 245
PolicyGroupID: 4
       Member: .eachnetwork.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 235. row ***************************
           ID: 246
PolicyGroupID: 4
       Member: .brickbiner.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 236. row ***************************
           ID: 247
PolicyGroupID: 4
       Member: .emailbootcom.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 237. row ***************************
           ID: 248
PolicyGroupID: 4
       Member: .mumusacred.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 238. row ***************************
           ID: 249
PolicyGroupID: 4
       Member: .inkmembers.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 239. row ***************************
           ID: 250
PolicyGroupID: 4
       Member: .dalesbeams.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 240. row ***************************
           ID: 251
PolicyGroupID: 4
       Member: .hosphers.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 241. row ***************************
           ID: 252
PolicyGroupID: 4
       Member: .amplydaunt.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 242. row ***************************
           ID: 253
PolicyGroupID: 4
       Member: .relicsoff.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 243. row ***************************
           ID: 254
PolicyGroupID: 4
       Member: .abbeyalmug.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 244. row ***************************
           ID: 255
PolicyGroupID: 4
       Member: .verther.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 245. row ***************************
           ID: 256
PolicyGroupID: 4
       Member: .essentire.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 246. row ***************************
           ID: 257
PolicyGroupID: 4
       Member: .ouselbliss.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 247. row ***************************
           ID: 258
PolicyGroupID: 4
       Member: .mintgenerate.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 248. row ***************************
           ID: 259
PolicyGroupID: 4
       Member: .trooplitas.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 249. row ***************************
           ID: 260
PolicyGroupID: 4
       Member: .spunbooks.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 250. row ***************************
           ID: 261
PolicyGroupID: 4
       Member: .lazyfix.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 251. row ***************************
           ID: 262
PolicyGroupID: 4
       Member: .tigontinct.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 252. row ***************************
           ID: 263
PolicyGroupID: 4
       Member: .signatomic.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 253. row ***************************
           ID: 264
PolicyGroupID: 4
       Member: .bidisdiene.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 254. row ***************************
           ID: 265
PolicyGroupID: 4
       Member: .rustdock.us
     Disabled: 0
      Comment: 
         Type: domain
*************************** 255. row ***************************
           ID: 266
PolicyGroupID: 4
       Member: .deckspuppy.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 256. row ***************************
           ID: 267
PolicyGroupID: 4
       Member: .tinysews.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 257. row ***************************
           ID: 268
PolicyGroupID: 4
       Member: .hosttdeals.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 258. row ***************************
           ID: 269
PolicyGroupID: 4
       Member: .contristin.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 259. row ***************************
           ID: 270
PolicyGroupID: 4
       Member: .kitchen-cabinet-option.eu
     Disabled: 0
      Comment: 
         Type: domain
*************************** 260. row ***************************
           ID: 271
PolicyGroupID: 4
       Member: .marksarehigh.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 261. row ***************************
           ID: 272
PolicyGroupID: 4
       Member: .findoutway.info
     Disabled: 0
      Comment: 
         Type: domain
*************************** 262. row ***************************
           ID: 273
PolicyGroupID: 4
       Member: .unevensher.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 263. row ***************************
           ID: 274
PolicyGroupID: 4
       Member: .yournewestcorenoitce.us
     Disabled: 0
      Comment: 
         Type: domain
*************************** 264. row ***************************
           ID: 275
PolicyGroupID: 4
       Member: .mejical.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 265. row ***************************
           ID: 276
PolicyGroupID: 4
       Member: .similarli.com
     Disabled: 0
      Comment: 
         Type: domain
*************************** 266. row ***************************
           ID: 277
PolicyGroupID: 4
       Member: @yourhookups.info
     Disabled: 0
      Comment: 
         Type: domain
266 rows in set (0.00 sec)

6

Re: Blacklisted Domains are not being blocked

No idea yet, sorry. we have to turn on debug mode in Cluebringer to see why it doesn't work.