1# TEST-BLOCKLISTS.RC
2#
3# Blocklists being tested.
4#
5# This series of recipes tests my spam corpus against new or
6# private DNS-based blocklists, mostly to determine whether
7# they should be included in the SpamBouncer.  This testing
8# is also used to feed information to certain blocklists
9# that use this information to determine which IPs and/or
10# domains to list.
11#
12# Last updated: 7/12/2011
13
14# Spamhaus CSS DBL Check
15#
16# http://www.spamhaus.org
17#
18# Checks the private test site for the new/redone CSS, which
19# is based on the DBL engine.
20#
21:0
22* LOCALTAG ?? ^no$
23* CSSPCHECK ?? ^yes$
24* ! FIRSTEXIP ?? ^000\.000\.000\.000$
25{
26 LT5=no
27 LOCALDESCRIPTION="Connecting IP:"
28 LOCALCHECK=${FIRSTEXIP}
29 LOCALREVCHECK=${FIRSTEXREVIP}
30 LISTSERVER="dblcss.plan3.org"
31
32 :0
33 { LISTCHECK=`${SBHOST} ${LOCALREVCHECK}.${LISTSERVER} 2> /dev/null` }
34
35 :0
36 * CSSPCHECK ?? ^yes$
37 {
38  LISTNAME="the CSS-P"
39  LISTRESPONSE="127\.0\.0\.2"
40  LISTSCORE="5"
41  INCLUDERC=${SBDIR}/functions/dnsbl-sub.rc
42 }
43
44 LISTSERVER='localhost'
45 LOCALDESCRIPTION='Null'
46}
47
48INCLUDERC=${SBDIR}/functions/test-threshold.rc
49
50# Check Second External Received IP
51#
52:0
53* LOCALTAG ?? ^no$
54* CSSPCHECK ?? ^yes$
55* ! SECONDEXIP ?? ^000\.000\.000\.000$
56* $ ! SECONDEXIP ?? ${FIRSTEXIP}
57{
58 LT5=no
59 LOCALDESCRIPTION="Received IP:"
60 LOCALCHECK=${SECONDEXIP}
61 LOCALREVCHECK=${SECONDEXREVIP}
62 LISTSERVER="dblcss.plan3.org"
63
64 :0
65 { LISTCHECK=`${SBHOST} ${LOCALREVCHECK}.${LISTSERVER} 2> /dev/null` }
66
67 :0
68 * CSSPCHECK ?? ^(yes)$
69 {
70  LISTNAME="the CSS-P"
71  LISTRESPONSE="127\.0\.0\.2"
72  LISTSCORE="5"
73  INCLUDERC=${SBDIR}/functions/dnsbl-sub.rc
74 }
75
76 LISTSERVER='localhost'
77 LOCALDESCRIPTION='Null'
78}
79
80INCLUDERC=${SBDIR}/functions/test-threshold.rc
81
82# Check Third External Received IP
83#
84:0
85* LOCALTAG ?? ^no$
86* CSSPCHECK ?? ^(yes)$
87* ! THIRDEXIP ?? ^000\.000\.000\.000$
88* $ ! THIRDEXIP ?? ${FIRSTEXIP}
89* $ ! THIRDEXIP ?? ${SECONDEXIP}
90{
91 LT5=no
92 LOCALDESCRIPTION="Received IP:"
93 LOCALCHECK=${THIRDEXIP}
94 LOCALREVCHECK=${THIRDEXREVIP}
95 LISTSERVER="dblcss.plan3.org"
96
97 :0
98 { LISTCHECK=`${SBHOST} ${LOCALREVCHECK}.${LISTSERVER} 2> /dev/null` }
99
100 :0
101 * CSSPCHECK ?? ^yes$
102 {
103  LISTNAME="the CSS-P"
104  LISTRESPONSE="127\.0\.0\.2"
105  LISTSCORE="5"
106  INCLUDERC=${SBDIR}/functions/dnsbl-sub.rc
107 }
108
109 LISTSERVER='localhost'
110 LOCALDESCRIPTION='Null'
111}
112
113INCLUDERC=${SBDIR}/functions/test-threshold.rc
114
115# Check Fourth External Received IP
116#
117:0
118* LOCALTAG ?? ^no$
119* CSSPCHECK ?? ^(yes)$
120* ! FOURTHEXIP ?? ^000\.000\.000\.000$
121* $ ! FOURTHEXIP ?? ${FIRSTEXIP}
122* $ ! FOURTHEXIP ?? ${SECONDEXIP}
123* $ ! FOURTHEXIP ?? ${THIRDEXIP}
124{
125 LT5=no
126 LOCALDESCRIPTION="Received IP:"
127 LOCALCHECK=${FOURTHEXIP}
128 LOCALREVCHECK=${FOURTHEXREVIP}
129 LISTSERVER="dblcss.plan3.org"
130
131 :0
132 { LISTCHECK=`${SBHOST} ${LOCALREVCHECK}.${LISTSERVER} 2> /dev/null` }
133
134 :0
135 * CSSPCHECK ?? ^(yes)$
136 {
137  LISTNAME="the CSS-P"
138  LISTRESPONSE="127\.0\.0\.2"
139  LISTSCORE="5"
140  INCLUDERC=${SBDIR}/functions/dnsbl-sub.rc
141 }
142
143 LISTSERVER='localhost'
144 LOCALDESCRIPTION='Null'
145}
146
147INCLUDERC=${SBDIR}/functions/test-threshold.rc
148
149# Check X-Original-IP and other similar headers
150#
151:0
152* LOCALTAG ?? ^no$
153* CSSPCHECK ?? ^(yes)$
154* ! XORIGINALIP ?? ^000\.000\.000\.000$
155* $ ! XORIGINALIP ?? ${FIRSTEXIP}
156* $ ! XORIGINALIP ?? ${SECONDEXIP}
157* $ ! XORIGINALIP ?? ${THIRDEXIP}
158* $ ! XORIGINALIP ?? ${FOURTHEXIP}
159{
160 LT5=no
161 LOCALDESCRIPTION="X-Original-IP:"
162 LOCALCHECK=${XORIGINALIP}
163 LOCALREVCHECK=${XORIGINALREVIP}
164 LISTSERVER="dblcss.plan3.org"
165
166 :0
167 { LISTCHECK=`${SBHOST} ${LOCALREVCHECK}.${LISTSERVER} 2> /dev/null` }
168
169 :0
170 * CSSPCHECK ?? ^(yes)$
171 {
172  LISTNAME="the CSS-P"
173  LISTRESPONSE="127\.0\.0\.2"
174  LISTSCORE="5"
175  INCLUDERC=${SBDIR}/functions/dnsbl-sub.rc
176 }
177
178 LISTSERVER='localhost'
179 LOCALDESCRIPTION='Null'
180}
181
182INCLUDERC=${SBDIR}/functions/test-threshold.rc
183
184# Check First Body Host IP.
185#
186:0
187* LOCALTAG ?? ^no$
188* CSSPCHECK ?? ^(yes)$
189* ! FIRSTBODYHOSTIP ?? ^000\.000\.000\.000$
190{
191 LT5=no
192 LOCALDESCRIPTION="Body Host:"
193 LOCALDESCRIPTION2="IP:"
194 LOCALHOST=${FIRSTBODYHOST}
195 LOCALCHECK=${FIRSTBODYHOSTIP}
196 LOCALREVCHECK=${FIRSTBODYHOSTREVIP}
197 LISTSERVER="dblcss.plan3.org"
198
199 :0
200 { LISTCHECK=`${SBHOST} ${LOCALREVCHECK}.${LISTSERVER} 2> /dev/null` }
201
202 :0
203 * CSSPCHECK ?? ^(yes)$
204 {
205  LISTNAME="the CSS-P"
206  LISTRESPONSE="127\.0\.0\.2"
207  LISTSCORE="5"
208  INCLUDERC=${SBDIR}/functions/dnsbl-hostip-sub.rc
209 }
210
211 LISTSERVER='localhost'
212 LOCALDESCRIPTION='Null'
213}
214
215INCLUDERC=${SBDIR}/functions/test-threshold.rc
216
217# Check Second Body Host IP.
218#
219:0
220* LOCALTAG ?? ^no$
221* CSSPCHECK ?? ^(yes)$
222* ! SECONDBODYHOSTIP ?? ^000\.000\.000\.000$
223* $ ! SECONDBODYHOSTIP ?? ${FIRSTBODYHOSTIP}
224{
225 LT5=no
226 LOCALDESCRIPTION="Body Host:"
227 LOCALDESCRIPTION2="IP:"
228 LOCALHOST=${SECONDBODYHOST}
229 LOCALCHECK=${SECONDBODYHOSTIP}
230 LOCALREVCHECK=${SECONDBODYHOSTREVIP}
231 LISTSERVER="dblcss.plan3.org"
232
233 :0
234 { LISTCHECK=`${SBHOST} ${LOCALREVCHECK}.${LISTSERVER} 2> /dev/null` }
235
236 :0
237 * CSSPCHECK ?? ^(yes)$
238 {
239  LISTNAME="the CSS-P"
240  LISTRESPONSE="127\.0\.0\.2"
241  LISTSCORE="5"
242  INCLUDERC=${SBDIR}/functions/dnsbl-hostip-sub.rc
243 }
244
245 LISTSERVER='localhost'
246 LOCALDESCRIPTION='Null'
247}
248
249INCLUDERC=${SBDIR}/functions/test-threshold.rc
250
251
252# Check Third Body Host IP.
253#
254:0
255* LOCALTAG ?? ^no$
256* CSSPCHECK ?? ^(yes)$
257* ! THIRDBODYHOSTIP ?? ^000\.000\.000\.000$
258* $ ! THIRDBODYHOSTIP ?? ${FIRSTBODYHOSTIP}
259* $ ! THIRDBODYHOSTIP ?? ${SECONDBODYHOSTIP}
260{
261 LT5=no
262 LOCALDESCRIPTION="Body Host:"
263 LOCALDESCRIPTION2="IP:"
264 LOCALHOST=${THIRDBODYHOST}
265 LOCALCHECK=${THIRDBODYHOSTIP}
266 LOCALREVCHECK=${THIRDBODYHOSTREVIP}
267 LISTSERVER="dblcss.plan3.org"
268
269 :0
270 { LISTCHECK=`${SBHOST} ${LOCALREVCHECK}.${LISTSERVER} 2> /dev/null` }
271
272 :0
273 * CSSPCHECK ?? ^(yes)$
274 {
275  LISTNAME="the CSS-P"
276  LISTRESPONSE="127\.0\.0\.2"
277  LISTSCORE="5"
278  INCLUDERC=${SBDIR}/functions/dnsbl-hostip-sub.rc
279 }
280
281 LISTSERVER='localhost'
282 LOCALDESCRIPTION='Null'
283}
284
285INCLUDERC=${SBDIR}/functions/test-threshold.rc
286
287# Check Fourth Body Host IP.
288#
289:0
290* LOCALTAG ?? ^no$
291* CSSPCHECK ?? ^(yes)$
292* ! FOURTHBODYHOSTIP ?? ^000\.000\.000\.000$
293* $ ! FOURTHBODYHOSTIP ?? ${FIRSTBODYHOSTIP}
294* $ ! FOURTHBODYHOSTIP ?? ${SECONDBODYHOSTIP}
295* $ ! FOURTHBODYHOSTIP ?? ${THIRDBODYHOSTIP}
296{
297 LT5=no
298 LOCALDESCRIPTION="Body Host:"
299 LOCALDESCRIPTION2="IP:"
300 LOCALHOST=${FOURTHBODYHOST}
301 LOCALCHECK=${FOURTHBODYHOSTIP}
302 LOCALREVCHECK=${FOURTHBODYHOSTREVIP}
303 LISTSERVER="dblcss.plan3.org"
304
305 :0
306 { LISTCHECK=`${SBHOST} ${LOCALREVCHECK}.${LISTSERVER} 2> /dev/null` }
307
308 :0
309 * CSSPCHECK ?? ^(yes)$
310 {
311  LISTNAME="the CSS-P"
312  LISTRESPONSE="127\.0\.0\.2"
313  LISTSCORE="5"
314  INCLUDERC=${SBDIR}/functions/dnsbl-hostip-sub.rc
315 }
316
317 LISTSERVER='localhost'
318 LOCALDESCRIPTION='Null'
319}
320
321INCLUDERC=${SBDIR}/functions/test-threshold.rc
322
323# Check Fifth Body Host IP.
324#
325:0
326* LOCALTAG ?? ^no$
327* CSSPCHECK ?? ^(yes)$
328* ! FIFTHBODYHOSTIP ?? ^000\.000\.000\.000$
329* $ ! FIFTHBODYHOSTIP ?? ${FIRSTBODYHOSTIP}
330* $ ! FIFTHBODYHOSTIP ?? ${SECONDBODYHOSTIP}
331* $ ! FIFTHBODYHOSTIP ?? ${THIRDBODYHOSTIP}
332* $ ! FIFTHBODYHOSTIP ?? ${FOURTHBODYHOSTIP}
333{
334 LT5=no
335 LOCALDESCRIPTION="Body Host:"
336 LOCALDESCRIPTION2="IP:"
337 LOCALHOST=${FIFTHBODYHOST}
338 LOCALCHECK=${FIFTHBODYHOSTIP}
339 LOCALREVCHECK=${FIFTHBODYHOSTREVIP}
340 LISTSERVER="dblcss.plan3.org"
341
342 :0
343 { LISTCHECK=`${SBHOST} ${LOCALREVCHECK}.${LISTSERVER} 2> /dev/null` }
344
345 :0
346 * CSSPCHECK ?? ^(yes)$
347 {
348  LISTNAME="the CSS-P"
349  LISTRESPONSE="127\.0\.0\.2"
350  LISTSCORE="5"
351  INCLUDERC=${SBDIR}/functions/dnsbl-hostip-sub.rc
352 }
353
354 LISTSERVER='localhost'
355 LOCALDESCRIPTION='Null'
356}
357
358INCLUDERC=${SBDIR}/functions/test-threshold.rc
359
360# Check Sixth Body Host IP.
361#
362:0
363* LOCALTAG ?? ^no$
364* CSSPCHECK ?? ^(yes)$
365* ! SIXTHBODYHOSTIP ?? ^000\.000\.000\.000$
366* $ ! SIXTHBODYHOSTIP ?? ${FIRSTBODYHOSTIP}
367* $ ! SIXTHBODYHOSTIP ?? ${SECONDBODYHOSTIP}
368* $ ! SIXTHBODYHOSTIP ?? ${THIRDBODYHOSTIP}
369* $ ! SIXTHBODYHOSTIP ?? ${FOURTHBODYHOSTIP}
370* $ ! SIXTHBODYHOSTIP ?? ${FIFTHBODYHOSTIP}
371{
372 LT5=no
373 LOCALDESCRIPTION="Body Host:"
374 LOCALDESCRIPTION2="IP:"
375 LOCALHOST=${SIXTHBODYHOST}
376 LOCALCHECK=${SIXTHBODYHOSTIP}
377 LOCALREVCHECK=${SIXTHBODYHOSTREVIP}
378 LISTSERVER="dblcss.plan3.org"
379
380 :0
381 { LISTCHECK=`${SBHOST} ${LOCALREVCHECK}.${LISTSERVER} 2> /dev/null` }
382
383 :0
384 * CSSPCHECK ?? ^(yes)$
385 {
386  LISTNAME="the CSS-P"
387  LISTRESPONSE="127\.0\.0\.2"
388  LISTSCORE="5"
389  INCLUDERC=${SBDIR}/functions/dnsbl-hostip-sub.rc
390 }
391
392 LISTSERVER='localhost'
393 LOCALDESCRIPTION='Null'
394}
395
396INCLUDERC=${SBDIR}/functions/test-threshold.rc
397
398
399# Spamhaus DBL Blocklist (Private Test Site)
400#
401#  Checks the SpamHaus DBL private test site for URI domains.
402#  This includes both absolute spam domains (127.0.0.2) and
403#  domains that host abused redirectors (127.0.0.3).  Those
404#  domains are scored differently.
405
406LT2=no
407
408:0
409* DBLPCHECK ?? ^yes$
410{ LT2=yes }
411
412:0
413* DBLPREDIRCHECK ?? ^yes$
414{ LT2=yes }
415
416# Check First External Received Domain.
417#
418:0
419* LOCALTAG ?? ^no$
420* LT2 ?? ^yes$
421* ! FIRSTEXDOMAIN ?? ^example\.com$
422{
423 LT5=no
424 LOCALDESCRIPTION="Connecting Domain:"
425 LOCALCHECK=${FIRSTEXDOMAIN}
426 LISTSERVER="dbl.plan3.org"
427
428 :0
429 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
430
431 :0
432 * DBLPCHECK ?? ^yes$
433 {
434  LISTNAME="DBL-P"
435  LISTRESPONSE="127\.0\.0\.2"
436  LISTSCORE="5"
437  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
438 }
439
440 LISTSERVER='localhost'
441 LOCALDESCRIPTION='Null'
442}
443
444INCLUDERC=${SBDIR}/functions/test-threshold.rc
445
446# Check Second External Received Domain.
447#
448:0
449* LOCALTAG ?? ^no$
450* LT2 ?? ^yes$
451* ! SECONDEXDOMAIN ?? ^example\.com$
452* $ ! SECONDEXDOMAIN ?? ${FIRSTEXDOMAIN}
453{
454 LT5=no
455 LOCALDESCRIPTION="Received Domain:"
456 LOCALCHECK=${SECONDEXDOMAIN}
457 LISTSERVER="dbl.plan3.org"
458
459 :0
460 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
461
462 :0
463 * DBLPCHECK ?? ^yes$
464 {
465  LISTNAME="DBL-P"
466  LISTRESPONSE="127\.0\.0\.2"
467  LISTSCORE="5"
468  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
469 }
470
471 LISTSERVER='localhost'
472 LOCALDESCRIPTION='Null'
473}
474
475INCLUDERC=${SBDIR}/functions/test-threshold.rc
476
477# Check Third External Received Domain.
478#
479:0
480* LOCALTAG ?? ^no$
481* LT2 ?? ^yes$
482* ! THIRDEXDOMAIN ?? ^example\.com$
483* $ ! THIRDEXDOMAIN ?? ${FIRSTEXDOMAIN}
484* $ ! THIRDEXDOMAIN ?? ${SECONDEXDOMAIN}
485{
486 LT5=no
487 LOCALDESCRIPTION="Received Domain:"
488 LOCALCHECK=${THIRDEXDOMAIN}
489 LISTSERVER="dbl.plan3.org"
490
491 :0
492 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
493
494 :0
495 * DBLPCHECK ?? ^yes$
496 {
497  LISTNAME="DBL-P"
498  LISTRESPONSE="127\.0\.0\.2"
499  LISTSCORE="5"
500  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
501 }
502
503 LISTSERVER='localhost'
504 LOCALDESCRIPTION='Null'
505}
506
507INCLUDERC=${SBDIR}/functions/test-threshold.rc
508
509# Check Fourth External Received Domain.
510#
511:0
512* LOCALTAG ?? ^no$
513* LT2 ?? ^yes$
514* ! FOURTHEXDOMAIN ?? ^example\.com$
515* $ ! FOURTHEXDOMAIN ?? ${FIRSTEXDOMAIN}
516* $ ! FOURTHEXDOMAIN ?? ${SECONDEXDOMAIN}
517* $ ! FOURTHEXDOMAIN ?? ${THIRDEXDOMAIN}
518{
519 LT5=no
520 LOCALDESCRIPTION="Received Domain:"
521 LOCALCHECK=${FOURTHEXDOMAIN}
522 LISTSERVER="dbl.plan3.org"
523
524 :0
525 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
526
527 :0
528 * DBLPCHECK ?? ^yes$
529 {
530  LISTNAME="DBL-P"
531  LISTRESPONSE="127\.0\.0\.2"
532  LISTSCORE="5"
533  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
534 }
535
536 LISTSERVER='localhost'
537 LOCALDESCRIPTION='Null'
538}
539
540INCLUDERC=${SBDIR}/functions/test-threshold.rc
541
542# Check HELO Domain.
543#
544:0
545* LOCALTAG ?? ^no$
546* LT2 ?? ^yes$
547* ! FIRSTEXHELODOMAIN ?? ^example\.com$
548* $ ! FIRSTEXHELODOMAIN ?? ${FIRSTEXDOMAIN}
549* $ ! FIRSTEXHELODOMAIN ?? ${SECONDEXDOMAIN}
550* $ ! FIRSTEXHELODOMAIN ?? ${THIRDEXDOMAIN}
551* $ ! FIRSTEXHELODOMAIN ?? ${FOURTHEXDOMAIN}
552{
553 LT5=no
554 LOCALDESCRIPTION="HELO Domain:"
555 LOCALCHECK=${FIRSTEXHELODOMAIN}
556 LISTSERVER="dbl.plan3.org"
557
558 :0
559 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
560
561 :0
562 * DBLPCHECK ?? ^yes$
563 {
564  LISTNAME="DBL-P"
565  LISTRESPONSE="127\.0\.0\.2"
566  LISTSCORE="5"
567  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
568 }
569
570 LISTSERVER='localhost'
571 LOCALDESCRIPTION='Null'
572}
573
574INCLUDERC=${SBDIR}/functions/test-threshold.rc
575
576# Check From Domain.
577#
578:0
579* LOCALTAG ?? ^no$
580* LT2 ?? ^yes$
581* ! FROMDOMAIN ?? ^example\.com$
582* $ ! FROMDOMAIN ?? ${FIRSTEXDOMAIN}
583* $ ! FROMDOMAIN ?? ${SECONDEXDOMAIN}
584* $ ! FROMDOMAIN ?? ${THIRDEXDOMAIN}
585* $ ! FROMDOMAIN ?? ${FOURTHEXDOMAIN}
586* $ ! FROMDOMAIN ?? ${FIRSTEXHELODOMAIN}
587{
588 LT5=no
589 LOCALDESCRIPTION="From Domain:"
590 LOCALCHECK=${FROMDOMAIN}
591 LISTSERVER="dbl.plan3.org"
592
593 :0
594 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
595
596 :0
597 * DBLPCHECK ?? ^yes$
598 {
599  LISTNAME="DBL-P"
600  LISTRESPONSE="127\.0\.0\.2"
601  LISTSCORE="5"
602  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
603 }
604
605 LISTSERVER='localhost'
606 LOCALDESCRIPTION='Null'
607}
608
609INCLUDERC=${SBDIR}/functions/test-threshold.rc
610
611# Check Reply-To Domain.
612#
613:0
614* LOCALTAG ?? ^no$
615* LT2 ?? ^yes$
616* ! REPLYTODOMAIN ?? ^example\.com$
617* $ ! REPLYTODOMAIN ?? ${FIRSTEXDOMAIN}
618* $ ! REPLYTODOMAIN ?? ${SECONDEXDOMAIN}
619* $ ! REPLYTODOMAIN ?? ${THIRDEXDOMAIN}
620* $ ! REPLYTODOMAIN ?? ${FOURTHEXDOMAIN}
621* $ ! REPLYTODOMAIN ?? ${FIRSTEXHELODOMAIN}
622* $ ! REPLYTODOMAIN ?? ${FROMDOMAIN}
623{
624 LT5=no
625 LOCALDESCRIPTION="Reply-To Domain:"
626 LOCALCHECK=${REPLYTODOMAIN}
627 LISTSERVER="dbl.plan3.org"
628
629 :0
630 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
631
632 :0
633 * DBLPCHECK ?? ^yes$
634 {
635  LISTNAME="DBL-P"
636  LISTRESPONSE="127\.0\.0\.2"
637  LISTSCORE="5"
638  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
639 }
640
641 LISTSERVER='localhost'
642 LOCALDESCRIPTION='Null'
643}
644
645INCLUDERC=${SBDIR}/functions/test-threshold.rc
646
647# Check Errors-To Domain.
648#
649:0
650* LOCALTAG ?? ^no$
651* LT2 ?? ^yes$
652* ! ERRORDOMAIN ?? ^example\.com$
653* $ ! ERRORDOMAIN ?? ${FIRSTEXDOMAIN}
654* $ ! ERRORDOMAIN ?? ${SECONDEXDOMAIN}
655* $ ! ERRORDOMAIN ?? ${THIRDEXDOMAIN}
656* $ ! ERRORDOMAIN ?? ${FOURTHEXDOMAIN}
657* $ ! ERRORDOMAIN ?? ${FIRSTEXHELODOMAIN}
658* $ ! ERRORDOMAIN ?? ${FROMDOMAIN}
659* $ ! ERRORDOMAIN ?? ${REPLYTODOMAIN}
660{
661 LT5=no
662 LOCALDESCRIPTION="Errors-To Domain:"
663 LOCALCHECK=${ERRORDOMAIN}
664 LISTSERVER="dbl.plan3.org"
665
666 :0
667 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
668
669 :0
670 * DBLPCHECK ?? ^yes$
671 {
672  LISTNAME="DBL-P"
673  LISTRESPONSE="127\.0\.0\.2"
674  LISTSCORE="5"
675  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
676 }
677
678 LISTSERVER='localhost'
679 LOCALDESCRIPTION='Null'
680}
681
682INCLUDERC=${SBDIR}/functions/test-threshold.rc
683
684# Check First URI Domain.
685#
686:0
687* LT2 ?? ^yes$
688* ! FIRSTBODYDOMAIN ?? ^example\.com$
689{
690 LT5=no
691 LOCALDESCRIPTION="Body Domain:"
692 LOCALCHECK=${FIRSTBODYDOMAIN}
693 LISTSERVER="dbl.plan3.org"
694
695 :0
696 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
697
698 :0
699 * DBLPCHECK ?? ^yes$
700 {
701  LISTNAME="DBL-P"
702  LISTRESPONSE="127\.0\.0\.2"
703  LISTSCORE="5"
704  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
705 }
706
707 :0
708 * DBLPREDIRCHECK ?? ^yes$
709 {
710  LISTNAME="DBL-P-REDIR"
711  LISTRESPONSE="127\.0\.0\.3"
712  LISTSCORE="3"
713  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
714 }
715
716 LISTSERVER='localhost'
717 LOCALDESCRIPTION='Null'
718}
719
720INCLUDERC=${SBDIR}/functions/test-threshold.rc
721
722# Check Second URI Domain.
723#
724:0
725* LT2 ?? ^yes$
726* ! SECONDBODYDOMAIN ?? ^example\.com$
727* $ ! SECONDBODYDOMAIN ?? ${FIRSTBODYDOMAIN}
728{
729 LT5=no
730 LOCALDESCRIPTION="Body Domain:"
731 LOCALCHECK=${SECONDBODYDOMAIN}
732 LISTSERVER="dbl.plan3.org"
733
734 :0
735 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
736
737 :0
738 * DBLPCHECK ?? ^yes$
739 {
740  LISTNAME="DBL-P"
741  LISTRESPONSE="127\.0\.0\.2"
742  LISTSCORE="5"
743  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
744 }
745
746 :0
747 * DBLPREDIRCHECK ?? ^yes$
748 {
749  LISTNAME="DBL-P-REDIR"
750  LISTRESPONSE="127\.0\.0\.3"
751  LISTSCORE="3"
752  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
753 }
754
755 LISTSERVER='localhost'
756 LOCALDESCRIPTION='Null'
757}
758
759INCLUDERC=${SBDIR}/functions/test-threshold.rc
760
761# Check Third URI Domain.
762#
763:0
764* LT2 ?? ^yes$
765* ! THIRDBODYDOMAIN ?? ^example\.com$
766* $ ! THIRDBODYDOMAIN ?? ${FIRSTBODYDOMAIN}
767* $ ! THIRDBODYDOMAIN ?? ${SECONDBODYDOMAIN}
768{
769 LT5=no
770 LOCALDESCRIPTION="Body Domain:"
771 LOCALCHECK=${THIRDBODYDOMAIN}
772 LISTSERVER="dbl.plan3.org"
773
774 :0
775 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
776
777 :0
778 * DBLPCHECK ?? ^yes$
779 {
780  LISTNAME="DBL-P"
781  LISTRESPONSE="127\.0\.0\.2"
782  LISTSCORE="5"
783  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
784 }
785
786 :0
787 * DBLPREDIRCHECK ?? ^yes$
788 {
789  LISTNAME="DBL-P-REDIR"
790  LISTRESPONSE="127\.0\.0\.3"
791  LISTSCORE="3"
792  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
793 }
794
795 LISTSERVER='localhost'
796 LOCALDESCRIPTION='Null'
797}
798
799INCLUDERC=${SBDIR}/functions/test-threshold.rc
800
801# Check Fourth URI Domain.
802#
803:0
804* LT2 ?? ^yes$
805* ! FOURTHBODYDOMAIN ?? ^example\.com$
806* $ ! FOURTHBODYDOMAIN ?? ${FIRSTBODYDOMAIN}
807* $ ! FOURTHBODYDOMAIN ?? ${SECONDBODYDOMAIN}
808* $ ! FOURTHBODYDOMAIN ?? ${THIRDBODYDOMAIN}
809{
810 LT5=no
811 LOCALDESCRIPTION="Body Domain:"
812 LOCALCHECK=${FOURTHBODYDOMAIN}
813 LISTSERVER="dbl.plan3.org"
814
815 :0
816 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
817
818 :0
819 * DBLPCHECK ?? ^yes$
820 {
821  LISTNAME="DBL-P"
822  LISTRESPONSE="127\.0\.0\.2"
823  LISTSCORE="5"
824  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
825 }
826
827 :0
828 * DBLPREDIRCHECK ?? ^yes$
829 {
830  LISTNAME="DBL-P-REDIR"
831  LISTRESPONSE="127\.0\.0\.3"
832  LISTSCORE="3"
833  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
834 }
835
836 LISTSERVER='localhost'
837 LOCALDESCRIPTION='Null'
838}
839
840INCLUDERC=${SBDIR}/functions/test-threshold.rc
841
842# Check Fifth URI Domain.
843#
844:0
845* LT2 ?? ^yes$
846* ! FIFTHBODYDOMAIN ?? ^example\.com$
847* $ ! FIFTHBODYDOMAIN ?? ${FIRSTBODYDOMAIN}
848* $ ! FIFTHBODYDOMAIN ?? ${SECONDBODYDOMAIN}
849* $ ! FIFTHBODYDOMAIN ?? ${THIRDBODYDOMAIN}
850* $ ! FIFTHBODYDOMAIN ?? ${FOURTHBODYDOMAIN}
851{
852 LT5=no
853 LOCALDESCRIPTION="Body Domain:"
854 LOCALCHECK=${FIFTHBODYDOMAIN}
855 LISTSERVER="dbl.plan3.org"
856
857 :0
858 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
859
860 :0
861 * DBLPCHECK ?? ^yes$
862 {
863  LISTNAME="DBL-P"
864  LISTRESPONSE="127\.0\.0\.2"
865  LISTSCORE="5"
866  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
867 }
868
869 :0
870 * DBLPREDIRCHECK ?? ^yes$
871 {
872  LISTNAME="DBL-P-REDIR"
873  LISTRESPONSE="127\.0\.0\.3"
874  LISTSCORE="3"
875  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
876 }
877
878 LISTSERVER='localhost'
879 LOCALDESCRIPTION='Null'
880}
881
882INCLUDERC=${SBDIR}/functions/test-threshold.rc
883
884# Check Sixth URI Domain.
885#
886:0
887* LT2 ?? ^yes$
888* ! SIXTHBODYDOMAIN ?? ^example\.com$
889* $ ! SIXTHBODYDOMAIN ?? ${FIRSTBODYDOMAIN}
890* $ ! SIXTHBODYDOMAIN ?? ${SECONDBODYDOMAIN}
891* $ ! SIXTHBODYDOMAIN ?? ${THIRDBODYDOMAIN}
892* $ ! SIXTHBODYDOMAIN ?? ${FOURTHBODYDOMAIN}
893* $ ! SIXTHBODYDOMAIN ?? ${FIFTHBODYDOMAIN}
894{
895 LT5=no
896 LOCALDESCRIPTION="Body Domain:"
897 LOCALCHECK=${SIXTHBODYDOMAIN}
898 LISTSERVER="dbl.plan3.org"
899
900 :0
901 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
902
903 :0
904 * DBLPCHECK ?? ^yes$
905 {
906  LISTNAME="DBL-P"
907  LISTRESPONSE="127\.0\.0\.2"
908  LISTSCORE="5"
909  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
910 }
911
912 :0
913 * DBLPREDIRCHECK ?? ^yes$
914 {
915  LISTNAME="DBL-P-REDIR"
916  LISTRESPONSE="127\.0\.0\.3"
917  LISTSCORE="3"
918  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
919 }
920
921 LISTSERVER='localhost'
922 LOCALDESCRIPTION='Null'
923}
924
925INCLUDERC=${SBDIR}/functions/test-threshold.rc
926
927
928# Anonymous Whois Blocklist Check (http://anonwhois.org)
929#
930#  Checks the Anonymous Whois blocklist at list.anonwhois.net
931#  and scores hits properly.  This is a complex blocklist with
932#  a *huge* range of return codes, each of them assigned to a
933#  specific Whois cloaking service.  This means that you can
934#  check each of these services separately, and (theoretically)
935#  assign each one different scores.  This script allows you to
936#  enable and disable each individual check, or to configure the
937#  checks collectively by enabling them all, enabling a subset
938#  of registrars that have high rates of spam domains, or enable
939#  only a smaller subset of registrars that appear to be run as
940#  overt spam support services.  You can also "enable all" and
941#  then *disable* specific registrars by setting AWHCHECK=ALL
942#  and then setting specific checks for specific registrars to
943#  AWH###CHECK=no.
944
945
946# CHECK TO SEE IF ANY OF THE AWHCHECKS IS ENABLED, AND IF IT IS,
947# ENABLE THIS CHECK TO BE PERFORMED.
948
949LT2=no
950
951# Check 1&1 Private Registrations
952:0
953* AWH002CHECK ?? ^yes$
954{ LT2=yes }
955
956# Check Whois Privacy Protection Service Registrations
957:0
958* AWH003CHECK ?? ^yes$
959{ LT2=yes }
960
961# Check Network Solutions Private Registrations
962:0
963* AWH004CHECK ?? ^yes$
964{ LT2=yes }
965
966# Check SecureWhois Registrations
967:0
968* AWH005CHECK ?? ^yes$
969{ LT2=yes }
970
971# Check PrivacyPost Registrations
972:0
973* AWH007CHECK ?? ^yes$
974{ LT2=yes }
975
976# Check Dreamhost Private Registrations
977:0
978* AWH008CHECK ?? ^yes$
979{ LT2=yes }
980
981# Check Domain Escrow Services Registrations
982:0
983* AWH010CHECK ?? ^yes$
984{ LT2=yes }
985
986# Check Moniker Private Registrations
987:0
988* AWH011CHECK ?? ^yes$
989{ LT2=yes }
990
991# Check SafeNames Registrations
992:0
993* AWH012CHECK ?? ^yes$
994{ LT2=yes }
995
996# Check Unlisted-Whois.com Registrations
997:0
998* AWH013CHECK ?? ^yes$
999{ LT2=yes }
1000
1001# Check Domains by Proxy Registrations
1002:0
1003* AWH015CHECK ?? ^yes$
1004{ LT2=yes }
1005
1006# Check Whois Identity Shield Registrations
1007:0
1008* AWH016CHECK ?? ^yes$
1009{ LT2=yes }
1010
1011# Check MyPrivateRegistration.com Registrations
1012:0
1013* AWH017CHECK ?? ^yes$
1014{ LT2=yes }
1015
1016# Check WhoisGuard Registrations
1017:0
1018* AWH018CHECK ?? ^yes$
1019{ LT2=yes }
1020
1021# Check WhoisProtector Registrations
1022:0
1023* AWH020CHECK ?? ^yes$
1024{ LT2=yes }
1025
1026# Check Secure Whois Information Service Registrations
1027:0
1028* AWH021CHECK ?? ^yes$
1029{ LT2=yes }
1030
1031# Check CrazyTroll.com ID Protect Registrations
1032:0
1033* AWH022CHECK ?? ^yes$
1034{ LT2=yes }
1035
1036# Check SRS Plus Private Registrations
1037:0
1038* AWH023CHECK ?? ^yes$
1039{ LT2=yes }
1040
1041# Check DomainPrivacyCorp.com Registrations
1042:0
1043* AWH024CHECK ?? ^yes$
1044{ LT2=yes }
1045
1046# Check Finexe Domain Proxy Service Registrations
1047:0
1048* AWH025CHECK ?? ^yes$
1049{ LT2=yes }
1050
1051# Check Domain Registry of America Private Registrations
1052:0
1053* AWH026CHECK ?? ^yes$
1054{ LT2=yes }
1055
1056# Check Dynadot Privacy Registrations
1057:0
1058* AWH027CHECK ?? ^yes$
1059{ LT2=yes }
1060
1061# Check Liberty Names Of America WHOIS Privacy Registrations
1062:0
1063* AWH028CHECK ?? ^yes$
1064{ LT2=yes }
1065
1066# Check GKG.NET Domain Proxy Service Registrations
1067:0
1068* AWH029CHECK ?? ^yes$
1069{ LT2=yes }
1070
1071# Check Register4Less Privacy Registrations
1072:0
1073* AWH030CHECK ?? ^yes$
1074{ LT2=yes }
1075
1076# Check Katz Global Domain Name Trust Registrations
1077:0
1078* AWH031CHECK ?? ^yes$
1079{ LT2=yes }
1080
1081# Check Domain Listing Agent Registrations
1082:0
1083* AWH033CHECK ?? ^yes$
1084{ LT2=yes }
1085
1086# Check MapName.com Registrations
1087:0
1088* AWH034CHECK ?? ^yes$
1089{ LT2=yes }
1090
1091# Check ContactPrivacy.com Registrations
1092:0
1093* AWH037CHECK ?? ^yes$
1094{ LT2=yes }
1095
1096# Check Privacy-Domain.com Registrations
1097:0
1098* AWH038CHECK ?? ^yes$
1099{ LT2=yes }
1100
1101# Check NOLDC, Inc. Registrations
1102:0
1103* AWH041CHECK ?? ^yes$
1104{ LT2=yes }
1105
1106# Check NetIdentity Registrations
1107:0
1108* AWH042CHECK ?? ^yes$
1109{ LT2=yes }
1110
1111# Check Domain Discreet Registrations
1112:0
1113* AWH045CHECK ?? ^yes$
1114{ LT2=yes }
1115
1116# Check Global Internet Private Registrations
1117:0
1118* AWH046CHECK ?? ^yes$
1119{ LT2=yes }
1120
1121# Check BLCC Gold Anonymous Domain Trust Registrations
1122:0
1123* AWH048CHECK ?? ^yes$
1124{ LT2=yes }
1125
1126# Check Webmasters.com Private Registrations
1127:0
1128* AWH049CHECK ?? ^yes$
1129{ LT2=yes }
1130
1131# Check Shielded WHOIS Registrations
1132:0
1133* AWH051CHECK ?? ^yes$
1134{ LT2=yes }
1135
1136# Check ID Domain Privacy Network Registrations
1137:0
1138* AWH052CHECK ?? ^yes$
1139{ LT2=yes }
1140
1141# Check BlueHost.com Domain Privacy Registrations
1142:0
1143* AWH053CHECK ?? ^yes$
1144{ LT2=yes }
1145
1146# Check Jumpline Whois Privacy Registrations
1147:0
1148* AWH054CHECK ?? ^yes$
1149{ LT2=yes }
1150
1151# Check PerfectPrivacy.com Registrations
1152:0
1153* AWH055CHECK ?? ^yes$
1154{ LT2=yes }
1155
1156# Check PrivacyProtect.org Registrations
1157:0
1158* AWH057CHECK ?? ^yes$
1159{ LT2=yes }
1160
1161# Check NameNation.com Privacy Registrations
1162:0
1163* AWH058CHECK ?? ^yes$
1164{ LT2=yes }
1165
1166# Check Protected Domain Services Registrations
1167:0
1168* AWH060CHECK ?? ^yes$
1169{ LT2=yes }
1170
1171# Check Affiliate Industry Protected WHOIS Registrations
1172:0
1173* AWH061CHECK ?? ^yes$
1174{ LT2=yes }
1175
1176# Check DomainIt Private Registrations
1177:0
1178* AWH062CHECK ?? ^yes$
1179{ LT2=yes }
1180
1181# Check AnonDNS.org Registrations
1182:0
1183* AWH063CHECK ?? ^yes$
1184{ LT2=yes }
1185
1186# Check SiteSteward.com Private Registrations
1187:0
1188* AWH065CHECK ?? ^yes$
1189{ LT2=yes }
1190
1191# Check Name Administration Registrations
1192:0
1193* AWH066CHECK ?? ^yes$
1194{ LT2=yes }
1195
1196# Check PrivateDomainRegistrations (aka Gary Reed) Registrations
1197:0
1198* AWH067CHECK ?? ^yes$
1199{ LT2=yes }
1200
1201# Check CSMJBS Enterprises Registrations
1202:0
1203* AWH068CHECK ?? ^yes$
1204{ LT2=yes }
1205
1206# Check Domain-Privacy.net Registrations
1207:0
1208* AWH069CHECK ?? ^yes$
1209{ LT2=yes }
1210
1211# Check TakeBackPrivacy.net Registrations
1212:0
1213* AWH070CHECK ?? ^yes$
1214{ LT2=yes }
1215
1216# Check Tiger Tech Private Registrations
1217:0
1218* AWH071CHECK ?? ^yes$
1219{ LT2=yes }
1220
1221# Check WhoisCover Registrations
1222:0
1223* AWH072CHECK ?? ^yes$
1224{ LT2=yes }
1225
1226# Check Whois Proof Registrations
1227:0
1228* AWH073CHECK ?? ^yes$
1229{ LT2=yes }
1230
1231# Check DomainProtect LLC Whois Privacy Service Registrations
1232:0
1233* AWH074CHECK ?? ^yes$
1234{ LT2=yes }
1235
1236# Check Privacy Protection Services - PPS Registrations
1237:0
1238* AWH075CHECK ?? ^yes$
1239{ LT2=yes }
1240
1241# Check PocketDomain Domain Privacy Registrations
1242:0
1243* AWH076CHECK ?? ^yes$
1244{ LT2=yes }
1245
1246# Check SecretRegistration.com Registrations
1247:0
1248* AWH077CHECK ?? ^yes$
1249{ LT2=yes }
1250
1251# Check EasySpacePrivacy.com Registrations
1252:0
1253* AWH078CHECK ?? ^yes$
1254{ LT2=yes }
1255
1256# Check Dynamic Dolphin Registrations
1257:0
1258* AWH082CHECK ?? ^yes$
1259{ LT2=yes }
1260
1261# Check RespectMyPrivacy, LLC Registrations
1262:0
1263* AWH100CHECK ?? ^yes$
1264{ LT2=yes }
1265
1266# Check Privacy.ca Registrations
1267:0
1268* AWH101CHECK ?? ^yes$
1269{ LT2=yes }
1270
1271
1272# Check Connecting (First External Received) Domain.
1273#
1274:0
1275* LT2 ?? ^yes$
1276* AWHWHATCHECK ?? ^(ALL|CONNECTING)$
1277* ! FIRSTEXDOMAIN ?? ^example\.com$
1278{
1279 LT5=no
1280 LOCALDESCRIPTION="Connecting Domain:"
1281 LOCALCHECK=${FIRSTEXDOMAIN}
1282 LISTSERVER="list.anonwhois.net"
1283
1284 :0
1285 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
1286
1287 :0
1288 * AWH002CHECK ?? ^yes$
1289 {
1290  LISTNAME="AWHOIS-P (1&1 Private Registration)"
1291  LISTRESPONSE="127\.0\.0\.2"
1292  LISTSCORE="5"
1293  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1294 }
1295
1296 :0
1297 * LT5 ?? ^no$
1298 * AWH003CHECK ?? ^yes$
1299 {
1300  LISTNAME="AWHOIS-P (Whois Privacy Protection Service)"
1301  LISTRESPONSE="127\.0\.0\.3"
1302  LISTSCORE="5"
1303  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1304 }
1305
1306 :0
1307 * LT5 ?? ^no$
1308 * AWH004CHECK ?? ^yes$
1309 {
1310  LISTNAME="AWHOIS-P (Network Solutions Private Registration)"
1311  LISTRESPONSE="127\.0\.0\.4"
1312  LISTSCORE="5"
1313  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1314 }
1315
1316 :0
1317 * LT5 ?? ^no$
1318 * AWH005CHECK ?? ^yes$
1319 {
1320  LISTNAME="AWHOIS-P (SecureWhois)"
1321  LISTRESPONSE="127\.0\.0\.5"
1322  LISTSCORE="5"
1323  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1324 }
1325
1326 :0
1327 * LT5 ?? ^no$
1328 * AWH007CHECK ?? ^yes$
1329 {
1330  LISTNAME="AWHOIS-P (PrivacyPost)"
1331  LISTRESPONSE="127\.0\.0\.7"
1332  LISTSCORE="5"
1333  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1334 }
1335
1336 :0
1337 * LT5 ?? ^no$
1338 * AWH008CHECK ?? ^yes$
1339 {
1340  LISTNAME="AWHOIS-P (Dreamhost Private Registration)"
1341  LISTRESPONSE="127\.0\.0\.8"
1342  LISTSCORE="5"
1343  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1344 }
1345
1346 :0
1347 * LT5 ?? ^no$
1348 * AWH010CHECK ?? ^yes$
1349 {
1350  LISTNAME="AWHOIS-P (Domain Escrow Services)"
1351  LISTRESPONSE="127\.0\.0\.10"
1352  LISTSCORE="5"
1353  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1354 }
1355
1356 :0
1357 * LT5 ?? ^no$
1358 * AWH011CHECK ?? ^yes$
1359 {
1360  LISTNAME="AWHOIS-P (Moniker Private Registration)"
1361  LISTRESPONSE="127\.0\.0\.11"
1362  LISTSCORE="5"
1363  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1364 }
1365
1366 :0
1367 * LT5 ?? ^no$
1368 * AWH012CHECK ?? ^yes$
1369 {
1370  LISTNAME="AWHOIS-P (SafeNames)"
1371  LISTRESPONSE="127\.0\.0\.12"
1372  LISTSCORE="5"
1373  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1374 }
1375
1376 :0
1377 * LT5 ?? ^no$
1378 * AWH013CHECK ?? ^yes$
1379 {
1380  LISTNAME="AWHOIS-P (Unlisted-Whois.com)"
1381  LISTRESPONSE="127\.0\.0\.13"
1382  LISTSCORE="5"
1383  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1384 }
1385
1386 :0
1387 * LT5 ?? ^no$
1388 * AWH015CHECK ?? ^yes$
1389 {
1390  LISTNAME="AWHOIS-P (Domains by Proxy)"
1391  LISTRESPONSE="127\.0\.0\.15"
1392  LISTSCORE="5"
1393  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1394 }
1395
1396 :0
1397 * LT5 ?? ^no$
1398 * AWH016CHECK ?? ^yes$
1399 {
1400  LISTNAME="AWHOIS-P (Whois Identity Shield)"
1401  LISTRESPONSE="127\.0\.0\.16"
1402  LISTSCORE="5"
1403  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1404 }
1405
1406 :0
1407 * LT5 ?? ^no$
1408 * AWH017CHECK ?? ^yes$
1409 {
1410  LISTNAME="AWHOIS-P (MyPrivateRegistration.com)"
1411  LISTRESPONSE="127\.0\.0\.17"
1412  LISTSCORE="5"
1413  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1414 }
1415
1416 :0
1417 * LT5 ?? ^no$
1418 * AWH018CHECK ?? ^yes$
1419 {
1420  LISTNAME="AWHOIS-P (WhoisGuard)"
1421  LISTRESPONSE="127\.0\.0\.18"
1422  LISTSCORE="5"
1423  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1424 }
1425
1426 :0
1427 * LT5 ?? ^no$
1428 * AWH020CHECK ?? ^yes$
1429 {
1430  LISTNAME="AWHOIS-P (WhoisProtector)"
1431  LISTRESPONSE="127\.0\.0\.20"
1432  LISTSCORE="5"
1433  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1434 }
1435
1436 :0
1437 * LT5 ?? ^no$
1438 * AWH021CHECK ?? ^yes$
1439 {
1440  LISTNAME="AWHOIS-P (Secure Whois Information Service)"
1441  LISTRESPONSE="127\.0\.0\.21"
1442  LISTSCORE="5"
1443  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1444 }
1445
1446 :0
1447 * LT5 ?? ^no$
1448 * AWH022CHECK ?? ^yes$
1449 {
1450  LISTNAME="AWHOIS-P (CrazyTroll.com ID Protect)"
1451  LISTRESPONSE="127\.0\.0\.22"
1452  LISTSCORE="5"
1453  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1454 }
1455
1456 :0
1457 * LT5 ?? ^no$
1458 * AWH023CHECK ?? ^yes$
1459 {
1460  LISTNAME="AWHOIS-P (SRS Plus Private Registration)"
1461  LISTRESPONSE="127\.0\.0\.23"
1462  LISTSCORE="5"
1463  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1464 }
1465
1466 :0
1467 * LT5 ?? ^no$
1468 * AWH024CHECK ?? ^yes$
1469 {
1470  LISTNAME="AWHOIS-P (DomainPrivacyCorp.com)"
1471  LISTRESPONSE="127\.0\.0\.24"
1472  LISTSCORE="5"
1473  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1474 }
1475
1476 :0
1477 * LT5 ?? ^no$
1478 * AWH025CHECK ?? ^yes$
1479 {
1480  LISTNAME="AWHOIS-P (Finexe Domain Proxy Service)"
1481  LISTRESPONSE="127\.0\.0\.25"
1482  LISTSCORE="5"
1483  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1484 }
1485
1486 :0
1487 * LT5 ?? ^no$
1488 * AWH026CHECK ?? ^yes$
1489 {
1490  LISTNAME="AWHOIS-P (DROA Private Registration)"
1491  LISTRESPONSE="127\.0\.0\.26"
1492  LISTSCORE="5"
1493  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1494 }
1495
1496 :0
1497 * LT5 ?? ^no$
1498 * AWH027CHECK ?? ^yes$
1499 {
1500  LISTNAME="AWHOIS-P (Dynadot Privacy Registration)"
1501  LISTRESPONSE="127\.0\.0\.27"
1502  LISTSCORE="5"
1503  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1504 }
1505
1506 :0
1507 * LT5 ?? ^no$
1508 * AWH028CHECK ?? ^yes$
1509 {
1510  LISTNAME="AWHOIS-P (LNOA WHOIS Privacy Registration)"
1511  LISTRESPONSE="127\.0\.0\.28"
1512  LISTSCORE="5"
1513  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1514 }
1515
1516 :0
1517 * LT5 ?? ^no$
1518 * AWH029CHECK ?? ^yes$
1519 {
1520  LISTNAME="AWHOIS-P (GKG.NET Domain Proxy Service)"
1521  LISTRESPONSE="127\.0\.0\.29"
1522  LISTSCORE="5"
1523  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1524 }
1525
1526 :0
1527 * LT5 ?? ^no$
1528 * AWH030CHECK ?? ^yes$
1529 {
1530  LISTNAME="AWHOIS-P (Register4Less Privacy Registration)"
1531  LISTRESPONSE="127\.0\.0\.30"
1532  LISTSCORE="5"
1533  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1534 }
1535
1536 :0
1537 * LT5 ?? ^no$
1538 * AWH031CHECK ?? ^yes$
1539 {
1540  LISTNAME="AWHOIS-P (Katz Global Domain Name Trust)"
1541  LISTRESPONSE="127\.0\.0\.31"
1542  LISTSCORE="5"
1543  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1544 }
1545
1546 :0
1547 * LT5 ?? ^no$
1548 * AWH033CHECK ?? ^yes$
1549 {
1550  LISTNAME="AWHOIS-P (Domain Listing Agent)"
1551  LISTRESPONSE="127\.0\.0\.33"
1552  LISTSCORE="5"
1553  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1554 }
1555
1556 :0
1557 * LT5 ?? ^no$
1558 * AWH034CHECK ?? ^yes$
1559 {
1560  LISTNAME="AWHOIS-P (MapName.com)"
1561  LISTRESPONSE="127\.0\.0\.34"
1562  LISTSCORE="5"
1563  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1564 }
1565
1566 :0
1567 * LT5 ?? ^no$
1568 * AWH037CHECK ?? ^yes$
1569 {
1570  LISTNAME="AWHOIS-P (ContactPrivacy.com)"
1571  LISTRESPONSE="127\.0\.0\.37"
1572  LISTSCORE="5"
1573  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1574 }
1575
1576 :0
1577 * LT5 ?? ^no$
1578 * AWH038CHECK ?? ^yes$
1579 {
1580  LISTNAME="AWHOIS-P (Privacy-Domain.com)"
1581  LISTRESPONSE="127\.0\.0\.38"
1582  LISTSCORE="5"
1583  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1584 }
1585
1586 :0
1587 * LT5 ?? ^no$
1588 * AWH041CHECK ?? ^yes$
1589 {
1590  LISTNAME="AWHOIS-P (NOLDC, Inc.)"
1591  LISTRESPONSE="127\.0\.0\.41"
1592  LISTSCORE="5"
1593  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1594 }
1595
1596 :0
1597 * LT5 ?? ^no$
1598 * AWH042CHECK ?? ^yes$
1599 {
1600  LISTNAME="AWHOIS-P (NetIdentity)"
1601  LISTRESPONSE="127\.0\.0\.42"
1602  LISTSCORE="5"
1603  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1604 }
1605
1606 :0
1607 * LT5 ?? ^no$
1608 * AWH045CHECK ?? ^yes$
1609 {
1610  LISTNAME="AWHOIS-P (Domain Discreet)"
1611  LISTRESPONSE="127\.0\.0\.45"
1612  LISTSCORE="5"
1613  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1614 }
1615
1616 :0
1617 * LT5 ?? ^no$
1618 * AWH046CHECK ?? ^yes$
1619 {
1620  LISTNAME="AWHOIS-P (Global Internet Private Registration)"
1621  LISTRESPONSE="127\.0\.0\.46"
1622  LISTSCORE="5"
1623  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1624 }
1625
1626 :0
1627 * LT5 ?? ^no$
1628 * AWH048CHECK ?? ^yes$
1629 {
1630  LISTNAME="AWHOIS-P (BLCC Gold Anonymous Domain Trust)"
1631  LISTRESPONSE="127\.0\.0\.48"
1632  LISTSCORE="5"
1633  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1634 }
1635
1636 :0
1637 * LT5 ?? ^no$
1638 * AWH049CHECK ?? ^yes$
1639 {
1640  LISTNAME="AWHOIS-P (Webmasters.com Private Registration)"
1641  LISTRESPONSE="127\.0\.0\.49"
1642  LISTSCORE="5"
1643  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1644 }
1645
1646 :0
1647 * LT5 ?? ^no$
1648 * AWH051CHECK ?? ^yes$
1649 {
1650  LISTNAME="AWHOIS-P (Shielded WHOIS)"
1651  LISTRESPONSE="127\.0\.0\.51"
1652  LISTSCORE="5"
1653  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1654 }
1655
1656 :0
1657 * LT5 ?? ^no$
1658 * AWH052CHECK ?? ^yes$
1659 {
1660  LISTNAME="AWHOIS-P (ID Domain Privacy Network)"
1661  LISTRESPONSE="127\.0\.0\.52"
1662  LISTSCORE="5"
1663  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1664 }
1665
1666 :0
1667 * LT5 ?? ^no$
1668 * AWH053CHECK ?? ^yes$
1669 {
1670  LISTNAME="AWHOIS-P (BlueHost.com Domain Privacy Registration)"
1671  LISTRESPONSE="127\.0\.0\.53"
1672  LISTSCORE="5"
1673  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1674 }
1675
1676 :0
1677 * LT5 ?? ^no$
1678 * AWH054CHECK ?? ^yes$
1679 {
1680  LISTNAME="AWHOIS-P (Jumpline Whois Privacy Registration)"
1681  LISTRESPONSE="127\.0\.0\.54"
1682  LISTSCORE="5"
1683  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1684 }
1685
1686 :0
1687 * LT5 ?? ^no$
1688 * AWH055CHECK ?? ^yes$
1689 {
1690  LISTNAME="AWHOIS-P (PerfectPrivacy.com)"
1691  LISTRESPONSE="127\.0\.0\.55"
1692  LISTSCORE="5"
1693  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1694 }
1695
1696 :0
1697 * LT5 ?? ^no$
1698 * AWH057CHECK ?? ^yes$
1699 {
1700  LISTNAME="AWHOIS-P (PrivacyProtect.org)"
1701  LISTRESPONSE="127\.0\.0\.57"
1702  LISTSCORE="5"
1703  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1704 }
1705
1706 :0
1707 * LT5 ?? ^no$
1708 * AWH058CHECK ?? ^yes$
1709 {
1710  LISTNAME="AWHOIS-P (NameNation.com Privacy Registration)"
1711  LISTRESPONSE="127\.0\.0\.58"
1712  LISTSCORE="5"
1713  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1714 }
1715
1716 :0
1717 * LT5 ?? ^no$
1718 * AWH060CHECK ?? ^yes$
1719 {
1720  LISTNAME="AWHOIS-P (Protected Domain Services Registration)"
1721  LISTRESPONSE="127\.0\.0\.60"
1722  LISTSCORE="5"
1723  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1724 }
1725
1726 :0
1727 * LT5 ?? ^no$
1728 * AWH061CHECK ?? ^yes$
1729 {
1730  LISTNAME="AWHOIS-P (Affiliate Industry Protected WHOIS)"
1731  LISTRESPONSE="127\.0\.0\.61"
1732  LISTSCORE="5"
1733  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1734 }
1735
1736 :0
1737 * LT5 ?? ^no$
1738 * AWH062CHECK ?? ^yes$
1739 {
1740  LISTNAME="AWHOIS-P (DomainIt Private Registration)"
1741  LISTRESPONSE="127\.0\.0\.62"
1742  LISTSCORE="5"
1743  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1744 }
1745
1746 :0
1747 * LT5 ?? ^no$
1748 * AWH063CHECK ?? ^yes$
1749 {
1750  LISTNAME="AWHOIS-P (AnonDNS.org)"
1751  LISTRESPONSE="127\.0\.0\.63"
1752  LISTSCORE="5"
1753  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1754 }
1755
1756 :0
1757 * LT5 ?? ^no$
1758 * AWH065CHECK ?? ^yes$
1759 {
1760  LISTNAME="AWHOIS-P (SiteSteward.com Private Registration)"
1761  LISTRESPONSE="127\.0\.0\.65"
1762  LISTSCORE="5"
1763  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1764 }
1765
1766 :0
1767 * LT5 ?? ^no$
1768 * AWH066CHECK ?? ^yes$
1769 {
1770  LISTNAME="AWHOIS-P (Name Administration)"
1771  LISTRESPONSE="127\.0\.0\.66"
1772  LISTSCORE="5"
1773  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1774 }
1775
1776 :0
1777 * LT5 ?? ^no$
1778 * AWH067CHECK ?? ^yes$
1779 {
1780  LISTNAME="AWHOIS-P (PrivateDomainRegistrations/Gary Reed)"
1781  LISTRESPONSE="127\.0\.0\.67"
1782  LISTSCORE="5"
1783  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1784 }
1785
1786 :0
1787 * LT5 ?? ^no$
1788 * AWH068CHECK ?? ^yes$
1789 {
1790  LISTNAME="AWHOIS-P (CSMJBS Enterprises)"
1791  LISTRESPONSE="127\.0\.0\.68"
1792  LISTSCORE="5"
1793  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1794 }
1795
1796 :0
1797 * LT5 ?? ^no$
1798 * AWH069CHECK ?? ^yes$
1799 {
1800  LISTNAME="AWHOIS-P (Domain-Privacy.net)"
1801  LISTRESPONSE="127\.0\.0\.69"
1802  LISTSCORE="5"
1803  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1804 }
1805
1806 :0
1807 * LT5 ?? ^no$
1808 * AWH070CHECK ?? ^yes$
1809 {
1810  LISTNAME="AWHOIS-P (TakeBackPrivacy.net)"
1811  LISTRESPONSE="127\.0\.0\.70"
1812  LISTSCORE="5"
1813  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1814 }
1815
1816 :0
1817 * LT5 ?? ^no$
1818 * AWH071CHECK ?? ^yes$
1819 {
1820  LISTNAME="AWHOIS-P (Tiger Tech Private Registration)"
1821  LISTRESPONSE="127\.0\.0\.71"
1822  LISTSCORE="5"
1823  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1824 }
1825
1826 :0
1827 * LT5 ?? ^no$
1828 * AWH072CHECK ?? ^yes$
1829 {
1830  LISTNAME="AWHOIS-P (WhoisCover)"
1831  LISTRESPONSE="127\.0\.0\.72"
1832  LISTSCORE="5"
1833  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1834 }
1835
1836 :0
1837 * LT5 ?? ^no$
1838 * AWH073CHECK ?? ^yes$
1839 {
1840  LISTNAME="AWHOIS-P (Whois Proof)"
1841  LISTRESPONSE="127\.0\.0\.73"
1842  LISTSCORE="5"
1843  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1844 }
1845
1846 :0
1847 * LT5 ?? ^no$
1848 * AWH074CHECK ?? ^yes$
1849 {
1850  LISTNAME="AWHOIS-P (DomainProtect LLC Whois Privacy Service)"
1851  LISTRESPONSE="127\.0\.0\.74"
1852  LISTSCORE="5"
1853  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1854 }
1855
1856 :0
1857 * LT5 ?? ^no$
1858 * AWH075CHECK ?? ^yes$
1859 {
1860  LISTNAME="AWHOIS-P (Privacy Protection Services)"
1861  LISTRESPONSE="127\.0\.0\.75"
1862  LISTSCORE="5"
1863  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1864 }
1865
1866 :0
1867 * LT5 ?? ^no$
1868 * AWH076CHECK ?? ^yes$
1869 {
1870  LISTNAME="AWHOIS-P (PocketDomain Domain Privacy Registration)"
1871  LISTRESPONSE="127\.0\.0\.76"
1872  LISTSCORE="5"
1873  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1874 }
1875
1876 :0
1877 * LT5 ?? ^no$
1878 * AWH077CHECK ?? ^yes$
1879 {
1880  LISTNAME="AWHOIS-P (SecretRegistration.com)"
1881  LISTRESPONSE="127\.0\.0\.77"
1882  LISTSCORE="5"
1883  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1884 }
1885
1886 :0
1887 * LT5 ?? ^no$
1888 * AWH078CHECK ?? ^yes$
1889 {
1890  LISTNAME="AWHOIS-P (EasySpacePrivacy.com)"
1891  LISTRESPONSE="127\.0\.0\.78"
1892  LISTSCORE="5"
1893  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1894 }
1895
1896 :0
1897 * LT5 ?? ^no$
1898 * AWH082CHECK ?? ^yes$
1899 {
1900  LISTNAME="AWHOIS-P (Dynamic Dolphin)"
1901  LISTRESPONSE="127\.0\.0\.82"
1902  LISTSCORE="5"
1903  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1904 }
1905
1906 :0
1907 * LT5 ?? ^no$
1908 * AWH100CHECK ?? ^yes$
1909 {
1910  LISTNAME="AWHOIS-P (RespectMyPrivacy, LLC)"
1911  LISTRESPONSE="127\.0\.0\.100"
1912  LISTSCORE="5"
1913  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1914 }
1915
1916 :0
1917 * LT5 ?? ^no$
1918 * AWH101CHECK ?? ^yes$
1919 {
1920  LISTNAME="AWHOIS-P (Privacy.ca)"
1921  LISTRESPONSE="127\.0\.0\.101"
1922  LISTSCORE="5"
1923  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1924 }
1925
1926 LISTSERVER='localhost'
1927 LOCALDESCRIPTION='Null'
1928}
1929
1930INCLUDERC=${SBDIR}/functions/test-threshold.rc
1931
1932# Check Second External Received Domain.
1933#
1934:0
1935* LT2 ?? ^yes$
1936* AWHWHATCHECK ?? ^(ALL|RECEIVED)$
1937* ! SECONDEXDOMAIN ?? ^example\.com$
1938* $ ! SECONDEXDOMAIN ?? ${FIRSTEXDOMAIN}
1939{
1940 LT5=no
1941 LOCALDESCRIPTION="Received Domain:"
1942 LOCALCHECK=${SECONDEXDOMAIN}
1943 LISTSERVER="list.anonwhois.net"
1944
1945 :0
1946 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
1947
1948 :0
1949 * AWH002CHECK ?? ^yes$
1950 {
1951  LISTNAME="AWHOIS-P (1&1 Private Registration)"
1952  LISTRESPONSE="127\.0\.0\.2"
1953  LISTSCORE="2"
1954  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1955 }
1956
1957 :0
1958 * LT5 ?? ^no$
1959 * AWH003CHECK ?? ^yes$
1960 {
1961  LISTNAME="AWHOIS-P (Whois Privacy Protection Service)"
1962  LISTRESPONSE="127\.0\.0\.3"
1963  LISTSCORE="2"
1964  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1965 }
1966
1967 :0
1968 * LT5 ?? ^no$
1969 * AWH004CHECK ?? ^yes$
1970 {
1971  LISTNAME="AWHOIS-P (Network Solutions Private Registration)"
1972  LISTRESPONSE="127\.0\.0\.4"
1973  LISTSCORE="2"
1974  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1975 }
1976
1977 :0
1978 * LT5 ?? ^no$
1979 * AWH005CHECK ?? ^yes$
1980 {
1981  LISTNAME="AWHOIS-P (SecureWhois)"
1982  LISTRESPONSE="127\.0\.0\.5"
1983  LISTSCORE="2"
1984  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1985 }
1986
1987 :0
1988 * LT5 ?? ^no$
1989 * AWH007CHECK ?? ^yes$
1990 {
1991  LISTNAME="AWHOIS-P (PrivacyPost)"
1992  LISTRESPONSE="127\.0\.0\.7"
1993  LISTSCORE="2"
1994  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
1995 }
1996
1997 :0
1998 * LT5 ?? ^no$
1999 * AWH008CHECK ?? ^yes$
2000 {
2001  LISTNAME="AWHOIS-P (Dreamhost Private Registration)"
2002  LISTRESPONSE="127\.0\.0\.8"
2003  LISTSCORE="2"
2004  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2005 }
2006
2007 :0
2008 * LT5 ?? ^no$
2009 * AWH010CHECK ?? ^yes$
2010 {
2011  LISTNAME="AWHOIS-P (Domain Escrow Services)"
2012  LISTRESPONSE="127\.0\.0\.10"
2013  LISTSCORE="2"
2014  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2015 }
2016
2017 :0
2018 * LT5 ?? ^no$
2019 * AWH011CHECK ?? ^yes$
2020 {
2021  LISTNAME="AWHOIS-P (Moniker Private Registration)"
2022  LISTRESPONSE="127\.0\.0\.11"
2023  LISTSCORE="2"
2024  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2025 }
2026
2027 :0
2028 * LT5 ?? ^no$
2029 * AWH012CHECK ?? ^yes$
2030 {
2031  LISTNAME="AWHOIS-P (SafeNames)"
2032  LISTRESPONSE="127\.0\.0\.12"
2033  LISTSCORE="2"
2034  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2035 }
2036
2037 :0
2038 * LT5 ?? ^no$
2039 * AWH013CHECK ?? ^yes$
2040 {
2041  LISTNAME="AWHOIS-P (Unlisted-Whois.com)"
2042  LISTRESPONSE="127\.0\.0\.13"
2043  LISTSCORE="2"
2044  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2045 }
2046
2047 :0
2048 * LT5 ?? ^no$
2049 * AWH015CHECK ?? ^yes$
2050 {
2051  LISTNAME="AWHOIS-P (Domains by Proxy)"
2052  LISTRESPONSE="127\.0\.0\.15"
2053  LISTSCORE="2"
2054  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2055 }
2056
2057 :0
2058 * LT5 ?? ^no$
2059 * AWH016CHECK ?? ^yes$
2060 {
2061  LISTNAME="AWHOIS-P (Whois Identity Shield)"
2062  LISTRESPONSE="127\.0\.0\.16"
2063  LISTSCORE="2"
2064  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2065 }
2066
2067 :0
2068 * LT5 ?? ^no$
2069 * AWH017CHECK ?? ^yes$
2070 {
2071  LISTNAME="AWHOIS-P (MyPrivateRegistration.com)"
2072  LISTRESPONSE="127\.0\.0\.17"
2073  LISTSCORE="2"
2074  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2075 }
2076
2077 :0
2078 * LT5 ?? ^no$
2079 * AWH018CHECK ?? ^yes$
2080 {
2081  LISTNAME="AWHOIS-P (WhoisGuard)"
2082  LISTRESPONSE="127\.0\.0\.18"
2083  LISTSCORE="2"
2084  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2085 }
2086
2087 :0
2088 * LT5 ?? ^no$
2089 * AWH020CHECK ?? ^yes$
2090 {
2091  LISTNAME="AWHOIS-P (WhoisProtector)"
2092  LISTRESPONSE="127\.0\.0\.20"
2093  LISTSCORE="2"
2094  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2095 }
2096
2097 :0
2098 * LT5 ?? ^no$
2099 * AWH021CHECK ?? ^yes$
2100 {
2101  LISTNAME="AWHOIS-P (Secure Whois Information Service)"
2102  LISTRESPONSE="127\.0\.0\.21"
2103  LISTSCORE="2"
2104  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2105 }
2106
2107 :0
2108 * LT5 ?? ^no$
2109 * AWH022CHECK ?? ^yes$
2110 {
2111  LISTNAME="AWHOIS-P (CrazyTroll.com ID Protect)"
2112  LISTRESPONSE="127\.0\.0\.22"
2113  LISTSCORE="2"
2114  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2115 }
2116
2117 :0
2118 * LT5 ?? ^no$
2119 * AWH023CHECK ?? ^yes$
2120 {
2121  LISTNAME="AWHOIS-P (SRS Plus Private Registration)"
2122  LISTRESPONSE="127\.0\.0\.23"
2123  LISTSCORE="2"
2124  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2125 }
2126
2127 :0
2128 * LT5 ?? ^no$
2129 * AWH024CHECK ?? ^yes$
2130 {
2131  LISTNAME="AWHOIS-P (DomainPrivacyCorp.com)"
2132  LISTRESPONSE="127\.0\.0\.24"
2133  LISTSCORE="2"
2134  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2135 }
2136
2137 :0
2138 * LT5 ?? ^no$
2139 * AWH025CHECK ?? ^yes$
2140 {
2141  LISTNAME="AWHOIS-P (Finexe Domain Proxy Service)"
2142  LISTRESPONSE="127\.0\.0\.25"
2143  LISTSCORE="2"
2144  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2145 }
2146
2147 :0
2148 * LT5 ?? ^no$
2149 * AWH026CHECK ?? ^yes$
2150 {
2151  LISTNAME="AWHOIS-P (DROA Private Registration)"
2152  LISTRESPONSE="127\.0\.0\.26"
2153  LISTSCORE="2"
2154  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2155 }
2156
2157 :0
2158 * LT5 ?? ^no$
2159 * AWH027CHECK ?? ^yes$
2160 {
2161  LISTNAME="AWHOIS-P (Dynadot Privacy Registration)"
2162  LISTRESPONSE="127\.0\.0\.27"
2163  LISTSCORE="2"
2164  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2165 }
2166
2167 :0
2168 * LT5 ?? ^no$
2169 * AWH028CHECK ?? ^yes$
2170 {
2171  LISTNAME="AWHOIS-P (LNOA WHOIS Privacy Registration)"
2172  LISTRESPONSE="127\.0\.0\.28"
2173  LISTSCORE="2"
2174  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2175 }
2176
2177 :0
2178 * LT5 ?? ^no$
2179 * AWH029CHECK ?? ^yes$
2180 {
2181  LISTNAME="AWHOIS-P (GKG.NET Domain Proxy Service)"
2182  LISTRESPONSE="127\.0\.0\.29"
2183  LISTSCORE="2"
2184  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2185 }
2186
2187 :0
2188 * LT5 ?? ^no$
2189 * AWH030CHECK ?? ^yes$
2190 {
2191  LISTNAME="AWHOIS-P (Register4Less Privacy Registration)"
2192  LISTRESPONSE="127\.0\.0\.30"
2193  LISTSCORE="2"
2194  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2195 }
2196
2197 :0
2198 * LT5 ?? ^no$
2199 * AWH031CHECK ?? ^yes$
2200 {
2201  LISTNAME="AWHOIS-P (Katz Global Domain Name Trust)"
2202  LISTRESPONSE="127\.0\.0\.31"
2203  LISTSCORE="2"
2204  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2205 }
2206
2207 :0
2208 * LT5 ?? ^no$
2209 * AWH033CHECK ?? ^yes$
2210 {
2211  LISTNAME="AWHOIS-P (Domain Listing Agent)"
2212  LISTRESPONSE="127\.0\.0\.33"
2213  LISTSCORE="2"
2214  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2215 }
2216
2217 :0
2218 * LT5 ?? ^no$
2219 * AWH034CHECK ?? ^yes$
2220 {
2221  LISTNAME="AWHOIS-P (MapName.com)"
2222  LISTRESPONSE="127\.0\.0\.34"
2223  LISTSCORE="2"
2224  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2225 }
2226
2227 :0
2228 * LT5 ?? ^no$
2229 * AWH037CHECK ?? ^yes$
2230 {
2231  LISTNAME="AWHOIS-P (ContactPrivacy.com)"
2232  LISTRESPONSE="127\.0\.0\.37"
2233  LISTSCORE="2"
2234  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2235 }
2236
2237 :0
2238 * LT5 ?? ^no$
2239 * AWH038CHECK ?? ^yes$
2240 {
2241  LISTNAME="AWHOIS-P (Privacy-Domain.com)"
2242  LISTRESPONSE="127\.0\.0\.38"
2243  LISTSCORE="2"
2244  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2245 }
2246
2247 :0
2248 * LT5 ?? ^no$
2249 * AWH041CHECK ?? ^yes$
2250 {
2251  LISTNAME="AWHOIS-P (NOLDC, Inc.)"
2252  LISTRESPONSE="127\.0\.0\.41"
2253  LISTSCORE="2"
2254  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2255 }
2256
2257 :0
2258 * LT5 ?? ^no$
2259 * AWH042CHECK ?? ^yes$
2260 {
2261  LISTNAME="AWHOIS-P (NetIdentity)"
2262  LISTRESPONSE="127\.0\.0\.42"
2263  LISTSCORE="2"
2264  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2265 }
2266
2267 :0
2268 * LT5 ?? ^no$
2269 * AWH045CHECK ?? ^yes$
2270 {
2271  LISTNAME="AWHOIS-P (Domain Discreet)"
2272  LISTRESPONSE="127\.0\.0\.45"
2273  LISTSCORE="2"
2274  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2275 }
2276
2277 :0
2278 * LT5 ?? ^no$
2279 * AWH046CHECK ?? ^yes$
2280 {
2281  LISTNAME="AWHOIS-P (Global Internet Private Registration)"
2282  LISTRESPONSE="127\.0\.0\.46"
2283  LISTSCORE="2"
2284  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2285 }
2286
2287 :0
2288 * LT5 ?? ^no$
2289 * AWH048CHECK ?? ^yes$
2290 {
2291  LISTNAME="AWHOIS-P (BLCC Gold Anonymous Domain Trust)"
2292  LISTRESPONSE="127\.0\.0\.48"
2293  LISTSCORE="2"
2294  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2295 }
2296
2297 :0
2298 * LT5 ?? ^no$
2299 * AWH049CHECK ?? ^yes$
2300 {
2301  LISTNAME="AWHOIS-P (Webmasters.com Private Registration)"
2302  LISTRESPONSE="127\.0\.0\.49"
2303  LISTSCORE="2"
2304  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2305 }
2306
2307 :0
2308 * LT5 ?? ^no$
2309 * AWH051CHECK ?? ^yes$
2310 {
2311  LISTNAME="AWHOIS-P (Shielded WHOIS)"
2312  LISTRESPONSE="127\.0\.0\.51"
2313  LISTSCORE="2"
2314  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2315 }
2316
2317 :0
2318 * LT5 ?? ^no$
2319 * AWH052CHECK ?? ^yes$
2320 {
2321  LISTNAME="AWHOIS-P (ID Domain Privacy Network)"
2322  LISTRESPONSE="127\.0\.0\.52"
2323  LISTSCORE="2"
2324  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2325 }
2326
2327 :0
2328 * LT5 ?? ^no$
2329 * AWH053CHECK ?? ^yes$
2330 {
2331  LISTNAME="AWHOIS-P (BlueHost.com Domain Privacy Registration)"
2332  LISTRESPONSE="127\.0\.0\.53"
2333  LISTSCORE="2"
2334  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2335 }
2336
2337 :0
2338 * LT5 ?? ^no$
2339 * AWH054CHECK ?? ^yes$
2340 {
2341  LISTNAME="AWHOIS-P (Jumpline Whois Privacy Registration)"
2342  LISTRESPONSE="127\.0\.0\.54"
2343  LISTSCORE="2"
2344  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2345 }
2346
2347 :0
2348 * LT5 ?? ^no$
2349 * AWH055CHECK ?? ^yes$
2350 {
2351  LISTNAME="AWHOIS-P (PerfectPrivacy.com)"
2352  LISTRESPONSE="127\.0\.0\.55"
2353  LISTSCORE="2"
2354  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2355 }
2356
2357 :0
2358 * LT5 ?? ^no$
2359 * AWH057CHECK ?? ^yes$
2360 {
2361  LISTNAME="AWHOIS-P (PrivacyProtect.org)"
2362  LISTRESPONSE="127\.0\.0\.57"
2363  LISTSCORE="2"
2364  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2365 }
2366
2367 :0
2368 * LT5 ?? ^no$
2369 * AWH058CHECK ?? ^yes$
2370 {
2371  LISTNAME="AWHOIS-P (NameNation.com Privacy Registration)"
2372  LISTRESPONSE="127\.0\.0\.58"
2373  LISTSCORE="2"
2374  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2375 }
2376
2377 :0
2378 * LT5 ?? ^no$
2379 * AWH060CHECK ?? ^yes$
2380 {
2381  LISTNAME="AWHOIS-P (Protected Domain Services Registration)"
2382  LISTRESPONSE="127\.0\.0\.60"
2383  LISTSCORE="2"
2384  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2385 }
2386
2387 :0
2388 * LT5 ?? ^no$
2389 * AWH061CHECK ?? ^yes$
2390 {
2391  LISTNAME="AWHOIS-P (Affiliate Industry Protected WHOIS)"
2392  LISTRESPONSE="127\.0\.0\.61"
2393  LISTSCORE="2"
2394  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2395 }
2396
2397 :0
2398 * LT5 ?? ^no$
2399 * AWH062CHECK ?? ^yes$
2400 {
2401  LISTNAME="AWHOIS-P (DomainIt Private Registration)"
2402  LISTRESPONSE="127\.0\.0\.62"
2403  LISTSCORE="2"
2404  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2405 }
2406
2407 :0
2408 * LT5 ?? ^no$
2409 * AWH063CHECK ?? ^yes$
2410 {
2411  LISTNAME="AWHOIS-P (AnonDNS.org)"
2412  LISTRESPONSE="127\.0\.0\.63"
2413  LISTSCORE="2"
2414  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2415 }
2416
2417 :0
2418 * LT5 ?? ^no$
2419 * AWH065CHECK ?? ^yes$
2420 {
2421  LISTNAME="AWHOIS-P (SiteSteward.com Private Registration)"
2422  LISTRESPONSE="127\.0\.0\.65"
2423  LISTSCORE="2"
2424  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2425 }
2426
2427 :0
2428 * LT5 ?? ^no$
2429 * AWH066CHECK ?? ^yes$
2430 {
2431  LISTNAME="AWHOIS-P (Name Administration)"
2432  LISTRESPONSE="127\.0\.0\.66"
2433  LISTSCORE="2"
2434  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2435 }
2436
2437 :0
2438 * LT5 ?? ^no$
2439 * AWH067CHECK ?? ^yes$
2440 {
2441  LISTNAME="AWHOIS-P (PrivateDomainRegistrations/Gary Reed)"
2442  LISTRESPONSE="127\.0\.0\.67"
2443  LISTSCORE="2"
2444  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2445 }
2446
2447 :0
2448 * LT5 ?? ^no$
2449 * AWH068CHECK ?? ^yes$
2450 {
2451  LISTNAME="AWHOIS-P (CSMJBS Enterprises)"
2452  LISTRESPONSE="127\.0\.0\.68"
2453  LISTSCORE="2"
2454  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2455 }
2456
2457 :0
2458 * LT5 ?? ^no$
2459 * AWH069CHECK ?? ^yes$
2460 {
2461  LISTNAME="AWHOIS-P (Domain-Privacy.net)"
2462  LISTRESPONSE="127\.0\.0\.69"
2463  LISTSCORE="2"
2464  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2465 }
2466
2467 :0
2468 * LT5 ?? ^no$
2469 * AWH070CHECK ?? ^yes$
2470 {
2471  LISTNAME="AWHOIS-P (TakeBackPrivacy.net)"
2472  LISTRESPONSE="127\.0\.0\.70"
2473  LISTSCORE="2"
2474  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2475 }
2476
2477 :0
2478 * LT5 ?? ^no$
2479 * AWH071CHECK ?? ^yes$
2480 {
2481  LISTNAME="AWHOIS-P (Tiger Tech Private Registration)"
2482  LISTRESPONSE="127\.0\.0\.71"
2483  LISTSCORE="2"
2484  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2485 }
2486
2487 :0
2488 * LT5 ?? ^no$
2489 * AWH072CHECK ?? ^yes$
2490 {
2491  LISTNAME="AWHOIS-P (WhoisCover)"
2492  LISTRESPONSE="127\.0\.0\.72"
2493  LISTSCORE="2"
2494  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2495 }
2496
2497 :0
2498 * LT5 ?? ^no$
2499 * AWH073CHECK ?? ^yes$
2500 {
2501  LISTNAME="AWHOIS-P (Whois Proof)"
2502  LISTRESPONSE="127\.0\.0\.73"
2503  LISTSCORE="2"
2504  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2505 }
2506
2507 :0
2508 * LT5 ?? ^no$
2509 * AWH074CHECK ?? ^yes$
2510 {
2511  LISTNAME="AWHOIS-P (DomainProtect LLC Whois Privacy Service)"
2512  LISTRESPONSE="127\.0\.0\.74"
2513  LISTSCORE="2"
2514  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2515 }
2516
2517 :0
2518 * LT5 ?? ^no$
2519 * AWH075CHECK ?? ^yes$
2520 {
2521  LISTNAME="AWHOIS-P (Privacy Protection Services)"
2522  LISTRESPONSE="127\.0\.0\.75"
2523  LISTSCORE="2"
2524  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2525 }
2526
2527 :0
2528 * LT5 ?? ^no$
2529 * AWH076CHECK ?? ^yes$
2530 {
2531  LISTNAME="AWHOIS-P (PocketDomain Domain Privacy Registration)"
2532  LISTRESPONSE="127\.0\.0\.76"
2533  LISTSCORE="2"
2534  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2535 }
2536
2537 :0
2538 * LT5 ?? ^no$
2539 * AWH077CHECK ?? ^yes$
2540 {
2541  LISTNAME="AWHOIS-P (SecretRegistration.com)"
2542  LISTRESPONSE="127\.0\.0\.77"
2543  LISTSCORE="2"
2544  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2545 }
2546
2547 :0
2548 * LT5 ?? ^no$
2549 * AWH078CHECK ?? ^yes$
2550 {
2551  LISTNAME="AWHOIS-P (EasySpacePrivacy.com)"
2552  LISTRESPONSE="127\.0\.0\.78"
2553  LISTSCORE="2"
2554  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2555 }
2556
2557 :0
2558 * LT5 ?? ^no$
2559 * AWH082CHECK ?? ^yes$
2560 {
2561  LISTNAME="AWHOIS-P (Dynamic Dolphin)"
2562  LISTRESPONSE="127\.0\.0\.82"
2563  LISTSCORE="2"
2564  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2565 }
2566
2567 :0
2568 * LT5 ?? ^no$
2569 * AWH100CHECK ?? ^yes$
2570 {
2571  LISTNAME="AWHOIS-P (RespectMyPrivacy, LLC)"
2572  LISTRESPONSE="127\.0\.0\.100"
2573  LISTSCORE="2"
2574  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2575 }
2576
2577 :0
2578 * LT5 ?? ^no$
2579 * AWH101CHECK ?? ^yes$
2580 {
2581  LISTNAME="AWHOIS-P (Privacy.ca)"
2582  LISTRESPONSE="127\.0\.0\.101"
2583  LISTSCORE="2"
2584  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2585 }
2586
2587 LISTSERVER='localhost'
2588 LOCALDESCRIPTION='Null'
2589}
2590
2591INCLUDERC=${SBDIR}/functions/test-threshold.rc
2592
2593# Check Third External Received Domain.
2594#
2595:0
2596* LT2 ?? ^yes$
2597* AWHWHATCHECK ?? ^(ALL|RECEIVED)$
2598* ! THIRDEXDOMAIN ?? ^example\.com$
2599* $ ! THIRDEXDOMAIN ?? ${FIRSTEXDOMAIN}
2600* $ ! THIRDEXDOMAIN ?? ${SECONDEXDOMAIN}
2601{
2602 LT5=no
2603 LOCALDESCRIPTION="Received Domain:"
2604 LOCALCHECK=${THIRDEXDOMAIN}
2605 LISTSERVER="list.anonwhois.net"
2606
2607 :0
2608 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
2609
2610 :0
2611 * AWH002CHECK ?? ^yes$
2612 {
2613  LISTNAME="AWHOIS-P (1&1 Private Registration)"
2614  LISTRESPONSE="127\.0\.0\.2"
2615  LISTSCORE="2"
2616  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2617 }
2618
2619 :0
2620 * LT5 ?? ^no$
2621 * AWH003CHECK ?? ^yes$
2622 {
2623  LISTNAME="AWHOIS-P (Whois Privacy Protection Service)"
2624  LISTRESPONSE="127\.0\.0\.3"
2625  LISTSCORE="2"
2626  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2627 }
2628
2629 :0
2630 * LT5 ?? ^no$
2631 * AWH004CHECK ?? ^yes$
2632 {
2633  LISTNAME="AWHOIS-P (Network Solutions Private Registration)"
2634  LISTRESPONSE="127\.0\.0\.4"
2635  LISTSCORE="2"
2636  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2637 }
2638
2639 :0
2640 * LT5 ?? ^no$
2641 * AWH005CHECK ?? ^yes$
2642 {
2643  LISTNAME="AWHOIS-P (SecureWhois)"
2644  LISTRESPONSE="127\.0\.0\.5"
2645  LISTSCORE="2"
2646  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2647 }
2648
2649 :0
2650 * LT5 ?? ^no$
2651 * AWH007CHECK ?? ^yes$
2652 {
2653  LISTNAME="AWHOIS-P (PrivacyPost)"
2654  LISTRESPONSE="127\.0\.0\.7"
2655  LISTSCORE="2"
2656  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2657 }
2658
2659 :0
2660 * LT5 ?? ^no$
2661 * AWH008CHECK ?? ^yes$
2662 {
2663  LISTNAME="AWHOIS-P (Dreamhost Private Registration)"
2664  LISTRESPONSE="127\.0\.0\.8"
2665  LISTSCORE="2"
2666  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2667 }
2668
2669 :0
2670 * LT5 ?? ^no$
2671 * AWH010CHECK ?? ^yes$
2672 {
2673  LISTNAME="AWHOIS-P (Domain Escrow Services)"
2674  LISTRESPONSE="127\.0\.0\.10"
2675  LISTSCORE="2"
2676  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2677 }
2678
2679 :0
2680 * LT5 ?? ^no$
2681 * AWH011CHECK ?? ^yes$
2682 {
2683  LISTNAME="AWHOIS-P (Moniker Private Registration)"
2684  LISTRESPONSE="127\.0\.0\.11"
2685  LISTSCORE="2"
2686  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2687 }
2688
2689 :0
2690 * LT5 ?? ^no$
2691 * AWH012CHECK ?? ^yes$
2692 {
2693  LISTNAME="AWHOIS-P (SafeNames)"
2694  LISTRESPONSE="127\.0\.0\.12"
2695  LISTSCORE="2"
2696  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2697 }
2698
2699 :0
2700 * LT5 ?? ^no$
2701 * AWH013CHECK ?? ^yes$
2702 {
2703  LISTNAME="AWHOIS-P (Unlisted-Whois.com)"
2704  LISTRESPONSE="127\.0\.0\.13"
2705  LISTSCORE="2"
2706  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2707 }
2708
2709 :0
2710 * LT5 ?? ^no$
2711 * AWH015CHECK ?? ^yes$
2712 {
2713  LISTNAME="AWHOIS-P (Domains by Proxy)"
2714  LISTRESPONSE="127\.0\.0\.15"
2715  LISTSCORE="2"
2716  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2717 }
2718
2719 :0
2720 * LT5 ?? ^no$
2721 * AWH016CHECK ?? ^yes$
2722 {
2723  LISTNAME="AWHOIS-P (Whois Identity Shield)"
2724  LISTRESPONSE="127\.0\.0\.16"
2725  LISTSCORE="2"
2726  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2727 }
2728
2729 :0
2730 * LT5 ?? ^no$
2731 * AWH017CHECK ?? ^yes$
2732 {
2733  LISTNAME="AWHOIS-P (MyPrivateRegistration.com)"
2734  LISTRESPONSE="127\.0\.0\.17"
2735  LISTSCORE="2"
2736  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2737 }
2738
2739 :0
2740 * LT5 ?? ^no$
2741 * AWH018CHECK ?? ^yes$
2742 {
2743  LISTNAME="AWHOIS-P (WhoisGuard)"
2744  LISTRESPONSE="127\.0\.0\.18"
2745  LISTSCORE="2"
2746  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2747 }
2748
2749 :0
2750 * LT5 ?? ^no$
2751 * AWH020CHECK ?? ^yes$
2752 {
2753  LISTNAME="AWHOIS-P (WhoisProtector)"
2754  LISTRESPONSE="127\.0\.0\.20"
2755  LISTSCORE="2"
2756  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2757 }
2758
2759 :0
2760 * LT5 ?? ^no$
2761 * AWH021CHECK ?? ^yes$
2762 {
2763  LISTNAME="AWHOIS-P (Secure Whois Information Service)"
2764  LISTRESPONSE="127\.0\.0\.21"
2765  LISTSCORE="2"
2766  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2767 }
2768
2769 :0
2770 * LT5 ?? ^no$
2771 * AWH022CHECK ?? ^yes$
2772 {
2773  LISTNAME="AWHOIS-P (CrazyTroll.com ID Protect)"
2774  LISTRESPONSE="127\.0\.0\.22"
2775  LISTSCORE="2"
2776  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2777 }
2778
2779 :0
2780 * LT5 ?? ^no$
2781 * AWH023CHECK ?? ^yes$
2782 {
2783  LISTNAME="AWHOIS-P (SRS Plus Private Registration)"
2784  LISTRESPONSE="127\.0\.0\.23"
2785  LISTSCORE="2"
2786  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2787 }
2788
2789 :0
2790 * LT5 ?? ^no$
2791 * AWH024CHECK ?? ^yes$
2792 {
2793  LISTNAME="AWHOIS-P (DomainPrivacyCorp.com)"
2794  LISTRESPONSE="127\.0\.0\.24"
2795  LISTSCORE="2"
2796  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2797 }
2798
2799 :0
2800 * LT5 ?? ^no$
2801 * AWH025CHECK ?? ^yes$
2802 {
2803  LISTNAME="AWHOIS-P (Finexe Domain Proxy Service)"
2804  LISTRESPONSE="127\.0\.0\.25"
2805  LISTSCORE="2"
2806  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2807 }
2808
2809 :0
2810 * LT5 ?? ^no$
2811 * AWH026CHECK ?? ^yes$
2812 {
2813  LISTNAME="AWHOIS-P (DROA Private Registration)"
2814  LISTRESPONSE="127\.0\.0\.26"
2815  LISTSCORE="2"
2816  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2817 }
2818
2819 :0
2820 * LT5 ?? ^no$
2821 * AWH027CHECK ?? ^yes$
2822 {
2823  LISTNAME="AWHOIS-P (Dynadot Privacy Registration)"
2824  LISTRESPONSE="127\.0\.0\.27"
2825  LISTSCORE="2"
2826  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2827 }
2828
2829 :0
2830 * LT5 ?? ^no$
2831 * AWH028CHECK ?? ^yes$
2832 {
2833  LISTNAME="AWHOIS-P (LNOA WHOIS Privacy Registration)"
2834  LISTRESPONSE="127\.0\.0\.28"
2835  LISTSCORE="2"
2836  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2837 }
2838
2839 :0
2840 * LT5 ?? ^no$
2841 * AWH029CHECK ?? ^yes$
2842 {
2843  LISTNAME="AWHOIS-P (GKG.NET Domain Proxy Service)"
2844  LISTRESPONSE="127\.0\.0\.29"
2845  LISTSCORE="2"
2846  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2847 }
2848
2849 :0
2850 * LT5 ?? ^no$
2851 * AWH030CHECK ?? ^yes$
2852 {
2853  LISTNAME="AWHOIS-P (Register4Less Privacy Registration)"
2854  LISTRESPONSE="127\.0\.0\.30"
2855  LISTSCORE="2"
2856  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2857 }
2858
2859 :0
2860 * LT5 ?? ^no$
2861 * AWH031CHECK ?? ^yes$
2862 {
2863  LISTNAME="AWHOIS-P (Katz Global Domain Name Trust)"
2864  LISTRESPONSE="127\.0\.0\.31"
2865  LISTSCORE="2"
2866  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2867 }
2868
2869 :0
2870 * LT5 ?? ^no$
2871 * AWH033CHECK ?? ^yes$
2872 {
2873  LISTNAME="AWHOIS-P (Domain Listing Agent)"
2874  LISTRESPONSE="127\.0\.0\.33"
2875  LISTSCORE="2"
2876  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2877 }
2878
2879 :0
2880 * LT5 ?? ^no$
2881 * AWH034CHECK ?? ^yes$
2882 {
2883  LISTNAME="AWHOIS-P (MapName.com)"
2884  LISTRESPONSE="127\.0\.0\.34"
2885  LISTSCORE="2"
2886  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2887 }
2888
2889 :0
2890 * LT5 ?? ^no$
2891 * AWH037CHECK ?? ^yes$
2892 {
2893  LISTNAME="AWHOIS-P (ContactPrivacy.com)"
2894  LISTRESPONSE="127\.0\.0\.37"
2895  LISTSCORE="2"
2896  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2897 }
2898
2899 :0
2900 * LT5 ?? ^no$
2901 * AWH038CHECK ?? ^yes$
2902 {
2903  LISTNAME="AWHOIS-P (Privacy-Domain.com)"
2904  LISTRESPONSE="127\.0\.0\.38"
2905  LISTSCORE="2"
2906  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2907 }
2908
2909 :0
2910 * LT5 ?? ^no$
2911 * AWH041CHECK ?? ^yes$
2912 {
2913  LISTNAME="AWHOIS-P (NOLDC, Inc.)"
2914  LISTRESPONSE="127\.0\.0\.41"
2915  LISTSCORE="2"
2916  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2917 }
2918
2919 :0
2920 * LT5 ?? ^no$
2921 * AWH042CHECK ?? ^yes$
2922 {
2923  LISTNAME="AWHOIS-P (NetIdentity)"
2924  LISTRESPONSE="127\.0\.0\.42"
2925  LISTSCORE="2"
2926  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2927 }
2928
2929 :0
2930 * LT5 ?? ^no$
2931 * AWH045CHECK ?? ^yes$
2932 {
2933  LISTNAME="AWHOIS-P (Domain Discreet)"
2934  LISTRESPONSE="127\.0\.0\.45"
2935  LISTSCORE="2"
2936  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2937 }
2938
2939 :0
2940 * LT5 ?? ^no$
2941 * AWH046CHECK ?? ^yes$
2942 {
2943  LISTNAME="AWHOIS-P (Global Internet Private Registration)"
2944  LISTRESPONSE="127\.0\.0\.46"
2945  LISTSCORE="2"
2946  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2947 }
2948
2949 :0
2950 * LT5 ?? ^no$
2951 * AWH048CHECK ?? ^yes$
2952 {
2953  LISTNAME="AWHOIS-P (BLCC Gold Anonymous Domain Trust)"
2954  LISTRESPONSE="127\.0\.0\.48"
2955  LISTSCORE="2"
2956  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2957 }
2958
2959 :0
2960 * LT5 ?? ^no$
2961 * AWH049CHECK ?? ^yes$
2962 {
2963  LISTNAME="AWHOIS-P (Webmasters.com Private Registration)"
2964  LISTRESPONSE="127\.0\.0\.49"
2965  LISTSCORE="2"
2966  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2967 }
2968
2969 :0
2970 * LT5 ?? ^no$
2971 * AWH051CHECK ?? ^yes$
2972 {
2973  LISTNAME="AWHOIS-P (Shielded WHOIS)"
2974  LISTRESPONSE="127\.0\.0\.51"
2975  LISTSCORE="2"
2976  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2977 }
2978
2979 :0
2980 * LT5 ?? ^no$
2981 * AWH052CHECK ?? ^yes$
2982 {
2983  LISTNAME="AWHOIS-P (ID Domain Privacy Network)"
2984  LISTRESPONSE="127\.0\.0\.52"
2985  LISTSCORE="2"
2986  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2987 }
2988
2989 :0
2990 * LT5 ?? ^no$
2991 * AWH053CHECK ?? ^yes$
2992 {
2993  LISTNAME="AWHOIS-P (BlueHost.com Domain Privacy Registration)"
2994  LISTRESPONSE="127\.0\.0\.53"
2995  LISTSCORE="2"
2996  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
2997 }
2998
2999 :0
3000 * LT5 ?? ^no$
3001 * AWH054CHECK ?? ^yes$
3002 {
3003  LISTNAME="AWHOIS-P (Jumpline Whois Privacy Registration)"
3004  LISTRESPONSE="127\.0\.0\.54"
3005  LISTSCORE="2"
3006  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3007 }
3008
3009 :0
3010 * LT5 ?? ^no$
3011 * AWH055CHECK ?? ^yes$
3012 {
3013  LISTNAME="AWHOIS-P (PerfectPrivacy.com)"
3014  LISTRESPONSE="127\.0\.0\.55"
3015  LISTSCORE="2"
3016  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3017 }
3018
3019 :0
3020 * LT5 ?? ^no$
3021 * AWH057CHECK ?? ^yes$
3022 {
3023  LISTNAME="AWHOIS-P (PrivacyProtect.org)"
3024  LISTRESPONSE="127\.0\.0\.57"
3025  LISTSCORE="2"
3026  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3027 }
3028
3029 :0
3030 * LT5 ?? ^no$
3031 * AWH058CHECK ?? ^yes$
3032 {
3033  LISTNAME="AWHOIS-P (NameNation.com Privacy Registration)"
3034  LISTRESPONSE="127\.0\.0\.58"
3035  LISTSCORE="2"
3036  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3037 }
3038
3039 :0
3040 * LT5 ?? ^no$
3041 * AWH060CHECK ?? ^yes$
3042 {
3043  LISTNAME="AWHOIS-P (Protected Domain Services Registration)"
3044  LISTRESPONSE="127\.0\.0\.60"
3045  LISTSCORE="2"
3046  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3047 }
3048
3049 :0
3050 * LT5 ?? ^no$
3051 * AWH061CHECK ?? ^yes$
3052 {
3053  LISTNAME="AWHOIS-P (Affiliate Industry Protected WHOIS)"
3054  LISTRESPONSE="127\.0\.0\.61"
3055  LISTSCORE="2"
3056  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3057 }
3058
3059 :0
3060 * LT5 ?? ^no$
3061 * AWH062CHECK ?? ^yes$
3062 {
3063  LISTNAME="AWHOIS-P (DomainIt Private Registration)"
3064  LISTRESPONSE="127\.0\.0\.62"
3065  LISTSCORE="2"
3066  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3067 }
3068
3069 :0
3070 * LT5 ?? ^no$
3071 * AWH063CHECK ?? ^yes$
3072 {
3073  LISTNAME="AWHOIS-P (AnonDNS.org)"
3074  LISTRESPONSE="127\.0\.0\.63"
3075  LISTSCORE="2"
3076  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3077 }
3078
3079 :0
3080 * LT5 ?? ^no$
3081 * AWH065CHECK ?? ^yes$
3082 {
3083  LISTNAME="AWHOIS-P (SiteSteward.com Private Registration)"
3084  LISTRESPONSE="127\.0\.0\.65"
3085  LISTSCORE="2"
3086  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3087 }
3088
3089 :0
3090 * LT5 ?? ^no$
3091 * AWH066CHECK ?? ^yes$
3092 {
3093  LISTNAME="AWHOIS-P (Name Administration)"
3094  LISTRESPONSE="127\.0\.0\.66"
3095  LISTSCORE="2"
3096  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3097 }
3098
3099 :0
3100 * LT5 ?? ^no$
3101 * AWH067CHECK ?? ^yes$
3102 {
3103  LISTNAME="AWHOIS-P (PrivateDomainRegistrations/Gary Reed)"
3104  LISTRESPONSE="127\.0\.0\.67"
3105  LISTSCORE="2"
3106  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3107 }
3108
3109 :0
3110 * LT5 ?? ^no$
3111 * AWH068CHECK ?? ^yes$
3112 {
3113  LISTNAME="AWHOIS-P (CSMJBS Enterprises)"
3114  LISTRESPONSE="127\.0\.0\.68"
3115  LISTSCORE="2"
3116  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3117 }
3118
3119 :0
3120 * LT5 ?? ^no$
3121 * AWH069CHECK ?? ^yes$
3122 {
3123  LISTNAME="AWHOIS-P (Domain-Privacy.net)"
3124  LISTRESPONSE="127\.0\.0\.69"
3125  LISTSCORE="2"
3126  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3127 }
3128
3129 :0
3130 * LT5 ?? ^no$
3131 * AWH070CHECK ?? ^yes$
3132 {
3133  LISTNAME="AWHOIS-P (TakeBackPrivacy.net)"
3134  LISTRESPONSE="127\.0\.0\.70"
3135  LISTSCORE="2"
3136  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3137 }
3138
3139 :0
3140 * LT5 ?? ^no$
3141 * AWH071CHECK ?? ^yes$
3142 {
3143  LISTNAME="AWHOIS-P (Tiger Tech Private Registration)"
3144  LISTRESPONSE="127\.0\.0\.71"
3145  LISTSCORE="2"
3146  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3147 }
3148
3149 :0
3150 * LT5 ?? ^no$
3151 * AWH072CHECK ?? ^yes$
3152 {
3153  LISTNAME="AWHOIS-P (WhoisCover)"
3154  LISTRESPONSE="127\.0\.0\.72"
3155  LISTSCORE="2"
3156  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3157 }
3158
3159 :0
3160 * LT5 ?? ^no$
3161 * AWH073CHECK ?? ^yes$
3162 {
3163  LISTNAME="AWHOIS-P (Whois Proof)"
3164  LISTRESPONSE="127\.0\.0\.73"
3165  LISTSCORE="2"
3166  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3167 }
3168
3169 :0
3170 * LT5 ?? ^no$
3171 * AWH074CHECK ?? ^yes$
3172 {
3173  LISTNAME="AWHOIS-P (DomainProtect LLC Whois Privacy Service)"
3174  LISTRESPONSE="127\.0\.0\.74"
3175  LISTSCORE="2"
3176  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3177 }
3178
3179 :0
3180 * LT5 ?? ^no$
3181 * AWH075CHECK ?? ^yes$
3182 {
3183  LISTNAME="AWHOIS-P (Privacy Protection Services)"
3184  LISTRESPONSE="127\.0\.0\.75"
3185  LISTSCORE="2"
3186  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3187 }
3188
3189 :0
3190 * LT5 ?? ^no$
3191 * AWH076CHECK ?? ^yes$
3192 {
3193  LISTNAME="AWHOIS-P (PocketDomain Domain Privacy Registration)"
3194  LISTRESPONSE="127\.0\.0\.76"
3195  LISTSCORE="2"
3196  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3197 }
3198
3199 :0
3200 * LT5 ?? ^no$
3201 * AWH077CHECK ?? ^yes$
3202 {
3203  LISTNAME="AWHOIS-P (SecretRegistration.com)"
3204  LISTRESPONSE="127\.0\.0\.77"
3205  LISTSCORE="2"
3206  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3207 }
3208
3209 :0
3210 * LT5 ?? ^no$
3211 * AWH078CHECK ?? ^yes$
3212 {
3213  LISTNAME="AWHOIS-P (EasySpacePrivacy.com)"
3214  LISTRESPONSE="127\.0\.0\.78"
3215  LISTSCORE="2"
3216  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3217 }
3218
3219 :0
3220 * LT5 ?? ^no$
3221 * AWH082CHECK ?? ^yes$
3222 {
3223  LISTNAME="AWHOIS-P (Dynamic Dolphin)"
3224  LISTRESPONSE="127\.0\.0\.82"
3225  LISTSCORE="2"
3226  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3227 }
3228
3229 :0
3230 * LT5 ?? ^no$
3231 * AWH100CHECK ?? ^yes$
3232 {
3233  LISTNAME="AWHOIS-P (RespectMyPrivacy, LLC)"
3234  LISTRESPONSE="127\.0\.0\.100"
3235  LISTSCORE="2"
3236  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3237 }
3238
3239 :0
3240 * LT5 ?? ^no$
3241 * AWH101CHECK ?? ^yes$
3242 {
3243  LISTNAME="AWHOIS-P (Privacy.ca)"
3244  LISTRESPONSE="127\.0\.0\.101"
3245  LISTSCORE="2"
3246  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3247 }
3248
3249 LISTSERVER='localhost'
3250 LOCALDESCRIPTION='Null'
3251}
3252
3253INCLUDERC=${SBDIR}/functions/test-threshold.rc
3254
3255# Check Fourth External Received Domain.
3256#
3257:0
3258* LT2 ?? ^yes$
3259* AWHWHATCHECK ?? ^(ALL|RECEIVED)$
3260* ! FOURTHEXDOMAIN ?? ^example\.com$
3261* $ ! FOURTHEXDOMAIN ?? ${FIRSTEXDOMAIN}
3262* $ ! FOURTHEXDOMAIN ?? ${SECONDEXDOMAIN}
3263* $ ! FOURTHEXDOMAIN ?? ${THIRDEXDOMAIN}
3264{
3265 LT5=no
3266 LOCALDESCRIPTION="Received Domain:"
3267 LOCALCHECK=${FOURTHEXDOMAIN}
3268 LISTSERVER="list.anonwhois.net"
3269
3270 :0
3271 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
3272
3273 :0
3274 * AWH002CHECK ?? ^yes$
3275 {
3276  LISTNAME="AWHOIS-P (1&1 Private Registration)"
3277  LISTRESPONSE="127\.0\.0\.2"
3278  LISTSCORE="2"
3279  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3280 }
3281
3282 :0
3283 * LT5 ?? ^no$
3284 * AWH003CHECK ?? ^yes$
3285 {
3286  LISTNAME="AWHOIS-P (Whois Privacy Protection Service)"
3287  LISTRESPONSE="127\.0\.0\.3"
3288  LISTSCORE="2"
3289  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3290 }
3291
3292 :0
3293 * LT5 ?? ^no$
3294 * AWH004CHECK ?? ^yes$
3295 {
3296  LISTNAME="AWHOIS-P (Network Solutions Private Registration)"
3297  LISTRESPONSE="127\.0\.0\.4"
3298  LISTSCORE="2"
3299  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3300 }
3301
3302 :0
3303 * LT5 ?? ^no$
3304 * AWH005CHECK ?? ^yes$
3305 {
3306  LISTNAME="AWHOIS-P (SecureWhois)"
3307  LISTRESPONSE="127\.0\.0\.5"
3308  LISTSCORE="2"
3309  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3310 }
3311
3312 :0
3313 * LT5 ?? ^no$
3314 * AWH007CHECK ?? ^yes$
3315 {
3316  LISTNAME="AWHOIS-P (PrivacyPost)"
3317  LISTRESPONSE="127\.0\.0\.7"
3318  LISTSCORE="2"
3319  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3320 }
3321
3322 :0
3323 * LT5 ?? ^no$
3324 * AWH008CHECK ?? ^yes$
3325 {
3326  LISTNAME="AWHOIS-P (Dreamhost Private Registration)"
3327  LISTRESPONSE="127\.0\.0\.8"
3328  LISTSCORE="2"
3329  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3330 }
3331
3332 :0
3333 * LT5 ?? ^no$
3334 * AWH010CHECK ?? ^yes$
3335 {
3336  LISTNAME="AWHOIS-P (Domain Escrow Services)"
3337  LISTRESPONSE="127\.0\.0\.10"
3338  LISTSCORE="2"
3339  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3340 }
3341
3342 :0
3343 * LT5 ?? ^no$
3344 * AWH011CHECK ?? ^yes$
3345 {
3346  LISTNAME="AWHOIS-P (Moniker Private Registration)"
3347  LISTRESPONSE="127\.0\.0\.11"
3348  LISTSCORE="2"
3349  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3350 }
3351
3352 :0
3353 * LT5 ?? ^no$
3354 * AWH012CHECK ?? ^yes$
3355 {
3356  LISTNAME="AWHOIS-P (SafeNames)"
3357  LISTRESPONSE="127\.0\.0\.12"
3358  LISTSCORE="2"
3359  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3360 }
3361
3362 :0
3363 * LT5 ?? ^no$
3364 * AWH013CHECK ?? ^yes$
3365 {
3366  LISTNAME="AWHOIS-P (Unlisted-Whois.com)"
3367  LISTRESPONSE="127\.0\.0\.13"
3368  LISTSCORE="2"
3369  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3370 }
3371
3372 :0
3373 * LT5 ?? ^no$
3374 * AWH015CHECK ?? ^yes$
3375 {
3376  LISTNAME="AWHOIS-P (Domains by Proxy)"
3377  LISTRESPONSE="127\.0\.0\.15"
3378  LISTSCORE="2"
3379  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3380 }
3381
3382 :0
3383 * LT5 ?? ^no$
3384 * AWH016CHECK ?? ^yes$
3385 {
3386  LISTNAME="AWHOIS-P (Whois Identity Shield)"
3387  LISTRESPONSE="127\.0\.0\.16"
3388  LISTSCORE="2"
3389  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3390 }
3391
3392 :0
3393 * LT5 ?? ^no$
3394 * AWH017CHECK ?? ^yes$
3395 {
3396  LISTNAME="AWHOIS-P (MyPrivateRegistration.com)"
3397  LISTRESPONSE="127\.0\.0\.17"
3398  LISTSCORE="2"
3399  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3400 }
3401
3402 :0
3403 * LT5 ?? ^no$
3404 * AWH018CHECK ?? ^yes$
3405 {
3406  LISTNAME="AWHOIS-P (WhoisGuard)"
3407  LISTRESPONSE="127\.0\.0\.18"
3408  LISTSCORE="2"
3409  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3410 }
3411
3412 :0
3413 * LT5 ?? ^no$
3414 * AWH020CHECK ?? ^yes$
3415 {
3416  LISTNAME="AWHOIS-P (WhoisProtector)"
3417  LISTRESPONSE="127\.0\.0\.20"
3418  LISTSCORE="2"
3419  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3420 }
3421
3422 :0
3423 * LT5 ?? ^no$
3424 * AWH021CHECK ?? ^yes$
3425 {
3426  LISTNAME="AWHOIS-P (Secure Whois Information Service)"
3427  LISTRESPONSE="127\.0\.0\.21"
3428  LISTSCORE="2"
3429  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3430 }
3431
3432 :0
3433 * LT5 ?? ^no$
3434 * AWH022CHECK ?? ^yes$
3435 {
3436  LISTNAME="AWHOIS-P (CrazyTroll.com ID Protect)"
3437  LISTRESPONSE="127\.0\.0\.22"
3438  LISTSCORE="2"
3439  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3440 }
3441
3442 :0
3443 * LT5 ?? ^no$
3444 * AWH023CHECK ?? ^yes$
3445 {
3446  LISTNAME="AWHOIS-P (SRS Plus Private Registration)"
3447  LISTRESPONSE="127\.0\.0\.23"
3448  LISTSCORE="2"
3449  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3450 }
3451
3452 :0
3453 * LT5 ?? ^no$
3454 * AWH024CHECK ?? ^yes$
3455 {
3456  LISTNAME="AWHOIS-P (DomainPrivacyCorp.com)"
3457  LISTRESPONSE="127\.0\.0\.24"
3458  LISTSCORE="2"
3459  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3460 }
3461
3462 :0
3463 * LT5 ?? ^no$
3464 * AWH025CHECK ?? ^yes$
3465 {
3466  LISTNAME="AWHOIS-P (Finexe Domain Proxy Service)"
3467  LISTRESPONSE="127\.0\.0\.25"
3468  LISTSCORE="2"
3469  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3470 }
3471
3472 :0
3473 * LT5 ?? ^no$
3474 * AWH026CHECK ?? ^yes$
3475 {
3476  LISTNAME="AWHOIS-P (DROA Private Registration)"
3477  LISTRESPONSE="127\.0\.0\.26"
3478  LISTSCORE="2"
3479  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3480 }
3481
3482 :0
3483 * LT5 ?? ^no$
3484 * AWH027CHECK ?? ^yes$
3485 {
3486  LISTNAME="AWHOIS-P (Dynadot Privacy Registration)"
3487  LISTRESPONSE="127\.0\.0\.27"
3488  LISTSCORE="2"
3489  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3490 }
3491
3492 :0
3493 * LT5 ?? ^no$
3494 * AWH028CHECK ?? ^yes$
3495 {
3496  LISTNAME="AWHOIS-P (LNOA WHOIS Privacy Registration)"
3497  LISTRESPONSE="127\.0\.0\.28"
3498  LISTSCORE="2"
3499  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3500 }
3501
3502 :0
3503 * LT5 ?? ^no$
3504 * AWH029CHECK ?? ^yes$
3505 {
3506  LISTNAME="AWHOIS-P (GKG.NET Domain Proxy Service)"
3507  LISTRESPONSE="127\.0\.0\.29"
3508  LISTSCORE="2"
3509  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3510 }
3511
3512 :0
3513 * LT5 ?? ^no$
3514 * AWH030CHECK ?? ^yes$
3515 {
3516  LISTNAME="AWHOIS-P (Register4Less Privacy Registration)"
3517  LISTRESPONSE="127\.0\.0\.30"
3518  LISTSCORE="2"
3519  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3520 }
3521
3522 :0
3523 * LT5 ?? ^no$
3524 * AWH031CHECK ?? ^yes$
3525 {
3526  LISTNAME="AWHOIS-P (Katz Global Domain Name Trust)"
3527  LISTRESPONSE="127\.0\.0\.31"
3528  LISTSCORE="2"
3529  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3530 }
3531
3532 :0
3533 * LT5 ?? ^no$
3534 * AWH033CHECK ?? ^yes$
3535 {
3536  LISTNAME="AWHOIS-P (Domain Listing Agent)"
3537  LISTRESPONSE="127\.0\.0\.33"
3538  LISTSCORE="2"
3539  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3540 }
3541
3542 :0
3543 * LT5 ?? ^no$
3544 * AWH034CHECK ?? ^yes$
3545 {
3546  LISTNAME="AWHOIS-P (MapName.com)"
3547  LISTRESPONSE="127\.0\.0\.34"
3548  LISTSCORE="2"
3549  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3550 }
3551
3552 :0
3553 * LT5 ?? ^no$
3554 * AWH037CHECK ?? ^yes$
3555 {
3556  LISTNAME="AWHOIS-P (ContactPrivacy.com)"
3557  LISTRESPONSE="127\.0\.0\.37"
3558  LISTSCORE="2"
3559  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3560 }
3561
3562 :0
3563 * LT5 ?? ^no$
3564 * AWH038CHECK ?? ^yes$
3565 {
3566  LISTNAME="AWHOIS-P (Privacy-Domain.com)"
3567  LISTRESPONSE="127\.0\.0\.38"
3568  LISTSCORE="2"
3569  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3570 }
3571
3572 :0
3573 * LT5 ?? ^no$
3574 * AWH041CHECK ?? ^yes$
3575 {
3576  LISTNAME="AWHOIS-P (NOLDC, Inc.)"
3577  LISTRESPONSE="127\.0\.0\.41"
3578  LISTSCORE="2"
3579  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3580 }
3581
3582 :0
3583 * LT5 ?? ^no$
3584 * AWH042CHECK ?? ^yes$
3585 {
3586  LISTNAME="AWHOIS-P (NetIdentity)"
3587  LISTRESPONSE="127\.0\.0\.42"
3588  LISTSCORE="2"
3589  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3590 }
3591
3592 :0
3593 * LT5 ?? ^no$
3594 * AWH045CHECK ?? ^yes$
3595 {
3596  LISTNAME="AWHOIS-P (Domain Discreet)"
3597  LISTRESPONSE="127\.0\.0\.45"
3598  LISTSCORE="2"
3599  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3600 }
3601
3602 :0
3603 * LT5 ?? ^no$
3604 * AWH046CHECK ?? ^yes$
3605 {
3606  LISTNAME="AWHOIS-P (Global Internet Private Registration)"
3607  LISTRESPONSE="127\.0\.0\.46"
3608  LISTSCORE="2"
3609  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3610 }
3611
3612 :0
3613 * LT5 ?? ^no$
3614 * AWH048CHECK ?? ^yes$
3615 {
3616  LISTNAME="AWHOIS-P (BLCC Gold Anonymous Domain Trust)"
3617  LISTRESPONSE="127\.0\.0\.48"
3618  LISTSCORE="2"
3619  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3620 }
3621
3622 :0
3623 * LT5 ?? ^no$
3624 * AWH049CHECK ?? ^yes$
3625 {
3626  LISTNAME="AWHOIS-P (Webmasters.com Private Registration)"
3627  LISTRESPONSE="127\.0\.0\.49"
3628  LISTSCORE="2"
3629  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3630 }
3631
3632 :0
3633 * LT5 ?? ^no$
3634 * AWH051CHECK ?? ^yes$
3635 {
3636  LISTNAME="AWHOIS-P (Shielded WHOIS)"
3637  LISTRESPONSE="127\.0\.0\.51"
3638  LISTSCORE="2"
3639  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3640 }
3641
3642 :0
3643 * LT5 ?? ^no$
3644 * AWH052CHECK ?? ^yes$
3645 {
3646  LISTNAME="AWHOIS-P (ID Domain Privacy Network)"
3647  LISTRESPONSE="127\.0\.0\.52"
3648  LISTSCORE="2"
3649  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3650 }
3651
3652 :0
3653 * LT5 ?? ^no$
3654 * AWH053CHECK ?? ^yes$
3655 {
3656  LISTNAME="AWHOIS-P (BlueHost.com Domain Privacy Registration)"
3657  LISTRESPONSE="127\.0\.0\.53"
3658  LISTSCORE="2"
3659  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3660 }
3661
3662 :0
3663 * LT5 ?? ^no$
3664 * AWH054CHECK ?? ^yes$
3665 {
3666  LISTNAME="AWHOIS-P (Jumpline Whois Privacy Registration)"
3667  LISTRESPONSE="127\.0\.0\.54"
3668  LISTSCORE="2"
3669  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3670 }
3671
3672 :0
3673 * LT5 ?? ^no$
3674 * AWH055CHECK ?? ^yes$
3675 {
3676  LISTNAME="AWHOIS-P (PerfectPrivacy.com)"
3677  LISTRESPONSE="127\.0\.0\.55"
3678  LISTSCORE="2"
3679  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3680 }
3681
3682 :0
3683 * LT5 ?? ^no$
3684 * AWH057CHECK ?? ^yes$
3685 {
3686  LISTNAME="AWHOIS-P (PrivacyProtect.org)"
3687  LISTRESPONSE="127\.0\.0\.57"
3688  LISTSCORE="2"
3689  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3690 }
3691
3692 :0
3693 * LT5 ?? ^no$
3694 * AWH058CHECK ?? ^yes$
3695 {
3696  LISTNAME="AWHOIS-P (NameNation.com Privacy Registration)"
3697  LISTRESPONSE="127\.0\.0\.58"
3698  LISTSCORE="2"
3699  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3700 }
3701
3702 :0
3703 * LT5 ?? ^no$
3704 * AWH060CHECK ?? ^yes$
3705 {
3706  LISTNAME="AWHOIS-P (Protected Domain Services Registration)"
3707  LISTRESPONSE="127\.0\.0\.60"
3708  LISTSCORE="2"
3709  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3710 }
3711
3712 :0
3713 * LT5 ?? ^no$
3714 * AWH061CHECK ?? ^yes$
3715 {
3716  LISTNAME="AWHOIS-P (Affiliate Industry Protected WHOIS)"
3717  LISTRESPONSE="127\.0\.0\.61"
3718  LISTSCORE="2"
3719  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3720 }
3721
3722 :0
3723 * LT5 ?? ^no$
3724 * AWH062CHECK ?? ^yes$
3725 {
3726  LISTNAME="AWHOIS-P (DomainIt Private Registration)"
3727  LISTRESPONSE="127\.0\.0\.62"
3728  LISTSCORE="2"
3729  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3730 }
3731
3732 :0
3733 * LT5 ?? ^no$
3734 * AWH063CHECK ?? ^yes$
3735 {
3736  LISTNAME="AWHOIS-P (AnonDNS.org)"
3737  LISTRESPONSE="127\.0\.0\.63"
3738  LISTSCORE="2"
3739  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3740 }
3741
3742 :0
3743 * LT5 ?? ^no$
3744 * AWH065CHECK ?? ^yes$
3745 {
3746  LISTNAME="AWHOIS-P (SiteSteward.com Private Registration)"
3747  LISTRESPONSE="127\.0\.0\.65"
3748  LISTSCORE="2"
3749  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3750 }
3751
3752 :0
3753 * LT5 ?? ^no$
3754 * AWH066CHECK ?? ^yes$
3755 {
3756  LISTNAME="AWHOIS-P (Name Administration)"
3757  LISTRESPONSE="127\.0\.0\.66"
3758  LISTSCORE="2"
3759  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3760 }
3761
3762 :0
3763 * LT5 ?? ^no$
3764 * AWH067CHECK ?? ^yes$
3765 {
3766  LISTNAME="AWHOIS-P (PrivateDomainRegistrations/Gary Reed)"
3767  LISTRESPONSE="127\.0\.0\.67"
3768  LISTSCORE="2"
3769  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3770 }
3771
3772 :0
3773 * LT5 ?? ^no$
3774 * AWH068CHECK ?? ^yes$
3775 {
3776  LISTNAME="AWHOIS-P (CSMJBS Enterprises)"
3777  LISTRESPONSE="127\.0\.0\.68"
3778  LISTSCORE="2"
3779  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3780 }
3781
3782 :0
3783 * LT5 ?? ^no$
3784 * AWH069CHECK ?? ^yes$
3785 {
3786  LISTNAME="AWHOIS-P (Domain-Privacy.net)"
3787  LISTRESPONSE="127\.0\.0\.69"
3788  LISTSCORE="2"
3789  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3790 }
3791
3792 :0
3793 * LT5 ?? ^no$
3794 * AWH070CHECK ?? ^yes$
3795 {
3796  LISTNAME="AWHOIS-P (TakeBackPrivacy.net)"
3797  LISTRESPONSE="127\.0\.0\.70"
3798  LISTSCORE="2"
3799  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3800 }
3801
3802 :0
3803 * LT5 ?? ^no$
3804 * AWH071CHECK ?? ^yes$
3805 {
3806  LISTNAME="AWHOIS-P (Tiger Tech Private Registration)"
3807  LISTRESPONSE="127\.0\.0\.71"
3808  LISTSCORE="2"
3809  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3810 }
3811
3812 :0
3813 * LT5 ?? ^no$
3814 * AWH072CHECK ?? ^yes$
3815 {
3816  LISTNAME="AWHOIS-P (WhoisCover)"
3817  LISTRESPONSE="127\.0\.0\.72"
3818  LISTSCORE="2"
3819  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3820 }
3821
3822 :0
3823 * LT5 ?? ^no$
3824 * AWH073CHECK ?? ^yes$
3825 {
3826  LISTNAME="AWHOIS-P (Whois Proof)"
3827  LISTRESPONSE="127\.0\.0\.73"
3828  LISTSCORE="2"
3829  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3830 }
3831
3832 :0
3833 * LT5 ?? ^no$
3834 * AWH074CHECK ?? ^yes$
3835 {
3836  LISTNAME="AWHOIS-P (DomainProtect LLC Whois Privacy Service)"
3837  LISTRESPONSE="127\.0\.0\.74"
3838  LISTSCORE="2"
3839  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3840 }
3841
3842 :0
3843 * LT5 ?? ^no$
3844 * AWH075CHECK ?? ^yes$
3845 {
3846  LISTNAME="AWHOIS-P (Privacy Protection Services)"
3847  LISTRESPONSE="127\.0\.0\.75"
3848  LISTSCORE="2"
3849  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3850 }
3851
3852 :0
3853 * LT5 ?? ^no$
3854 * AWH076CHECK ?? ^yes$
3855 {
3856  LISTNAME="AWHOIS-P (PocketDomain Domain Privacy Registration)"
3857  LISTRESPONSE="127\.0\.0\.76"
3858  LISTSCORE="2"
3859  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3860 }
3861
3862 :0
3863 * LT5 ?? ^no$
3864 * AWH077CHECK ?? ^yes$
3865 {
3866  LISTNAME="AWHOIS-P (SecretRegistration.com)"
3867  LISTRESPONSE="127\.0\.0\.77"
3868  LISTSCORE="2"
3869  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3870 }
3871
3872 :0
3873 * LT5 ?? ^no$
3874 * AWH078CHECK ?? ^yes$
3875 {
3876  LISTNAME="AWHOIS-P (EasySpacePrivacy.com)"
3877  LISTRESPONSE="127\.0\.0\.78"
3878  LISTSCORE="2"
3879  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3880 }
3881
3882 :0
3883 * LT5 ?? ^no$
3884 * AWH082CHECK ?? ^yes$
3885 {
3886  LISTNAME="AWHOIS-P (Dynamic Dolphin)"
3887  LISTRESPONSE="127\.0\.0\.82"
3888  LISTSCORE="2"
3889  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3890 }
3891
3892 :0
3893 * LT5 ?? ^no$
3894 * AWH100CHECK ?? ^yes$
3895 {
3896  LISTNAME="AWHOIS-P (RespectMyPrivacy, LLC)"
3897  LISTRESPONSE="127\.0\.0\.100"
3898  LISTSCORE="2"
3899  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3900 }
3901
3902 :0
3903 * LT5 ?? ^no$
3904 * AWH101CHECK ?? ^yes$
3905 {
3906  LISTNAME="AWHOIS-P (Privacy.ca)"
3907  LISTRESPONSE="127\.0\.0\.101"
3908  LISTSCORE="2"
3909  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3910 }
3911
3912 LISTSERVER='localhost'
3913 LOCALDESCRIPTION='Null'
3914}
3915
3916INCLUDERC=${SBDIR}/functions/test-threshold.rc
3917
3918# Check HELO Domain.
3919#
3920:0
3921* LT2 ?? ^yes$
3922* AWHWHATCHECK ?? ^(ALL|HEADERS)$
3923* ! FIRSTEXHELODOMAIN ?? ^example\.com$
3924* $ ! FIRSTEXHELODOMAIN ?? ${FIRSTEXDOMAIN}
3925* $ ! FIRSTEXHELODOMAIN ?? ${SECONDEXDOMAIN}
3926* $ ! FIRSTEXHELODOMAIN ?? ${THIRDEXDOMAIN}
3927* $ ! FIRSTEXHELODOMAIN ?? ${FOURTHEXDOMAIN}
3928{
3929 LT5=no
3930 LOCALDESCRIPTION="HELO Domain:"
3931 LOCALCHECK=${FIRSTEXHELODOMAIN}
3932 LISTSERVER="list.anonwhois.net"
3933
3934 :0
3935 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
3936
3937 :0
3938 * AWH002CHECK ?? ^yes$
3939 {
3940  LISTNAME="AWHOIS-P (1&1 Private Registration)"
3941  LISTRESPONSE="127\.0\.0\.2"
3942  LISTSCORE="5"
3943  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3944 }
3945
3946 :0
3947 * LT5 ?? ^no$
3948 * AWH003CHECK ?? ^yes$
3949 {
3950  LISTNAME="AWHOIS-P (Whois Privacy Protection Service)"
3951  LISTRESPONSE="127\.0\.0\.3"
3952  LISTSCORE="5"
3953  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3954 }
3955
3956 :0
3957 * LT5 ?? ^no$
3958 * AWH004CHECK ?? ^yes$
3959 {
3960  LISTNAME="AWHOIS-P (Network Solutions Private Registration)"
3961  LISTRESPONSE="127\.0\.0\.4"
3962  LISTSCORE="5"
3963  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3964 }
3965
3966 :0
3967 * LT5 ?? ^no$
3968 * AWH005CHECK ?? ^yes$
3969 {
3970  LISTNAME="AWHOIS-P (SecureWhois)"
3971  LISTRESPONSE="127\.0\.0\.5"
3972  LISTSCORE="5"
3973  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3974 }
3975
3976 :0
3977 * LT5 ?? ^no$
3978 * AWH007CHECK ?? ^yes$
3979 {
3980  LISTNAME="AWHOIS-P (PrivacyPost)"
3981  LISTRESPONSE="127\.0\.0\.7"
3982  LISTSCORE="5"
3983  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3984 }
3985
3986 :0
3987 * LT5 ?? ^no$
3988 * AWH008CHECK ?? ^yes$
3989 {
3990  LISTNAME="AWHOIS-P (Dreamhost Private Registration)"
3991  LISTRESPONSE="127\.0\.0\.8"
3992  LISTSCORE="5"
3993  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
3994 }
3995
3996 :0
3997 * LT5 ?? ^no$
3998 * AWH010CHECK ?? ^yes$
3999 {
4000  LISTNAME="AWHOIS-P (Domain Escrow Services)"
4001  LISTRESPONSE="127\.0\.0\.10"
4002  LISTSCORE="5"
4003  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4004 }
4005
4006 :0
4007 * LT5 ?? ^no$
4008 * AWH011CHECK ?? ^yes$
4009 {
4010  LISTNAME="AWHOIS-P (Moniker Private Registration)"
4011  LISTRESPONSE="127\.0\.0\.11"
4012  LISTSCORE="5"
4013  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4014 }
4015
4016 :0
4017 * LT5 ?? ^no$
4018 * AWH012CHECK ?? ^yes$
4019 {
4020  LISTNAME="AWHOIS-P (SafeNames)"
4021  LISTRESPONSE="127\.0\.0\.12"
4022  LISTSCORE="5"
4023  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4024 }
4025
4026 :0
4027 * LT5 ?? ^no$
4028 * AWH013CHECK ?? ^yes$
4029 {
4030  LISTNAME="AWHOIS-P (Unlisted-Whois.com)"
4031  LISTRESPONSE="127\.0\.0\.13"
4032  LISTSCORE="5"
4033  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4034 }
4035
4036 :0
4037 * LT5 ?? ^no$
4038 * AWH015CHECK ?? ^yes$
4039 {
4040  LISTNAME="AWHOIS-P (Domains by Proxy)"
4041  LISTRESPONSE="127\.0\.0\.15"
4042  LISTSCORE="5"
4043  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4044 }
4045
4046 :0
4047 * LT5 ?? ^no$
4048 * AWH016CHECK ?? ^yes$
4049 {
4050  LISTNAME="AWHOIS-P (Whois Identity Shield)"
4051  LISTRESPONSE="127\.0\.0\.16"
4052  LISTSCORE="5"
4053  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4054 }
4055
4056 :0
4057 * LT5 ?? ^no$
4058 * AWH017CHECK ?? ^yes$
4059 {
4060  LISTNAME="AWHOIS-P (MyPrivateRegistration.com)"
4061  LISTRESPONSE="127\.0\.0\.17"
4062  LISTSCORE="5"
4063  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4064 }
4065
4066 :0
4067 * LT5 ?? ^no$
4068 * AWH018CHECK ?? ^yes$
4069 {
4070  LISTNAME="AWHOIS-P (WhoisGuard)"
4071  LISTRESPONSE="127\.0\.0\.18"
4072  LISTSCORE="5"
4073  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4074 }
4075
4076 :0
4077 * LT5 ?? ^no$
4078 * AWH020CHECK ?? ^yes$
4079 {
4080  LISTNAME="AWHOIS-P (WhoisProtector)"
4081  LISTRESPONSE="127\.0\.0\.20"
4082  LISTSCORE="5"
4083  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4084 }
4085
4086 :0
4087 * LT5 ?? ^no$
4088 * AWH021CHECK ?? ^yes$
4089 {
4090  LISTNAME="AWHOIS-P (Secure Whois Information Service)"
4091  LISTRESPONSE="127\.0\.0\.21"
4092  LISTSCORE="5"
4093  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4094 }
4095
4096 :0
4097 * LT5 ?? ^no$
4098 * AWH022CHECK ?? ^yes$
4099 {
4100  LISTNAME="AWHOIS-P (CrazyTroll.com ID Protect)"
4101  LISTRESPONSE="127\.0\.0\.22"
4102  LISTSCORE="5"
4103  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4104 }
4105
4106 :0
4107 * LT5 ?? ^no$
4108 * AWH023CHECK ?? ^yes$
4109 {
4110  LISTNAME="AWHOIS-P (SRS Plus Private Registration)"
4111  LISTRESPONSE="127\.0\.0\.23"
4112  LISTSCORE="5"
4113  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4114 }
4115
4116 :0
4117 * LT5 ?? ^no$
4118 * AWH024CHECK ?? ^yes$
4119 {
4120  LISTNAME="AWHOIS-P (DomainPrivacyCorp.com)"
4121  LISTRESPONSE="127\.0\.0\.24"
4122  LISTSCORE="5"
4123  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4124 }
4125
4126 :0
4127 * LT5 ?? ^no$
4128 * AWH025CHECK ?? ^yes$
4129 {
4130  LISTNAME="AWHOIS-P (Finexe Domain Proxy Service)"
4131  LISTRESPONSE="127\.0\.0\.25"
4132  LISTSCORE="5"
4133  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4134 }
4135
4136 :0
4137 * LT5 ?? ^no$
4138 * AWH026CHECK ?? ^yes$
4139 {
4140  LISTNAME="AWHOIS-P (DROA Private Registration)"
4141  LISTRESPONSE="127\.0\.0\.26"
4142  LISTSCORE="5"
4143  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4144 }
4145
4146 :0
4147 * LT5 ?? ^no$
4148 * AWH027CHECK ?? ^yes$
4149 {
4150  LISTNAME="AWHOIS-P (Dynadot Privacy Registration)"
4151  LISTRESPONSE="127\.0\.0\.27"
4152  LISTSCORE="5"
4153  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4154 }
4155
4156 :0
4157 * LT5 ?? ^no$
4158 * AWH028CHECK ?? ^yes$
4159 {
4160  LISTNAME="AWHOIS-P (LNOA WHOIS Privacy Registration)"
4161  LISTRESPONSE="127\.0\.0\.28"
4162  LISTSCORE="5"
4163  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4164 }
4165
4166 :0
4167 * LT5 ?? ^no$
4168 * AWH029CHECK ?? ^yes$
4169 {
4170  LISTNAME="AWHOIS-P (GKG.NET Domain Proxy Service)"
4171  LISTRESPONSE="127\.0\.0\.29"
4172  LISTSCORE="5"
4173  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4174 }
4175
4176 :0
4177 * LT5 ?? ^no$
4178 * AWH030CHECK ?? ^yes$
4179 {
4180  LISTNAME="AWHOIS-P (Register4Less Privacy Registration)"
4181  LISTRESPONSE="127\.0\.0\.30"
4182  LISTSCORE="5"
4183  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4184 }
4185
4186 :0
4187 * LT5 ?? ^no$
4188 * AWH031CHECK ?? ^yes$
4189 {
4190  LISTNAME="AWHOIS-P (Katz Global Domain Name Trust)"
4191  LISTRESPONSE="127\.0\.0\.31"
4192  LISTSCORE="5"
4193  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4194 }
4195
4196 :0
4197 * LT5 ?? ^no$
4198 * AWH033CHECK ?? ^yes$
4199 {
4200  LISTNAME="AWHOIS-P (Domain Listing Agent)"
4201  LISTRESPONSE="127\.0\.0\.33"
4202  LISTSCORE="5"
4203  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4204 }
4205
4206 :0
4207 * LT5 ?? ^no$
4208 * AWH034CHECK ?? ^yes$
4209 {
4210  LISTNAME="AWHOIS-P (MapName.com)"
4211  LISTRESPONSE="127\.0\.0\.34"
4212  LISTSCORE="5"
4213  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4214 }
4215
4216 :0
4217 * LT5 ?? ^no$
4218 * AWH037CHECK ?? ^yes$
4219 {
4220  LISTNAME="AWHOIS-P (ContactPrivacy.com)"
4221  LISTRESPONSE="127\.0\.0\.37"
4222  LISTSCORE="5"
4223  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4224 }
4225
4226 :0
4227 * LT5 ?? ^no$
4228 * AWH038CHECK ?? ^yes$
4229 {
4230  LISTNAME="AWHOIS-P (Privacy-Domain.com)"
4231  LISTRESPONSE="127\.0\.0\.38"
4232  LISTSCORE="5"
4233  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4234 }
4235
4236 :0
4237 * LT5 ?? ^no$
4238 * AWH041CHECK ?? ^yes$
4239 {
4240  LISTNAME="AWHOIS-P (NOLDC, Inc.)"
4241  LISTRESPONSE="127\.0\.0\.41"
4242  LISTSCORE="5"
4243  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4244 }
4245
4246 :0
4247 * LT5 ?? ^no$
4248 * AWH042CHECK ?? ^yes$
4249 {
4250  LISTNAME="AWHOIS-P (NetIdentity)"
4251  LISTRESPONSE="127\.0\.0\.42"
4252  LISTSCORE="5"
4253  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4254 }
4255
4256 :0
4257 * LT5 ?? ^no$
4258 * AWH045CHECK ?? ^yes$
4259 {
4260  LISTNAME="AWHOIS-P (Domain Discreet)"
4261  LISTRESPONSE="127\.0\.0\.45"
4262  LISTSCORE="5"
4263  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4264 }
4265
4266 :0
4267 * LT5 ?? ^no$
4268 * AWH046CHECK ?? ^yes$
4269 {
4270  LISTNAME="AWHOIS-P (Global Internet Private Registration)"
4271  LISTRESPONSE="127\.0\.0\.46"
4272  LISTSCORE="5"
4273  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4274 }
4275
4276 :0
4277 * LT5 ?? ^no$
4278 * AWH048CHECK ?? ^yes$
4279 {
4280  LISTNAME="AWHOIS-P (BLCC Gold Anonymous Domain Trust)"
4281  LISTRESPONSE="127\.0\.0\.48"
4282  LISTSCORE="5"
4283  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4284 }
4285
4286 :0
4287 * LT5 ?? ^no$
4288 * AWH049CHECK ?? ^yes$
4289 {
4290  LISTNAME="AWHOIS-P (Webmasters.com Private Registration)"
4291  LISTRESPONSE="127\.0\.0\.49"
4292  LISTSCORE="5"
4293  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4294 }
4295
4296 :0
4297 * LT5 ?? ^no$
4298 * AWH051CHECK ?? ^yes$
4299 {
4300  LISTNAME="AWHOIS-P (Shielded WHOIS)"
4301  LISTRESPONSE="127\.0\.0\.51"
4302  LISTSCORE="5"
4303  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4304 }
4305
4306 :0
4307 * LT5 ?? ^no$
4308 * AWH052CHECK ?? ^yes$
4309 {
4310  LISTNAME="AWHOIS-P (ID Domain Privacy Network)"
4311  LISTRESPONSE="127\.0\.0\.52"
4312  LISTSCORE="5"
4313  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4314 }
4315
4316 :0
4317 * LT5 ?? ^no$
4318 * AWH053CHECK ?? ^yes$
4319 {
4320  LISTNAME="AWHOIS-P (BlueHost.com Domain Privacy Registration)"
4321  LISTRESPONSE="127\.0\.0\.53"
4322  LISTSCORE="5"
4323  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4324 }
4325
4326 :0
4327 * LT5 ?? ^no$
4328 * AWH054CHECK ?? ^yes$
4329 {
4330  LISTNAME="AWHOIS-P (Jumpline Whois Privacy Registration)"
4331  LISTRESPONSE="127\.0\.0\.54"
4332  LISTSCORE="5"
4333  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4334 }
4335
4336 :0
4337 * LT5 ?? ^no$
4338 * AWH055CHECK ?? ^yes$
4339 {
4340  LISTNAME="AWHOIS-P (PerfectPrivacy.com)"
4341  LISTRESPONSE="127\.0\.0\.55"
4342  LISTSCORE="5"
4343  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4344 }
4345
4346 :0
4347 * LT5 ?? ^no$
4348 * AWH057CHECK ?? ^yes$
4349 {
4350  LISTNAME="AWHOIS-P (PrivacyProtect.org)"
4351  LISTRESPONSE="127\.0\.0\.57"
4352  LISTSCORE="5"
4353  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4354 }
4355
4356 :0
4357 * LT5 ?? ^no$
4358 * AWH058CHECK ?? ^yes$
4359 {
4360  LISTNAME="AWHOIS-P (NameNation.com Privacy Registration)"
4361  LISTRESPONSE="127\.0\.0\.58"
4362  LISTSCORE="5"
4363  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4364 }
4365
4366 :0
4367 * LT5 ?? ^no$
4368 * AWH060CHECK ?? ^yes$
4369 {
4370  LISTNAME="AWHOIS-P (Protected Domain Services Registration)"
4371  LISTRESPONSE="127\.0\.0\.60"
4372  LISTSCORE="5"
4373  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4374 }
4375
4376 :0
4377 * LT5 ?? ^no$
4378 * AWH061CHECK ?? ^yes$
4379 {
4380  LISTNAME="AWHOIS-P (Affiliate Industry Protected WHOIS)"
4381  LISTRESPONSE="127\.0\.0\.61"
4382  LISTSCORE="5"
4383  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4384 }
4385
4386 :0
4387 * LT5 ?? ^no$
4388 * AWH062CHECK ?? ^yes$
4389 {
4390  LISTNAME="AWHOIS-P (DomainIt Private Registration)"
4391  LISTRESPONSE="127\.0\.0\.62"
4392  LISTSCORE="5"
4393  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4394 }
4395
4396 :0
4397 * LT5 ?? ^no$
4398 * AWH063CHECK ?? ^yes$
4399 {
4400  LISTNAME="AWHOIS-P (AnonDNS.org)"
4401  LISTRESPONSE="127\.0\.0\.63"
4402  LISTSCORE="5"
4403  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4404 }
4405
4406 :0
4407 * LT5 ?? ^no$
4408 * AWH065CHECK ?? ^yes$
4409 {
4410  LISTNAME="AWHOIS-P (SiteSteward.com Private Registration)"
4411  LISTRESPONSE="127\.0\.0\.65"
4412  LISTSCORE="5"
4413  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4414 }
4415
4416 :0
4417 * LT5 ?? ^no$
4418 * AWH066CHECK ?? ^yes$
4419 {
4420  LISTNAME="AWHOIS-P (Name Administration)"
4421  LISTRESPONSE="127\.0\.0\.66"
4422  LISTSCORE="5"
4423  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4424 }
4425
4426 :0
4427 * LT5 ?? ^no$
4428 * AWH067CHECK ?? ^yes$
4429 {
4430  LISTNAME="AWHOIS-P (PrivateDomainRegistrations/Gary Reed)"
4431  LISTRESPONSE="127\.0\.0\.67"
4432  LISTSCORE="5"
4433  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4434 }
4435
4436 :0
4437 * LT5 ?? ^no$
4438 * AWH068CHECK ?? ^yes$
4439 {
4440  LISTNAME="AWHOIS-P (CSMJBS Enterprises)"
4441  LISTRESPONSE="127\.0\.0\.68"
4442  LISTSCORE="5"
4443  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4444 }
4445
4446 :0
4447 * LT5 ?? ^no$
4448 * AWH069CHECK ?? ^yes$
4449 {
4450  LISTNAME="AWHOIS-P (Domain-Privacy.net)"
4451  LISTRESPONSE="127\.0\.0\.69"
4452  LISTSCORE="5"
4453  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4454 }
4455
4456 :0
4457 * LT5 ?? ^no$
4458 * AWH070CHECK ?? ^yes$
4459 {
4460  LISTNAME="AWHOIS-P (TakeBackPrivacy.net)"
4461  LISTRESPONSE="127\.0\.0\.70"
4462  LISTSCORE="5"
4463  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4464 }
4465
4466 :0
4467 * LT5 ?? ^no$
4468 * AWH071CHECK ?? ^yes$
4469 {
4470  LISTNAME="AWHOIS-P (Tiger Tech Private Registration)"
4471  LISTRESPONSE="127\.0\.0\.71"
4472  LISTSCORE="5"
4473  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4474 }
4475
4476 :0
4477 * LT5 ?? ^no$
4478 * AWH072CHECK ?? ^yes$
4479 {
4480  LISTNAME="AWHOIS-P (WhoisCover)"
4481  LISTRESPONSE="127\.0\.0\.72"
4482  LISTSCORE="5"
4483  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4484 }
4485
4486 :0
4487 * LT5 ?? ^no$
4488 * AWH073CHECK ?? ^yes$
4489 {
4490  LISTNAME="AWHOIS-P (Whois Proof)"
4491  LISTRESPONSE="127\.0\.0\.73"
4492  LISTSCORE="5"
4493  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4494 }
4495
4496 :0
4497 * LT5 ?? ^no$
4498 * AWH074CHECK ?? ^yes$
4499 {
4500  LISTNAME="AWHOIS-P (DomainProtect LLC Whois Privacy Service)"
4501  LISTRESPONSE="127\.0\.0\.74"
4502  LISTSCORE="5"
4503  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4504 }
4505
4506 :0
4507 * LT5 ?? ^no$
4508 * AWH075CHECK ?? ^yes$
4509 {
4510  LISTNAME="AWHOIS-P (Privacy Protection Services)"
4511  LISTRESPONSE="127\.0\.0\.75"
4512  LISTSCORE="5"
4513  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4514 }
4515
4516 :0
4517 * LT5 ?? ^no$
4518 * AWH076CHECK ?? ^yes$
4519 {
4520  LISTNAME="AWHOIS-P (PocketDomain Domain Privacy Registration)"
4521  LISTRESPONSE="127\.0\.0\.76"
4522  LISTSCORE="5"
4523  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4524 }
4525
4526 :0
4527 * LT5 ?? ^no$
4528 * AWH077CHECK ?? ^yes$
4529 {
4530  LISTNAME="AWHOIS-P (SecretRegistration.com)"
4531  LISTRESPONSE="127\.0\.0\.77"
4532  LISTSCORE="5"
4533  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4534 }
4535
4536 :0
4537 * LT5 ?? ^no$
4538 * AWH078CHECK ?? ^yes$
4539 {
4540  LISTNAME="AWHOIS-P (EasySpacePrivacy.com)"
4541  LISTRESPONSE="127\.0\.0\.78"
4542  LISTSCORE="5"
4543  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4544 }
4545
4546 :0
4547 * LT5 ?? ^no$
4548 * AWH082CHECK ?? ^yes$
4549 {
4550  LISTNAME="AWHOIS-P (Dynamic Dolphin)"
4551  LISTRESPONSE="127\.0\.0\.82"
4552  LISTSCORE="5"
4553  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4554 }
4555
4556 :0
4557 * LT5 ?? ^no$
4558 * AWH100CHECK ?? ^yes$
4559 {
4560  LISTNAME="AWHOIS-P (RespectMyPrivacy, LLC)"
4561  LISTRESPONSE="127\.0\.0\.100"
4562  LISTSCORE="5"
4563  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4564 }
4565
4566 :0
4567 * LT5 ?? ^no$
4568 * AWH101CHECK ?? ^yes$
4569 {
4570  LISTNAME="AWHOIS-P (Privacy.ca)"
4571  LISTRESPONSE="127\.0\.0\.101"
4572  LISTSCORE="5"
4573  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4574 }
4575
4576 LISTSERVER='localhost'
4577 LOCALDESCRIPTION='Null'
4578}
4579
4580INCLUDERC=${SBDIR}/functions/test-threshold.rc
4581
4582# Check From domain.
4583#
4584:0
4585* LT2 ?? ^yes$
4586* AWHWHATCHECK ?? ^(ALL|HEADERS)$
4587* ! FROMDOMAIN ?? ^example\.com$
4588* $ ! FROMDOMAIN ?? ${FIRSTEXDOMAIN}
4589* $ ! FROMDOMAIN ?? ${SECONDEXDOMAIN}
4590* $ ! FROMDOMAIN ?? ${THIRDEXDOMAIN}
4591* $ ! FROMDOMAIN ?? ${FOURTHEXDOMAIN}
4592* $ ! FROMDOMAIN ?? ${FIRSTEXHELODOMAIN}
4593{
4594 LT5=no
4595 LOCALDESCRIPTION="From Domain:"
4596 LOCALCHECK=${FROMDOMAIN}
4597 LISTSERVER="list.anonwhois.net"
4598
4599 :0
4600 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
4601
4602 :0
4603 * AWH002CHECK ?? ^yes$
4604 {
4605  LISTNAME="AWHOIS-P (1&1 Private Registration)"
4606  LISTRESPONSE="127\.0\.0\.2"
4607  LISTSCORE="4"
4608  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4609 }
4610
4611 :0
4612 * LT5 ?? ^no$
4613 * AWH003CHECK ?? ^yes$
4614 {
4615  LISTNAME="AWHOIS-P (Whois Privacy Protection Service)"
4616  LISTRESPONSE="127\.0\.0\.3"
4617  LISTSCORE="4"
4618  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4619 }
4620
4621 :0
4622 * LT5 ?? ^no$
4623 * AWH004CHECK ?? ^yes$
4624 {
4625  LISTNAME="AWHOIS-P (Network Solutions Private Registration)"
4626  LISTRESPONSE="127\.0\.0\.4"
4627  LISTSCORE="4"
4628  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4629 }
4630
4631 :0
4632 * LT5 ?? ^no$
4633 * AWH005CHECK ?? ^yes$
4634 {
4635  LISTNAME="AWHOIS-P (SecureWhois)"
4636  LISTRESPONSE="127\.0\.0\.5"
4637  LISTSCORE="4"
4638  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4639 }
4640
4641 :0
4642 * LT5 ?? ^no$
4643 * AWH007CHECK ?? ^yes$
4644 {
4645  LISTNAME="AWHOIS-P (PrivacyPost)"
4646  LISTRESPONSE="127\.0\.0\.7"
4647  LISTSCORE="4"
4648  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4649 }
4650
4651 :0
4652 * LT5 ?? ^no$
4653 * AWH008CHECK ?? ^yes$
4654 {
4655  LISTNAME="AWHOIS-P (Dreamhost Private Registration)"
4656  LISTRESPONSE="127\.0\.0\.8"
4657  LISTSCORE="4"
4658  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4659 }
4660
4661 :0
4662 * LT5 ?? ^no$
4663 * AWH010CHECK ?? ^yes$
4664 {
4665  LISTNAME="AWHOIS-P (Domain Escrow Services)"
4666  LISTRESPONSE="127\.0\.0\.10"
4667  LISTSCORE="4"
4668  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4669 }
4670
4671 :0
4672 * LT5 ?? ^no$
4673 * AWH011CHECK ?? ^yes$
4674 {
4675  LISTNAME="AWHOIS-P (Moniker Private Registration)"
4676  LISTRESPONSE="127\.0\.0\.11"
4677  LISTSCORE="4"
4678  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4679 }
4680
4681 :0
4682 * LT5 ?? ^no$
4683 * AWH012CHECK ?? ^yes$
4684 {
4685  LISTNAME="AWHOIS-P (SafeNames)"
4686  LISTRESPONSE="127\.0\.0\.12"
4687  LISTSCORE="4"
4688  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4689 }
4690
4691 :0
4692 * LT5 ?? ^no$
4693 * AWH013CHECK ?? ^yes$
4694 {
4695  LISTNAME="AWHOIS-P (Unlisted-Whois.com)"
4696  LISTRESPONSE="127\.0\.0\.13"
4697  LISTSCORE="4"
4698  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4699 }
4700
4701 :0
4702 * LT5 ?? ^no$
4703 * AWH015CHECK ?? ^yes$
4704 {
4705  LISTNAME="AWHOIS-P (Domains by Proxy)"
4706  LISTRESPONSE="127\.0\.0\.15"
4707  LISTSCORE="4"
4708  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4709 }
4710
4711 :0
4712 * LT5 ?? ^no$
4713 * AWH016CHECK ?? ^yes$
4714 {
4715  LISTNAME="AWHOIS-P (Whois Identity Shield)"
4716  LISTRESPONSE="127\.0\.0\.16"
4717  LISTSCORE="4"
4718  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4719 }
4720
4721 :0
4722 * LT5 ?? ^no$
4723 * AWH017CHECK ?? ^yes$
4724 {
4725  LISTNAME="AWHOIS-P (MyPrivateRegistration.com)"
4726  LISTRESPONSE="127\.0\.0\.17"
4727  LISTSCORE="4"
4728  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4729 }
4730
4731 :0
4732 * LT5 ?? ^no$
4733 * AWH018CHECK ?? ^yes$
4734 {
4735  LISTNAME="AWHOIS-P (WhoisGuard)"
4736  LISTRESPONSE="127\.0\.0\.18"
4737  LISTSCORE="4"
4738  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4739 }
4740
4741 :0
4742 * LT5 ?? ^no$
4743 * AWH020CHECK ?? ^yes$
4744 {
4745  LISTNAME="AWHOIS-P (WhoisProtector)"
4746  LISTRESPONSE="127\.0\.0\.20"
4747  LISTSCORE="4"
4748  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4749 }
4750
4751 :0
4752 * LT5 ?? ^no$
4753 * AWH021CHECK ?? ^yes$
4754 {
4755  LISTNAME="AWHOIS-P (Secure Whois Information Service)"
4756  LISTRESPONSE="127\.0\.0\.21"
4757  LISTSCORE="4"
4758  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4759 }
4760
4761 :0
4762 * LT5 ?? ^no$
4763 * AWH022CHECK ?? ^yes$
4764 {
4765  LISTNAME="AWHOIS-P (CrazyTroll.com ID Protect)"
4766  LISTRESPONSE="127\.0\.0\.22"
4767  LISTSCORE="4"
4768  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4769 }
4770
4771 :0
4772 * LT5 ?? ^no$
4773 * AWH023CHECK ?? ^yes$
4774 {
4775  LISTNAME="AWHOIS-P (SRS Plus Private Registration)"
4776  LISTRESPONSE="127\.0\.0\.23"
4777  LISTSCORE="4"
4778  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4779 }
4780
4781 :0
4782 * LT5 ?? ^no$
4783 * AWH024CHECK ?? ^yes$
4784 {
4785  LISTNAME="AWHOIS-P (DomainPrivacyCorp.com)"
4786  LISTRESPONSE="127\.0\.0\.24"
4787  LISTSCORE="4"
4788  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4789 }
4790
4791 :0
4792 * LT5 ?? ^no$
4793 * AWH025CHECK ?? ^yes$
4794 {
4795  LISTNAME="AWHOIS-P (Finexe Domain Proxy Service)"
4796  LISTRESPONSE="127\.0\.0\.25"
4797  LISTSCORE="4"
4798  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4799 }
4800
4801 :0
4802 * LT5 ?? ^no$
4803 * AWH026CHECK ?? ^yes$
4804 {
4805  LISTNAME="AWHOIS-P (DROA Private Registration)"
4806  LISTRESPONSE="127\.0\.0\.26"
4807  LISTSCORE="4"
4808  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4809 }
4810
4811 :0
4812 * LT5 ?? ^no$
4813 * AWH027CHECK ?? ^yes$
4814 {
4815  LISTNAME="AWHOIS-P (Dynadot Privacy Registration)"
4816  LISTRESPONSE="127\.0\.0\.27"
4817  LISTSCORE="4"
4818  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4819 }
4820
4821 :0
4822 * LT5 ?? ^no$
4823 * AWH028CHECK ?? ^yes$
4824 {
4825  LISTNAME="AWHOIS-P (LNOA WHOIS Privacy Registration)"
4826  LISTRESPONSE="127\.0\.0\.28"
4827  LISTSCORE="4"
4828  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4829 }
4830
4831 :0
4832 * LT5 ?? ^no$
4833 * AWH029CHECK ?? ^yes$
4834 {
4835  LISTNAME="AWHOIS-P (GKG.NET Domain Proxy Service)"
4836  LISTRESPONSE="127\.0\.0\.29"
4837  LISTSCORE="4"
4838  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4839 }
4840
4841 :0
4842 * LT5 ?? ^no$
4843 * AWH030CHECK ?? ^yes$
4844 {
4845  LISTNAME="AWHOIS-P (Register4Less Privacy Registration)"
4846  LISTRESPONSE="127\.0\.0\.30"
4847  LISTSCORE="4"
4848  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4849 }
4850
4851 :0
4852 * LT5 ?? ^no$
4853 * AWH031CHECK ?? ^yes$
4854 {
4855  LISTNAME="AWHOIS-P (Katz Global Domain Name Trust)"
4856  LISTRESPONSE="127\.0\.0\.31"
4857  LISTSCORE="4"
4858  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4859 }
4860
4861 :0
4862 * LT5 ?? ^no$
4863 * AWH033CHECK ?? ^yes$
4864 {
4865  LISTNAME="AWHOIS-P (Domain Listing Agent)"
4866  LISTRESPONSE="127\.0\.0\.33"
4867  LISTSCORE="4"
4868  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4869 }
4870
4871 :0
4872 * LT5 ?? ^no$
4873 * AWH034CHECK ?? ^yes$
4874 {
4875  LISTNAME="AWHOIS-P (MapName.com)"
4876  LISTRESPONSE="127\.0\.0\.34"
4877  LISTSCORE="4"
4878  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4879 }
4880
4881 :0
4882 * LT5 ?? ^no$
4883 * AWH037CHECK ?? ^yes$
4884 {
4885  LISTNAME="AWHOIS-P (ContactPrivacy.com)"
4886  LISTRESPONSE="127\.0\.0\.37"
4887  LISTSCORE="4"
4888  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4889 }
4890
4891 :0
4892 * LT5 ?? ^no$
4893 * AWH038CHECK ?? ^yes$
4894 {
4895  LISTNAME="AWHOIS-P (Privacy-Domain.com)"
4896  LISTRESPONSE="127\.0\.0\.38"
4897  LISTSCORE="4"
4898  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4899 }
4900
4901 :0
4902 * LT5 ?? ^no$
4903 * AWH041CHECK ?? ^yes$
4904 {
4905  LISTNAME="AWHOIS-P (NOLDC, Inc.)"
4906  LISTRESPONSE="127\.0\.0\.41"
4907  LISTSCORE="4"
4908  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4909 }
4910
4911 :0
4912 * LT5 ?? ^no$
4913 * AWH042CHECK ?? ^yes$
4914 {
4915  LISTNAME="AWHOIS-P (NetIdentity)"
4916  LISTRESPONSE="127\.0\.0\.42"
4917  LISTSCORE="4"
4918  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4919 }
4920
4921 :0
4922 * LT5 ?? ^no$
4923 * AWH045CHECK ?? ^yes$
4924 {
4925  LISTNAME="AWHOIS-P (Domain Discreet)"
4926  LISTRESPONSE="127\.0\.0\.45"
4927  LISTSCORE="4"
4928  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4929 }
4930
4931 :0
4932 * LT5 ?? ^no$
4933 * AWH046CHECK ?? ^yes$
4934 {
4935  LISTNAME="AWHOIS-P (Global Internet Private Registration)"
4936  LISTRESPONSE="127\.0\.0\.46"
4937  LISTSCORE="4"
4938  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4939 }
4940
4941 :0
4942 * LT5 ?? ^no$
4943 * AWH048CHECK ?? ^yes$
4944 {
4945  LISTNAME="AWHOIS-P (BLCC Gold Anonymous Domain Trust)"
4946  LISTRESPONSE="127\.0\.0\.48"
4947  LISTSCORE="4"
4948  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4949 }
4950
4951 :0
4952 * LT5 ?? ^no$
4953 * AWH049CHECK ?? ^yes$
4954 {
4955  LISTNAME="AWHOIS-P (Webmasters.com Private Registration)"
4956  LISTRESPONSE="127\.0\.0\.49"
4957  LISTSCORE="4"
4958  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4959 }
4960
4961 :0
4962 * LT5 ?? ^no$
4963 * AWH051CHECK ?? ^yes$
4964 {
4965  LISTNAME="AWHOIS-P (Shielded WHOIS)"
4966  LISTRESPONSE="127\.0\.0\.51"
4967  LISTSCORE="4"
4968  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4969 }
4970
4971 :0
4972 * LT5 ?? ^no$
4973 * AWH052CHECK ?? ^yes$
4974 {
4975  LISTNAME="AWHOIS-P (ID Domain Privacy Network)"
4976  LISTRESPONSE="127\.0\.0\.52"
4977  LISTSCORE="4"
4978  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4979 }
4980
4981 :0
4982 * LT5 ?? ^no$
4983 * AWH053CHECK ?? ^yes$
4984 {
4985  LISTNAME="AWHOIS-P (BlueHost.com Domain Privacy Registration)"
4986  LISTRESPONSE="127\.0\.0\.53"
4987  LISTSCORE="4"
4988  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4989 }
4990
4991 :0
4992 * LT5 ?? ^no$
4993 * AWH054CHECK ?? ^yes$
4994 {
4995  LISTNAME="AWHOIS-P (Jumpline Whois Privacy Registration)"
4996  LISTRESPONSE="127\.0\.0\.54"
4997  LISTSCORE="4"
4998  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
4999 }
5000
5001 :0
5002 * LT5 ?? ^no$
5003 * AWH055CHECK ?? ^yes$
5004 {
5005  LISTNAME="AWHOIS-P (PerfectPrivacy.com)"
5006  LISTRESPONSE="127\.0\.0\.55"
5007  LISTSCORE="4"
5008  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5009 }
5010
5011 :0
5012 * LT5 ?? ^no$
5013 * AWH057CHECK ?? ^yes$
5014 {
5015  LISTNAME="AWHOIS-P (PrivacyProtect.org)"
5016  LISTRESPONSE="127\.0\.0\.57"
5017  LISTSCORE="4"
5018  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5019 }
5020
5021 :0
5022 * LT5 ?? ^no$
5023 * AWH058CHECK ?? ^yes$
5024 {
5025  LISTNAME="AWHOIS-P (NameNation.com Privacy Registration)"
5026  LISTRESPONSE="127\.0\.0\.58"
5027  LISTSCORE="4"
5028  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5029 }
5030
5031 :0
5032 * LT5 ?? ^no$
5033 * AWH060CHECK ?? ^yes$
5034 {
5035  LISTNAME="AWHOIS-P (Protected Domain Services Registration)"
5036  LISTRESPONSE="127\.0\.0\.60"
5037  LISTSCORE="4"
5038  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5039 }
5040
5041 :0
5042 * LT5 ?? ^no$
5043 * AWH061CHECK ?? ^yes$
5044 {
5045  LISTNAME="AWHOIS-P (Affiliate Industry Protected WHOIS)"
5046  LISTRESPONSE="127\.0\.0\.61"
5047  LISTSCORE="4"
5048  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5049 }
5050
5051 :0
5052 * LT5 ?? ^no$
5053 * AWH062CHECK ?? ^yes$
5054 {
5055  LISTNAME="AWHOIS-P (DomainIt Private Registration)"
5056  LISTRESPONSE="127\.0\.0\.62"
5057  LISTSCORE="4"
5058  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5059 }
5060
5061 :0
5062 * LT5 ?? ^no$
5063 * AWH063CHECK ?? ^yes$
5064 {
5065  LISTNAME="AWHOIS-P (AnonDNS.org)"
5066  LISTRESPONSE="127\.0\.0\.63"
5067  LISTSCORE="4"
5068  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5069 }
5070
5071 :0
5072 * LT5 ?? ^no$
5073 * AWH065CHECK ?? ^yes$
5074 {
5075  LISTNAME="AWHOIS-P (SiteSteward.com Private Registration)"
5076  LISTRESPONSE="127\.0\.0\.65"
5077  LISTSCORE="4"
5078  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5079 }
5080
5081 :0
5082 * LT5 ?? ^no$
5083 * AWH066CHECK ?? ^yes$
5084 {
5085  LISTNAME="AWHOIS-P (Name Administration)"
5086  LISTRESPONSE="127\.0\.0\.66"
5087  LISTSCORE="4"
5088  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5089 }
5090
5091 :0
5092 * LT5 ?? ^no$
5093 * AWH067CHECK ?? ^yes$
5094 {
5095  LISTNAME="AWHOIS-P (PrivateDomainRegistrations/Gary Reed)"
5096  LISTRESPONSE="127\.0\.0\.67"
5097  LISTSCORE="4"
5098  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5099 }
5100
5101 :0
5102 * LT5 ?? ^no$
5103 * AWH068CHECK ?? ^yes$
5104 {
5105  LISTNAME="AWHOIS-P (CSMJBS Enterprises)"
5106  LISTRESPONSE="127\.0\.0\.68"
5107  LISTSCORE="4"
5108  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5109 }
5110
5111 :0
5112 * LT5 ?? ^no$
5113 * AWH069CHECK ?? ^yes$
5114 {
5115  LISTNAME="AWHOIS-P (Domain-Privacy.net)"
5116  LISTRESPONSE="127\.0\.0\.69"
5117  LISTSCORE="4"
5118  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5119 }
5120
5121 :0
5122 * LT5 ?? ^no$
5123 * AWH070CHECK ?? ^yes$
5124 {
5125  LISTNAME="AWHOIS-P (TakeBackPrivacy.net)"
5126  LISTRESPONSE="127\.0\.0\.70"
5127  LISTSCORE="4"
5128  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5129 }
5130
5131 :0
5132 * LT5 ?? ^no$
5133 * AWH071CHECK ?? ^yes$
5134 {
5135  LISTNAME="AWHOIS-P (Tiger Tech Private Registration)"
5136  LISTRESPONSE="127\.0\.0\.71"
5137  LISTSCORE="4"
5138  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5139 }
5140
5141 :0
5142 * LT5 ?? ^no$
5143 * AWH072CHECK ?? ^yes$
5144 {
5145  LISTNAME="AWHOIS-P (WhoisCover)"
5146  LISTRESPONSE="127\.0\.0\.72"
5147  LISTSCORE="4"
5148  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5149 }
5150
5151 :0
5152 * LT5 ?? ^no$
5153 * AWH073CHECK ?? ^yes$
5154 {
5155  LISTNAME="AWHOIS-P (Whois Proof)"
5156  LISTRESPONSE="127\.0\.0\.73"
5157  LISTSCORE="4"
5158  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5159 }
5160
5161 :0
5162 * LT5 ?? ^no$
5163 * AWH074CHECK ?? ^yes$
5164 {
5165  LISTNAME="AWHOIS-P (DomainProtect LLC Whois Privacy Service)"
5166  LISTRESPONSE="127\.0\.0\.74"
5167  LISTSCORE="4"
5168  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5169 }
5170
5171 :0
5172 * LT5 ?? ^no$
5173 * AWH075CHECK ?? ^yes$
5174 {
5175  LISTNAME="AWHOIS-P (Privacy Protection Services)"
5176  LISTRESPONSE="127\.0\.0\.75"
5177  LISTSCORE="4"
5178  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5179 }
5180
5181 :0
5182 * LT5 ?? ^no$
5183 * AWH076CHECK ?? ^yes$
5184 {
5185  LISTNAME="AWHOIS-P (PocketDomain Domain Privacy Registration)"
5186  LISTRESPONSE="127\.0\.0\.76"
5187  LISTSCORE="4"
5188  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5189 }
5190
5191 :0
5192 * LT5 ?? ^no$
5193 * AWH077CHECK ?? ^yes$
5194 {
5195  LISTNAME="AWHOIS-P (SecretRegistration.com)"
5196  LISTRESPONSE="127\.0\.0\.77"
5197  LISTSCORE="4"
5198  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5199 }
5200
5201 :0
5202 * LT5 ?? ^no$
5203 * AWH078CHECK ?? ^yes$
5204 {
5205  LISTNAME="AWHOIS-P (EasySpacePrivacy.com)"
5206  LISTRESPONSE="127\.0\.0\.78"
5207  LISTSCORE="4"
5208  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5209 }
5210
5211 :0
5212 * LT5 ?? ^no$
5213 * AWH082CHECK ?? ^yes$
5214 {
5215  LISTNAME="AWHOIS-P (Dynamic Dolphin)"
5216  LISTRESPONSE="127\.0\.0\.82"
5217  LISTSCORE="4"
5218  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5219 }
5220
5221 :0
5222 * LT5 ?? ^no$
5223 * AWH100CHECK ?? ^yes$
5224 {
5225  LISTNAME="AWHOIS-P (RespectMyPrivacy, LLC)"
5226  LISTRESPONSE="127\.0\.0\.100"
5227  LISTSCORE="4"
5228  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5229 }
5230
5231 :0
5232 * LT5 ?? ^no$
5233 * AWH101CHECK ?? ^yes$
5234 {
5235  LISTNAME="AWHOIS-P (Privacy.ca)"
5236  LISTRESPONSE="127\.0\.0\.101"
5237  LISTSCORE="4"
5238  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5239 }
5240
5241 LISTSERVER='localhost'
5242 LOCALDESCRIPTION='Null'
5243}
5244
5245INCLUDERC=${SBDIR}/functions/test-threshold.rc
5246
5247# Check Reply-To Domain.
5248#
5249:0
5250* LT2 ?? ^yes$
5251* AWHWHATCHECK ?? ^(ALL|HEADERS)$
5252* ! REPLYTODOMAIN ?? ^example\.com$
5253* $ ! REPLYTODOMAIN ?? ${FIRSTEXDOMAIN}
5254* $ ! REPLYTODOMAIN ?? ${SECONDEXDOMAIN}
5255* $ ! REPLYTODOMAIN ?? ${THIRDEXDOMAIN}
5256* $ ! REPLYTODOMAIN ?? ${FOURTHEXDOMAIN}
5257* $ ! REPLYTODOMAIN ?? ${FIRSTEXHELODOMAIN}
5258* $ ! REPLYTODOMAIN ?? ${FROMDOMAIN}
5259{
5260 LT5=no
5261 LOCALDESCRIPTION="Reply-To Domain:"
5262 LOCALCHECK=${REPLYTODOMAIN}
5263 LISTSERVER="list.anonwhois.net"
5264
5265 :0
5266 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
5267
5268 :0
5269 * AWH002CHECK ?? ^yes$
5270 {
5271  LISTNAME="AWHOIS-P (1&1 Private Registration)"
5272  LISTRESPONSE="127\.0\.0\.2"
5273  LISTSCORE="2"
5274  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5275 }
5276
5277 :0
5278 * LT5 ?? ^no$
5279 * AWH003CHECK ?? ^yes$
5280 {
5281  LISTNAME="AWHOIS-P (Whois Privacy Protection Service)"
5282  LISTRESPONSE="127\.0\.0\.3"
5283  LISTSCORE="2"
5284  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5285 }
5286
5287 :0
5288 * LT5 ?? ^no$
5289 * AWH004CHECK ?? ^yes$
5290 {
5291  LISTNAME="AWHOIS-P (Network Solutions Private Registration)"
5292  LISTRESPONSE="127\.0\.0\.4"
5293  LISTSCORE="2"
5294  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5295 }
5296
5297 :0
5298 * LT5 ?? ^no$
5299 * AWH005CHECK ?? ^yes$
5300 {
5301  LISTNAME="AWHOIS-P (SecureWhois)"
5302  LISTRESPONSE="127\.0\.0\.5"
5303  LISTSCORE="2"
5304  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5305 }
5306
5307 :0
5308 * LT5 ?? ^no$
5309 * AWH007CHECK ?? ^yes$
5310 {
5311  LISTNAME="AWHOIS-P (PrivacyPost)"
5312  LISTRESPONSE="127\.0\.0\.7"
5313  LISTSCORE="2"
5314  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5315 }
5316
5317 :0
5318 * LT5 ?? ^no$
5319 * AWH008CHECK ?? ^yes$
5320 {
5321  LISTNAME="AWHOIS-P (Dreamhost Private Registration)"
5322  LISTRESPONSE="127\.0\.0\.8"
5323  LISTSCORE="2"
5324  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5325 }
5326
5327 :0
5328 * LT5 ?? ^no$
5329 * AWH010CHECK ?? ^yes$
5330 {
5331  LISTNAME="AWHOIS-P (Domain Escrow Services)"
5332  LISTRESPONSE="127\.0\.0\.10"
5333  LISTSCORE="2"
5334  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5335 }
5336
5337 :0
5338 * LT5 ?? ^no$
5339 * AWH011CHECK ?? ^yes$
5340 {
5341  LISTNAME="AWHOIS-P (Moniker Private Registration)"
5342  LISTRESPONSE="127\.0\.0\.11"
5343  LISTSCORE="2"
5344  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5345 }
5346
5347 :0
5348 * LT5 ?? ^no$
5349 * AWH012CHECK ?? ^yes$
5350 {
5351  LISTNAME="AWHOIS-P (SafeNames)"
5352  LISTRESPONSE="127\.0\.0\.12"
5353  LISTSCORE="2"
5354  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5355 }
5356
5357 :0
5358 * LT5 ?? ^no$
5359 * AWH013CHECK ?? ^yes$
5360 {
5361  LISTNAME="AWHOIS-P (Unlisted-Whois.com)"
5362  LISTRESPONSE="127\.0\.0\.13"
5363  LISTSCORE="2"
5364  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5365 }
5366
5367 :0
5368 * LT5 ?? ^no$
5369 * AWH015CHECK ?? ^yes$
5370 {
5371  LISTNAME="AWHOIS-P (Domains by Proxy)"
5372  LISTRESPONSE="127\.0\.0\.15"
5373  LISTSCORE="2"
5374  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5375 }
5376
5377 :0
5378 * LT5 ?? ^no$
5379 * AWH016CHECK ?? ^yes$
5380 {
5381  LISTNAME="AWHOIS-P (Whois Identity Shield)"
5382  LISTRESPONSE="127\.0\.0\.16"
5383  LISTSCORE="2"
5384  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5385 }
5386
5387 :0
5388 * LT5 ?? ^no$
5389 * AWH017CHECK ?? ^yes$
5390 {
5391  LISTNAME="AWHOIS-P (MyPrivateRegistration.com)"
5392  LISTRESPONSE="127\.0\.0\.17"
5393  LISTSCORE="2"
5394  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5395 }
5396
5397 :0
5398 * LT5 ?? ^no$
5399 * AWH018CHECK ?? ^yes$
5400 {
5401  LISTNAME="AWHOIS-P (WhoisGuard)"
5402  LISTRESPONSE="127\.0\.0\.18"
5403  LISTSCORE="2"
5404  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5405 }
5406
5407 :0
5408 * LT5 ?? ^no$
5409 * AWH020CHECK ?? ^yes$
5410 {
5411  LISTNAME="AWHOIS-P (WhoisProtector)"
5412  LISTRESPONSE="127\.0\.0\.20"
5413  LISTSCORE="2"
5414  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5415 }
5416
5417 :0
5418 * LT5 ?? ^no$
5419 * AWH021CHECK ?? ^yes$
5420 {
5421  LISTNAME="AWHOIS-P (Secure Whois Information Service)"
5422  LISTRESPONSE="127\.0\.0\.21"
5423  LISTSCORE="2"
5424  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5425 }
5426
5427 :0
5428 * LT5 ?? ^no$
5429 * AWH022CHECK ?? ^yes$
5430 {
5431  LISTNAME="AWHOIS-P (CrazyTroll.com ID Protect)"
5432  LISTRESPONSE="127\.0\.0\.22"
5433  LISTSCORE="2"
5434  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5435 }
5436
5437 :0
5438 * LT5 ?? ^no$
5439 * AWH023CHECK ?? ^yes$
5440 {
5441  LISTNAME="AWHOIS-P (SRS Plus Private Registration)"
5442  LISTRESPONSE="127\.0\.0\.23"
5443  LISTSCORE="2"
5444  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5445 }
5446
5447 :0
5448 * LT5 ?? ^no$
5449 * AWH024CHECK ?? ^yes$
5450 {
5451  LISTNAME="AWHOIS-P (DomainPrivacyCorp.com)"
5452  LISTRESPONSE="127\.0\.0\.24"
5453  LISTSCORE="2"
5454  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5455 }
5456
5457 :0
5458 * LT5 ?? ^no$
5459 * AWH025CHECK ?? ^yes$
5460 {
5461  LISTNAME="AWHOIS-P (Finexe Domain Proxy Service)"
5462  LISTRESPONSE="127\.0\.0\.25"
5463  LISTSCORE="2"
5464  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5465 }
5466
5467 :0
5468 * LT5 ?? ^no$
5469 * AWH026CHECK ?? ^yes$
5470 {
5471  LISTNAME="AWHOIS-P (DROA Private Registration)"
5472  LISTRESPONSE="127\.0\.0\.26"
5473  LISTSCORE="2"
5474  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5475 }
5476
5477 :0
5478 * LT5 ?? ^no$
5479 * AWH027CHECK ?? ^yes$
5480 {
5481  LISTNAME="AWHOIS-P (Dynadot Privacy Registration)"
5482  LISTRESPONSE="127\.0\.0\.27"
5483  LISTSCORE="2"
5484  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5485 }
5486
5487 :0
5488 * LT5 ?? ^no$
5489 * AWH028CHECK ?? ^yes$
5490 {
5491  LISTNAME="AWHOIS-P (LNOA WHOIS Privacy Registration)"
5492  LISTRESPONSE="127\.0\.0\.28"
5493  LISTSCORE="2"
5494  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5495 }
5496
5497 :0
5498 * LT5 ?? ^no$
5499 * AWH029CHECK ?? ^yes$
5500 {
5501  LISTNAME="AWHOIS-P (GKG.NET Domain Proxy Service)"
5502  LISTRESPONSE="127\.0\.0\.29"
5503  LISTSCORE="2"
5504  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5505 }
5506
5507 :0
5508 * LT5 ?? ^no$
5509 * AWH030CHECK ?? ^yes$
5510 {
5511  LISTNAME="AWHOIS-P (Register4Less Privacy Registration)"
5512  LISTRESPONSE="127\.0\.0\.30"
5513  LISTSCORE="2"
5514  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5515 }
5516
5517 :0
5518 * LT5 ?? ^no$
5519 * AWH031CHECK ?? ^yes$
5520 {
5521  LISTNAME="AWHOIS-P (Katz Global Domain Name Trust)"
5522  LISTRESPONSE="127\.0\.0\.31"
5523  LISTSCORE="2"
5524  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5525 }
5526
5527 :0
5528 * LT5 ?? ^no$
5529 * AWH033CHECK ?? ^yes$
5530 {
5531  LISTNAME="AWHOIS-P (Domain Listing Agent)"
5532  LISTRESPONSE="127\.0\.0\.33"
5533  LISTSCORE="2"
5534  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5535 }
5536
5537 :0
5538 * LT5 ?? ^no$
5539 * AWH034CHECK ?? ^yes$
5540 {
5541  LISTNAME="AWHOIS-P (MapName.com)"
5542  LISTRESPONSE="127\.0\.0\.34"
5543  LISTSCORE="2"
5544  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5545 }
5546
5547 :0
5548 * LT5 ?? ^no$
5549 * AWH037CHECK ?? ^yes$
5550 {
5551  LISTNAME="AWHOIS-P (ContactPrivacy.com)"
5552  LISTRESPONSE="127\.0\.0\.37"
5553  LISTSCORE="2"
5554  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5555 }
5556
5557 :0
5558 * LT5 ?? ^no$
5559 * AWH038CHECK ?? ^yes$
5560 {
5561  LISTNAME="AWHOIS-P (Privacy-Domain.com)"
5562  LISTRESPONSE="127\.0\.0\.38"
5563  LISTSCORE="2"
5564  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5565 }
5566
5567 :0
5568 * LT5 ?? ^no$
5569 * AWH041CHECK ?? ^yes$
5570 {
5571  LISTNAME="AWHOIS-P (NOLDC, Inc.)"
5572  LISTRESPONSE="127\.0\.0\.41"
5573  LISTSCORE="2"
5574  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5575 }
5576
5577 :0
5578 * LT5 ?? ^no$
5579 * AWH042CHECK ?? ^yes$
5580 {
5581  LISTNAME="AWHOIS-P (NetIdentity)"
5582  LISTRESPONSE="127\.0\.0\.42"
5583  LISTSCORE="2"
5584  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5585 }
5586
5587 :0
5588 * LT5 ?? ^no$
5589 * AWH045CHECK ?? ^yes$
5590 {
5591  LISTNAME="AWHOIS-P (Domain Discreet)"
5592  LISTRESPONSE="127\.0\.0\.45"
5593  LISTSCORE="2"
5594  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5595 }
5596
5597 :0
5598 * LT5 ?? ^no$
5599 * AWH046CHECK ?? ^yes$
5600 {
5601  LISTNAME="AWHOIS-P (Global Internet Private Registration)"
5602  LISTRESPONSE="127\.0\.0\.46"
5603  LISTSCORE="2"
5604  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5605 }
5606
5607 :0
5608 * LT5 ?? ^no$
5609 * AWH048CHECK ?? ^yes$
5610 {
5611  LISTNAME="AWHOIS-P (BLCC Gold Anonymous Domain Trust)"
5612  LISTRESPONSE="127\.0\.0\.48"
5613  LISTSCORE="2"
5614  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5615 }
5616
5617 :0
5618 * LT5 ?? ^no$
5619 * AWH049CHECK ?? ^yes$
5620 {
5621  LISTNAME="AWHOIS-P (Webmasters.com Private Registration)"
5622  LISTRESPONSE="127\.0\.0\.49"
5623  LISTSCORE="2"
5624  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5625 }
5626
5627 :0
5628 * LT5 ?? ^no$
5629 * AWH051CHECK ?? ^yes$
5630 {
5631  LISTNAME="AWHOIS-P (Shielded WHOIS)"
5632  LISTRESPONSE="127\.0\.0\.51"
5633  LISTSCORE="2"
5634  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5635 }
5636
5637 :0
5638 * LT5 ?? ^no$
5639 * AWH052CHECK ?? ^yes$
5640 {
5641  LISTNAME="AWHOIS-P (ID Domain Privacy Network)"
5642  LISTRESPONSE="127\.0\.0\.52"
5643  LISTSCORE="2"
5644  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5645 }
5646
5647 :0
5648 * LT5 ?? ^no$
5649 * AWH053CHECK ?? ^yes$
5650 {
5651  LISTNAME="AWHOIS-P (BlueHost.com Domain Privacy Registration)"
5652  LISTRESPONSE="127\.0\.0\.53"
5653  LISTSCORE="2"
5654  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5655 }
5656
5657 :0
5658 * LT5 ?? ^no$
5659 * AWH054CHECK ?? ^yes$
5660 {
5661  LISTNAME="AWHOIS-P (Jumpline Whois Privacy Registration)"
5662  LISTRESPONSE="127\.0\.0\.54"
5663  LISTSCORE="2"
5664  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5665 }
5666
5667 :0
5668 * LT5 ?? ^no$
5669 * AWH055CHECK ?? ^yes$
5670 {
5671  LISTNAME="AWHOIS-P (PerfectPrivacy.com)"
5672  LISTRESPONSE="127\.0\.0\.55"
5673  LISTSCORE="2"
5674  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5675 }
5676
5677 :0
5678 * LT5 ?? ^no$
5679 * AWH057CHECK ?? ^yes$
5680 {
5681  LISTNAME="AWHOIS-P (PrivacyProtect.org)"
5682  LISTRESPONSE="127\.0\.0\.57"
5683  LISTSCORE="2"
5684  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5685 }
5686
5687 :0
5688 * LT5 ?? ^no$
5689 * AWH058CHECK ?? ^yes$
5690 {
5691  LISTNAME="AWHOIS-P (NameNation.com Privacy Registration)"
5692  LISTRESPONSE="127\.0\.0\.58"
5693  LISTSCORE="2"
5694  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5695 }
5696
5697 :0
5698 * LT5 ?? ^no$
5699 * AWH060CHECK ?? ^yes$
5700 {
5701  LISTNAME="AWHOIS-P (Protected Domain Services Registration)"
5702  LISTRESPONSE="127\.0\.0\.60"
5703  LISTSCORE="2"
5704  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5705 }
5706
5707 :0
5708 * LT5 ?? ^no$
5709 * AWH061CHECK ?? ^yes$
5710 {
5711  LISTNAME="AWHOIS-P (Affiliate Industry Protected WHOIS)"
5712  LISTRESPONSE="127\.0\.0\.61"
5713  LISTSCORE="2"
5714  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5715 }
5716
5717 :0
5718 * LT5 ?? ^no$
5719 * AWH062CHECK ?? ^yes$
5720 {
5721  LISTNAME="AWHOIS-P (DomainIt Private Registration)"
5722  LISTRESPONSE="127\.0\.0\.62"
5723  LISTSCORE="2"
5724  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5725 }
5726
5727 :0
5728 * LT5 ?? ^no$
5729 * AWH063CHECK ?? ^yes$
5730 {
5731  LISTNAME="AWHOIS-P (AnonDNS.org)"
5732  LISTRESPONSE="127\.0\.0\.63"
5733  LISTSCORE="2"
5734  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5735 }
5736
5737 :0
5738 * LT5 ?? ^no$
5739 * AWH065CHECK ?? ^yes$
5740 {
5741  LISTNAME="AWHOIS-P (SiteSteward.com Private Registration)"
5742  LISTRESPONSE="127\.0\.0\.65"
5743  LISTSCORE="2"
5744  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5745 }
5746
5747 :0
5748 * LT5 ?? ^no$
5749 * AWH066CHECK ?? ^yes$
5750 {
5751  LISTNAME="AWHOIS-P (Name Administration)"
5752  LISTRESPONSE="127\.0\.0\.66"
5753  LISTSCORE="2"
5754  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5755 }
5756
5757 :0
5758 * LT5 ?? ^no$
5759 * AWH067CHECK ?? ^yes$
5760 {
5761  LISTNAME="AWHOIS-P (PrivateDomainRegistrations/Gary Reed)"
5762  LISTRESPONSE="127\.0\.0\.67"
5763  LISTSCORE="2"
5764  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5765 }
5766
5767 :0
5768 * LT5 ?? ^no$
5769 * AWH068CHECK ?? ^yes$
5770 {
5771  LISTNAME="AWHOIS-P (CSMJBS Enterprises)"
5772  LISTRESPONSE="127\.0\.0\.68"
5773  LISTSCORE="2"
5774  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5775 }
5776
5777 :0
5778 * LT5 ?? ^no$
5779 * AWH069CHECK ?? ^yes$
5780 {
5781  LISTNAME="AWHOIS-P (Domain-Privacy.net)"
5782  LISTRESPONSE="127\.0\.0\.69"
5783  LISTSCORE="2"
5784  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5785 }
5786
5787 :0
5788 * LT5 ?? ^no$
5789 * AWH070CHECK ?? ^yes$
5790 {
5791  LISTNAME="AWHOIS-P (TakeBackPrivacy.net)"
5792  LISTRESPONSE="127\.0\.0\.70"
5793  LISTSCORE="2"
5794  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5795 }
5796
5797 :0
5798 * LT5 ?? ^no$
5799 * AWH071CHECK ?? ^yes$
5800 {
5801  LISTNAME="AWHOIS-P (Tiger Tech Private Registration)"
5802  LISTRESPONSE="127\.0\.0\.71"
5803  LISTSCORE="2"
5804  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5805 }
5806
5807 :0
5808 * LT5 ?? ^no$
5809 * AWH072CHECK ?? ^yes$
5810 {
5811  LISTNAME="AWHOIS-P (WhoisCover)"
5812  LISTRESPONSE="127\.0\.0\.72"
5813  LISTSCORE="2"
5814  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5815 }
5816
5817 :0
5818 * LT5 ?? ^no$
5819 * AWH073CHECK ?? ^yes$
5820 {
5821  LISTNAME="AWHOIS-P (Whois Proof)"
5822  LISTRESPONSE="127\.0\.0\.73"
5823  LISTSCORE="2"
5824  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5825 }
5826
5827 :0
5828 * LT5 ?? ^no$
5829 * AWH074CHECK ?? ^yes$
5830 {
5831  LISTNAME="AWHOIS-P (DomainProtect LLC Whois Privacy Service)"
5832  LISTRESPONSE="127\.0\.0\.74"
5833  LISTSCORE="2"
5834  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5835 }
5836
5837 :0
5838 * LT5 ?? ^no$
5839 * AWH075CHECK ?? ^yes$
5840 {
5841  LISTNAME="AWHOIS-P (Privacy Protection Services)"
5842  LISTRESPONSE="127\.0\.0\.75"
5843  LISTSCORE="2"
5844  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5845 }
5846
5847 :0
5848 * LT5 ?? ^no$
5849 * AWH076CHECK ?? ^yes$
5850 {
5851  LISTNAME="AWHOIS-P (PocketDomain Domain Privacy Registration)"
5852  LISTRESPONSE="127\.0\.0\.76"
5853  LISTSCORE="2"
5854  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5855 }
5856
5857 :0
5858 * LT5 ?? ^no$
5859 * AWH077CHECK ?? ^yes$
5860 {
5861  LISTNAME="AWHOIS-P (SecretRegistration.com)"
5862  LISTRESPONSE="127\.0\.0\.77"
5863  LISTSCORE="2"
5864  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5865 }
5866
5867 :0
5868 * LT5 ?? ^no$
5869 * AWH078CHECK ?? ^yes$
5870 {
5871  LISTNAME="AWHOIS-P (EasySpacePrivacy.com)"
5872  LISTRESPONSE="127\.0\.0\.78"
5873  LISTSCORE="2"
5874  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5875 }
5876
5877 :0
5878 * LT5 ?? ^no$
5879 * AWH082CHECK ?? ^yes$
5880 {
5881  LISTNAME="AWHOIS-P (Dynamic Dolphin)"
5882  LISTRESPONSE="127\.0\.0\.82"
5883  LISTSCORE="2"
5884  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5885 }
5886
5887 :0
5888 * LT5 ?? ^no$
5889 * AWH100CHECK ?? ^yes$
5890 {
5891  LISTNAME="AWHOIS-P (RespectMyPrivacy, LLC)"
5892  LISTRESPONSE="127\.0\.0\.100"
5893  LISTSCORE="2"
5894  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5895 }
5896
5897 :0
5898 * LT5 ?? ^no$
5899 * AWH101CHECK ?? ^yes$
5900 {
5901  LISTNAME="AWHOIS-P (Privacy.ca)"
5902  LISTRESPONSE="127\.0\.0\.101"
5903  LISTSCORE="2"
5904  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5905 }
5906
5907 LISTSERVER='localhost'
5908 LOCALDESCRIPTION='Null'
5909}
5910
5911INCLUDERC=${SBDIR}/functions/test-threshold.rc
5912
5913# Check Errors-To Domain.
5914#
5915:0
5916* LT2 ?? ^yes$
5917* AWHWHATCHECK ?? ^(ALL|HEADERS)$
5918* ! ERRORDOMAIN ?? ^example\.com$
5919* $ ! ERRORDOMAIN ?? ${FIRSTEXDOMAIN}
5920* $ ! ERRORDOMAIN ?? ${SECONDEXDOMAIN}
5921* $ ! ERRORDOMAIN ?? ${THIRDEXDOMAIN}
5922* $ ! ERRORDOMAIN ?? ${FOURTHEXDOMAIN}
5923* $ ! ERRORDOMAIN ?? ${FIRSTEXHELODOMAIN}
5924* $ ! ERRORDOMAIN ?? ${FROMDOMAIN}
5925* $ ! ERRORDOMAIN ?? ${REPLYTODOMAIN}
5926{
5927 LT5=no
5928 LOCALDESCRIPTION="Errors-To Domain:"
5929 LOCALCHECK=${ERRORDOMAIN}
5930 LISTSERVER="list.anonwhois.net"
5931
5932 :0
5933 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
5934
5935 :0
5936 * AWH002CHECK ?? ^yes$
5937 {
5938  LISTNAME="AWHOIS-P (1&1 Private Registration)"
5939  LISTRESPONSE="127\.0\.0\.2"
5940  LISTSCORE="2"
5941  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5942 }
5943
5944 :0
5945 * LT5 ?? ^no$
5946 * AWH003CHECK ?? ^yes$
5947 {
5948  LISTNAME="AWHOIS-P (Whois Privacy Protection Service)"
5949  LISTRESPONSE="127\.0\.0\.3"
5950  LISTSCORE="2"
5951  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5952 }
5953
5954 :0
5955 * LT5 ?? ^no$
5956 * AWH004CHECK ?? ^yes$
5957 {
5958  LISTNAME="AWHOIS-P (Network Solutions Private Registration)"
5959  LISTRESPONSE="127\.0\.0\.4"
5960  LISTSCORE="2"
5961  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5962 }
5963
5964 :0
5965 * LT5 ?? ^no$
5966 * AWH005CHECK ?? ^yes$
5967 {
5968  LISTNAME="AWHOIS-P (SecureWhois)"
5969  LISTRESPONSE="127\.0\.0\.5"
5970  LISTSCORE="2"
5971  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5972 }
5973
5974 :0
5975 * LT5 ?? ^no$
5976 * AWH007CHECK ?? ^yes$
5977 {
5978  LISTNAME="AWHOIS-P (PrivacyPost)"
5979  LISTRESPONSE="127\.0\.0\.7"
5980  LISTSCORE="2"
5981  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5982 }
5983
5984 :0
5985 * LT5 ?? ^no$
5986 * AWH008CHECK ?? ^yes$
5987 {
5988  LISTNAME="AWHOIS-P (Dreamhost Private Registration)"
5989  LISTRESPONSE="127\.0\.0\.8"
5990  LISTSCORE="2"
5991  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
5992 }
5993
5994 :0
5995 * LT5 ?? ^no$
5996 * AWH010CHECK ?? ^yes$
5997 {
5998  LISTNAME="AWHOIS-P (Domain Escrow Services)"
5999  LISTRESPONSE="127\.0\.0\.10"
6000  LISTSCORE="2"
6001  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6002 }
6003
6004 :0
6005 * LT5 ?? ^no$
6006 * AWH011CHECK ?? ^yes$
6007 {
6008  LISTNAME="AWHOIS-P (Moniker Private Registration)"
6009  LISTRESPONSE="127\.0\.0\.11"
6010  LISTSCORE="2"
6011  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6012 }
6013
6014 :0
6015 * LT5 ?? ^no$
6016 * AWH012CHECK ?? ^yes$
6017 {
6018  LISTNAME="AWHOIS-P (SafeNames)"
6019  LISTRESPONSE="127\.0\.0\.12"
6020  LISTSCORE="2"
6021  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6022 }
6023
6024 :0
6025 * LT5 ?? ^no$
6026 * AWH013CHECK ?? ^yes$
6027 {
6028  LISTNAME="AWHOIS-P (Unlisted-Whois.com)"
6029  LISTRESPONSE="127\.0\.0\.13"
6030  LISTSCORE="2"
6031  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6032 }
6033
6034 :0
6035 * LT5 ?? ^no$
6036 * AWH015CHECK ?? ^yes$
6037 {
6038  LISTNAME="AWHOIS-P (Domains by Proxy)"
6039  LISTRESPONSE="127\.0\.0\.15"
6040  LISTSCORE="2"
6041  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6042 }
6043
6044 :0
6045 * LT5 ?? ^no$
6046 * AWH016CHECK ?? ^yes$
6047 {
6048  LISTNAME="AWHOIS-P (Whois Identity Shield)"
6049  LISTRESPONSE="127\.0\.0\.16"
6050  LISTSCORE="2"
6051  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6052 }
6053
6054 :0
6055 * LT5 ?? ^no$
6056 * AWH017CHECK ?? ^yes$
6057 {
6058  LISTNAME="AWHOIS-P (MyPrivateRegistration.com)"
6059  LISTRESPONSE="127\.0\.0\.17"
6060  LISTSCORE="2"
6061  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6062 }
6063
6064 :0
6065 * LT5 ?? ^no$
6066 * AWH018CHECK ?? ^yes$
6067 {
6068  LISTNAME="AWHOIS-P (WhoisGuard)"
6069  LISTRESPONSE="127\.0\.0\.18"
6070  LISTSCORE="2"
6071  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6072 }
6073
6074 :0
6075 * LT5 ?? ^no$
6076 * AWH020CHECK ?? ^yes$
6077 {
6078  LISTNAME="AWHOIS-P (WhoisProtector)"
6079  LISTRESPONSE="127\.0\.0\.20"
6080  LISTSCORE="2"
6081  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6082 }
6083
6084 :0
6085 * LT5 ?? ^no$
6086 * AWH021CHECK ?? ^yes$
6087 {
6088  LISTNAME="AWHOIS-P (Secure Whois Information Service)"
6089  LISTRESPONSE="127\.0\.0\.21"
6090  LISTSCORE="2"
6091  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6092 }
6093
6094 :0
6095 * LT5 ?? ^no$
6096 * AWH022CHECK ?? ^yes$
6097 {
6098  LISTNAME="AWHOIS-P (CrazyTroll.com ID Protect)"
6099  LISTRESPONSE="127\.0\.0\.22"
6100  LISTSCORE="2"
6101  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6102 }
6103
6104 :0
6105 * LT5 ?? ^no$
6106 * AWH023CHECK ?? ^yes$
6107 {
6108  LISTNAME="AWHOIS-P (SRS Plus Private Registration)"
6109  LISTRESPONSE="127\.0\.0\.23"
6110  LISTSCORE="2"
6111  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6112 }
6113
6114 :0
6115 * LT5 ?? ^no$
6116 * AWH024CHECK ?? ^yes$
6117 {
6118  LISTNAME="AWHOIS-P (DomainPrivacyCorp.com)"
6119  LISTRESPONSE="127\.0\.0\.24"
6120  LISTSCORE="2"
6121  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6122 }
6123
6124 :0
6125 * LT5 ?? ^no$
6126 * AWH025CHECK ?? ^yes$
6127 {
6128  LISTNAME="AWHOIS-P (Finexe Domain Proxy Service)"
6129  LISTRESPONSE="127\.0\.0\.25"
6130  LISTSCORE="2"
6131  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6132 }
6133
6134 :0
6135 * LT5 ?? ^no$
6136 * AWH026CHECK ?? ^yes$
6137 {
6138  LISTNAME="AWHOIS-P (DROA Private Registration)"
6139  LISTRESPONSE="127\.0\.0\.26"
6140  LISTSCORE="2"
6141  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6142 }
6143
6144 :0
6145 * LT5 ?? ^no$
6146 * AWH027CHECK ?? ^yes$
6147 {
6148  LISTNAME="AWHOIS-P (Dynadot Privacy Registration)"
6149  LISTRESPONSE="127\.0\.0\.27"
6150  LISTSCORE="2"
6151  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6152 }
6153
6154 :0
6155 * LT5 ?? ^no$
6156 * AWH028CHECK ?? ^yes$
6157 {
6158  LISTNAME="AWHOIS-P (LNOA WHOIS Privacy Registration)"
6159  LISTRESPONSE="127\.0\.0\.28"
6160  LISTSCORE="2"
6161  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6162 }
6163
6164 :0
6165 * LT5 ?? ^no$
6166 * AWH029CHECK ?? ^yes$
6167 {
6168  LISTNAME="AWHOIS-P (GKG.NET Domain Proxy Service)"
6169  LISTRESPONSE="127\.0\.0\.29"
6170  LISTSCORE="2"
6171  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6172 }
6173
6174 :0
6175 * LT5 ?? ^no$
6176 * AWH030CHECK ?? ^yes$
6177 {
6178  LISTNAME="AWHOIS-P (Register4Less Privacy Registration)"
6179  LISTRESPONSE="127\.0\.0\.30"
6180  LISTSCORE="2"
6181  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6182 }
6183
6184 :0
6185 * LT5 ?? ^no$
6186 * AWH031CHECK ?? ^yes$
6187 {
6188  LISTNAME="AWHOIS-P (Katz Global Domain Name Trust)"
6189  LISTRESPONSE="127\.0\.0\.31"
6190  LISTSCORE="2"
6191  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6192 }
6193
6194 :0
6195 * LT5 ?? ^no$
6196 * AWH033CHECK ?? ^yes$
6197 {
6198  LISTNAME="AWHOIS-P (Domain Listing Agent)"
6199  LISTRESPONSE="127\.0\.0\.33"
6200  LISTSCORE="2"
6201  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6202 }
6203
6204 :0
6205 * LT5 ?? ^no$
6206 * AWH034CHECK ?? ^yes$
6207 {
6208  LISTNAME="AWHOIS-P (MapName.com)"
6209  LISTRESPONSE="127\.0\.0\.34"
6210  LISTSCORE="2"
6211  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6212 }
6213
6214 :0
6215 * LT5 ?? ^no$
6216 * AWH037CHECK ?? ^yes$
6217 {
6218  LISTNAME="AWHOIS-P (ContactPrivacy.com)"
6219  LISTRESPONSE="127\.0\.0\.37"
6220  LISTSCORE="2"
6221  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6222 }
6223
6224 :0
6225 * LT5 ?? ^no$
6226 * AWH038CHECK ?? ^yes$
6227 {
6228  LISTNAME="AWHOIS-P (Privacy-Domain.com)"
6229  LISTRESPONSE="127\.0\.0\.38"
6230  LISTSCORE="2"
6231  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6232 }
6233
6234 :0
6235 * LT5 ?? ^no$
6236 * AWH041CHECK ?? ^yes$
6237 {
6238  LISTNAME="AWHOIS-P (NOLDC, Inc.)"
6239  LISTRESPONSE="127\.0\.0\.41"
6240  LISTSCORE="2"
6241  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6242 }
6243
6244 :0
6245 * LT5 ?? ^no$
6246 * AWH042CHECK ?? ^yes$
6247 {
6248  LISTNAME="AWHOIS-P (NetIdentity)"
6249  LISTRESPONSE="127\.0\.0\.42"
6250  LISTSCORE="2"
6251  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6252 }
6253
6254 :0
6255 * LT5 ?? ^no$
6256 * AWH045CHECK ?? ^yes$
6257 {
6258  LISTNAME="AWHOIS-P (Domain Discreet)"
6259  LISTRESPONSE="127\.0\.0\.45"
6260  LISTSCORE="2"
6261  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6262 }
6263
6264 :0
6265 * LT5 ?? ^no$
6266 * AWH046CHECK ?? ^yes$
6267 {
6268  LISTNAME="AWHOIS-P (Global Internet Private Registration)"
6269  LISTRESPONSE="127\.0\.0\.46"
6270  LISTSCORE="2"
6271  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6272 }
6273
6274 :0
6275 * LT5 ?? ^no$
6276 * AWH048CHECK ?? ^yes$
6277 {
6278  LISTNAME="AWHOIS-P (BLCC Gold Anonymous Domain Trust)"
6279  LISTRESPONSE="127\.0\.0\.48"
6280  LISTSCORE="2"
6281  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6282 }
6283
6284 :0
6285 * LT5 ?? ^no$
6286 * AWH049CHECK ?? ^yes$
6287 {
6288  LISTNAME="AWHOIS-P (Webmasters.com Private Registration)"
6289  LISTRESPONSE="127\.0\.0\.49"
6290  LISTSCORE="2"
6291  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6292 }
6293
6294 :0
6295 * LT5 ?? ^no$
6296 * AWH051CHECK ?? ^yes$
6297 {
6298  LISTNAME="AWHOIS-P (Shielded WHOIS)"
6299  LISTRESPONSE="127\.0\.0\.51"
6300  LISTSCORE="2"
6301  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6302 }
6303
6304 :0
6305 * LT5 ?? ^no$
6306 * AWH052CHECK ?? ^yes$
6307 {
6308  LISTNAME="AWHOIS-P (ID Domain Privacy Network)"
6309  LISTRESPONSE="127\.0\.0\.52"
6310  LISTSCORE="2"
6311  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6312 }
6313
6314 :0
6315 * LT5 ?? ^no$
6316 * AWH053CHECK ?? ^yes$
6317 {
6318  LISTNAME="AWHOIS-P (BlueHost.com Domain Privacy Registration)"
6319  LISTRESPONSE="127\.0\.0\.53"
6320  LISTSCORE="2"
6321  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6322 }
6323
6324 :0
6325 * LT5 ?? ^no$
6326 * AWH054CHECK ?? ^yes$
6327 {
6328  LISTNAME="AWHOIS-P (Jumpline Whois Privacy Registration)"
6329  LISTRESPONSE="127\.0\.0\.54"
6330  LISTSCORE="2"
6331  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6332 }
6333
6334 :0
6335 * LT5 ?? ^no$
6336 * AWH055CHECK ?? ^yes$
6337 {
6338  LISTNAME="AWHOIS-P (PerfectPrivacy.com)"
6339  LISTRESPONSE="127\.0\.0\.55"
6340  LISTSCORE="2"
6341  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6342 }
6343
6344 :0
6345 * LT5 ?? ^no$
6346 * AWH057CHECK ?? ^yes$
6347 {
6348  LISTNAME="AWHOIS-P (PrivacyProtect.org)"
6349  LISTRESPONSE="127\.0\.0\.57"
6350  LISTSCORE="2"
6351  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6352 }
6353
6354 :0
6355 * LT5 ?? ^no$
6356 * AWH058CHECK ?? ^yes$
6357 {
6358  LISTNAME="AWHOIS-P (NameNation.com Privacy Registration)"
6359  LISTRESPONSE="127\.0\.0\.58"
6360  LISTSCORE="2"
6361  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6362 }
6363
6364 :0
6365 * LT5 ?? ^no$
6366 * AWH060CHECK ?? ^yes$
6367 {
6368  LISTNAME="AWHOIS-P (Protected Domain Services Registration)"
6369  LISTRESPONSE="127\.0\.0\.60"
6370  LISTSCORE="2"
6371  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6372 }
6373
6374 :0
6375 * LT5 ?? ^no$
6376 * AWH061CHECK ?? ^yes$
6377 {
6378  LISTNAME="AWHOIS-P (Affiliate Industry Protected WHOIS)"
6379  LISTRESPONSE="127\.0\.0\.61"
6380  LISTSCORE="2"
6381  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6382 }
6383
6384 :0
6385 * LT5 ?? ^no$
6386 * AWH062CHECK ?? ^yes$
6387 {
6388  LISTNAME="AWHOIS-P (DomainIt Private Registration)"
6389  LISTRESPONSE="127\.0\.0\.62"
6390  LISTSCORE="2"
6391  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6392 }
6393
6394 :0
6395 * LT5 ?? ^no$
6396 * AWH063CHECK ?? ^yes$
6397 {
6398  LISTNAME="AWHOIS-P (AnonDNS.org)"
6399  LISTRESPONSE="127\.0\.0\.63"
6400  LISTSCORE="2"
6401  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6402 }
6403
6404 :0
6405 * LT5 ?? ^no$
6406 * AWH065CHECK ?? ^yes$
6407 {
6408  LISTNAME="AWHOIS-P (SiteSteward.com Private Registration)"
6409  LISTRESPONSE="127\.0\.0\.65"
6410  LISTSCORE="2"
6411  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6412 }
6413
6414 :0
6415 * LT5 ?? ^no$
6416 * AWH066CHECK ?? ^yes$
6417 {
6418  LISTNAME="AWHOIS-P (Name Administration)"
6419  LISTRESPONSE="127\.0\.0\.66"
6420  LISTSCORE="2"
6421  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6422 }
6423
6424 :0
6425 * LT5 ?? ^no$
6426 * AWH067CHECK ?? ^yes$
6427 {
6428  LISTNAME="AWHOIS-P (PrivateDomainRegistrations/Gary Reed)"
6429  LISTRESPONSE="127\.0\.0\.67"
6430  LISTSCORE="2"
6431  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6432 }
6433
6434 :0
6435 * LT5 ?? ^no$
6436 * AWH068CHECK ?? ^yes$
6437 {
6438  LISTNAME="AWHOIS-P (CSMJBS Enterprises)"
6439  LISTRESPONSE="127\.0\.0\.68"
6440  LISTSCORE="2"
6441  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6442 }
6443
6444 :0
6445 * LT5 ?? ^no$
6446 * AWH069CHECK ?? ^yes$
6447 {
6448  LISTNAME="AWHOIS-P (Domain-Privacy.net)"
6449  LISTRESPONSE="127\.0\.0\.69"
6450  LISTSCORE="2"
6451  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6452 }
6453
6454 :0
6455 * LT5 ?? ^no$
6456 * AWH070CHECK ?? ^yes$
6457 {
6458  LISTNAME="AWHOIS-P (TakeBackPrivacy.net)"
6459  LISTRESPONSE="127\.0\.0\.70"
6460  LISTSCORE="2"
6461  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6462 }
6463
6464 :0
6465 * LT5 ?? ^no$
6466 * AWH071CHECK ?? ^yes$
6467 {
6468  LISTNAME="AWHOIS-P (Tiger Tech Private Registration)"
6469  LISTRESPONSE="127\.0\.0\.71"
6470  LISTSCORE="2"
6471  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6472 }
6473
6474 :0
6475 * LT5 ?? ^no$
6476 * AWH072CHECK ?? ^yes$
6477 {
6478  LISTNAME="AWHOIS-P (WhoisCover)"
6479  LISTRESPONSE="127\.0\.0\.72"
6480  LISTSCORE="2"
6481  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6482 }
6483
6484 :0
6485 * LT5 ?? ^no$
6486 * AWH073CHECK ?? ^yes$
6487 {
6488  LISTNAME="AWHOIS-P (Whois Proof)"
6489  LISTRESPONSE="127\.0\.0\.73"
6490  LISTSCORE="2"
6491  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6492 }
6493
6494 :0
6495 * LT5 ?? ^no$
6496 * AWH074CHECK ?? ^yes$
6497 {
6498  LISTNAME="AWHOIS-P (DomainProtect LLC Whois Privacy Service)"
6499  LISTRESPONSE="127\.0\.0\.74"
6500  LISTSCORE="2"
6501  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6502 }
6503
6504 :0
6505 * LT5 ?? ^no$
6506 * AWH075CHECK ?? ^yes$
6507 {
6508  LISTNAME="AWHOIS-P (Privacy Protection Services)"
6509  LISTRESPONSE="127\.0\.0\.75"
6510  LISTSCORE="2"
6511  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6512 }
6513
6514 :0
6515 * LT5 ?? ^no$
6516 * AWH076CHECK ?? ^yes$
6517 {
6518  LISTNAME="AWHOIS-P (PocketDomain Domain Privacy Registration)"
6519  LISTRESPONSE="127\.0\.0\.76"
6520  LISTSCORE="2"
6521  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6522 }
6523
6524 :0
6525 * LT5 ?? ^no$
6526 * AWH077CHECK ?? ^yes$
6527 {
6528  LISTNAME="AWHOIS-P (SecretRegistration.com)"
6529  LISTRESPONSE="127\.0\.0\.77"
6530  LISTSCORE="2"
6531  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6532 }
6533
6534 :0
6535 * LT5 ?? ^no$
6536 * AWH078CHECK ?? ^yes$
6537 {
6538  LISTNAME="AWHOIS-P (EasySpacePrivacy.com)"
6539  LISTRESPONSE="127\.0\.0\.78"
6540  LISTSCORE="2"
6541  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6542 }
6543
6544 :0
6545 * LT5 ?? ^no$
6546 * AWH082CHECK ?? ^yes$
6547 {
6548  LISTNAME="AWHOIS-P (Dynamic Dolphin)"
6549  LISTRESPONSE="127\.0\.0\.82"
6550  LISTSCORE="2"
6551  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6552 }
6553
6554 :0
6555 * LT5 ?? ^no$
6556 * AWH100CHECK ?? ^yes$
6557 {
6558  LISTNAME="AWHOIS-P (RespectMyPrivacy, LLC)"
6559  LISTRESPONSE="127\.0\.0\.100"
6560  LISTSCORE="2"
6561  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6562 }
6563
6564 :0
6565 * LT5 ?? ^no$
6566 * AWH101CHECK ?? ^yes$
6567 {
6568  LISTNAME="AWHOIS-P (Privacy.ca)"
6569  LISTRESPONSE="127\.0\.0\.101"
6570  LISTSCORE="2"
6571  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6572 }
6573
6574 LISTSERVER='localhost'
6575 LOCALDESCRIPTION='Null'
6576}
6577
6578INCLUDERC=${SBDIR}/functions/test-threshold.rc
6579
6580# Check first message body domain, if one exists.
6581#
6582:0
6583* LT2 ?? ^yes$
6584* AWHWHATCHECK ?? ^(ALL|BODY)$
6585* ! FIRSTBODYDOMAIN ?? ^example\.com$
6586{
6587 LT5=no
6588 LOCALDESCRIPTION="Body Domain:"
6589 LOCALCHECK=${FIRSTBODYDOMAIN}
6590 LISTSERVER="list.anonwhois.net"
6591
6592 :0
6593 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
6594
6595 :0
6596 * AWH002CHECK ?? ^yes$
6597 {
6598  LISTNAME="AWHOIS-P (1&1 Private Registration)"
6599  LISTRESPONSE="127\.0\.0\.2"
6600  LISTSCORE="2"
6601  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6602 }
6603
6604 :0
6605 * LT5 ?? ^no$
6606 * AWH003CHECK ?? ^yes$
6607 {
6608  LISTNAME="AWHOIS-P (Whois Privacy Protection Service)"
6609  LISTRESPONSE="127\.0\.0\.3"
6610  LISTSCORE="2"
6611  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6612 }
6613
6614 :0
6615 * LT5 ?? ^no$
6616 * AWH004CHECK ?? ^yes$
6617 {
6618  LISTNAME="AWHOIS-P (Network Solutions Private Registration)"
6619  LISTRESPONSE="127\.0\.0\.4"
6620  LISTSCORE="2"
6621  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6622 }
6623
6624 :0
6625 * LT5 ?? ^no$
6626 * AWH005CHECK ?? ^yes$
6627 {
6628  LISTNAME="AWHOIS-P (SecureWhois)"
6629  LISTRESPONSE="127\.0\.0\.5"
6630  LISTSCORE="2"
6631  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6632 }
6633
6634 :0
6635 * LT5 ?? ^no$
6636 * AWH007CHECK ?? ^yes$
6637 {
6638  LISTNAME="AWHOIS-P (PrivacyPost)"
6639  LISTRESPONSE="127\.0\.0\.7"
6640  LISTSCORE="2"
6641  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6642 }
6643
6644 :0
6645 * LT5 ?? ^no$
6646 * AWH008CHECK ?? ^yes$
6647 {
6648  LISTNAME="AWHOIS-P (Dreamhost Private Registration)"
6649  LISTRESPONSE="127\.0\.0\.8"
6650  LISTSCORE="2"
6651  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6652 }
6653
6654 :0
6655 * LT5 ?? ^no$
6656 * AWH010CHECK ?? ^yes$
6657 {
6658  LISTNAME="AWHOIS-P (Domain Escrow Services)"
6659  LISTRESPONSE="127\.0\.0\.10"
6660  LISTSCORE="2"
6661  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6662 }
6663
6664 :0
6665 * LT5 ?? ^no$
6666 * AWH011CHECK ?? ^yes$
6667 {
6668  LISTNAME="AWHOIS-P (Moniker Private Registration)"
6669  LISTRESPONSE="127\.0\.0\.11"
6670  LISTSCORE="2"
6671  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6672 }
6673
6674 :0
6675 * LT5 ?? ^no$
6676 * AWH012CHECK ?? ^yes$
6677 {
6678  LISTNAME="AWHOIS-P (SafeNames)"
6679  LISTRESPONSE="127\.0\.0\.12"
6680  LISTSCORE="2"
6681  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6682 }
6683
6684 :0
6685 * LT5 ?? ^no$
6686 * AWH013CHECK ?? ^yes$
6687 {
6688  LISTNAME="AWHOIS-P (Unlisted-Whois.com)"
6689  LISTRESPONSE="127\.0\.0\.13"
6690  LISTSCORE="2"
6691  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6692 }
6693
6694 :0
6695 * LT5 ?? ^no$
6696 * AWH015CHECK ?? ^yes$
6697 {
6698  LISTNAME="AWHOIS-P (Domains by Proxy)"
6699  LISTRESPONSE="127\.0\.0\.15"
6700  LISTSCORE="2"
6701  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6702 }
6703
6704 :0
6705 * LT5 ?? ^no$
6706 * AWH016CHECK ?? ^yes$
6707 {
6708  LISTNAME="AWHOIS-P (Whois Identity Shield)"
6709  LISTRESPONSE="127\.0\.0\.16"
6710  LISTSCORE="2"
6711  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6712 }
6713
6714 :0
6715 * LT5 ?? ^no$
6716 * AWH017CHECK ?? ^yes$
6717 {
6718  LISTNAME="AWHOIS-P (MyPrivateRegistration.com)"
6719  LISTRESPONSE="127\.0\.0\.17"
6720  LISTSCORE="2"
6721  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6722 }
6723
6724 :0
6725 * LT5 ?? ^no$
6726 * AWH018CHECK ?? ^yes$
6727 {
6728  LISTNAME="AWHOIS-P (WhoisGuard)"
6729  LISTRESPONSE="127\.0\.0\.18"
6730  LISTSCORE="2"
6731  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6732 }
6733
6734 :0
6735 * LT5 ?? ^no$
6736 * AWH020CHECK ?? ^yes$
6737 {
6738  LISTNAME="AWHOIS-P (WhoisProtector)"
6739  LISTRESPONSE="127\.0\.0\.20"
6740  LISTSCORE="2"
6741  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6742 }
6743
6744 :0
6745 * LT5 ?? ^no$
6746 * AWH021CHECK ?? ^yes$
6747 {
6748  LISTNAME="AWHOIS-P (Secure Whois Information Service)"
6749  LISTRESPONSE="127\.0\.0\.21"
6750  LISTSCORE="2"
6751  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6752 }
6753
6754 :0
6755 * LT5 ?? ^no$
6756 * AWH022CHECK ?? ^yes$
6757 {
6758  LISTNAME="AWHOIS-P (CrazyTroll.com ID Protect)"
6759  LISTRESPONSE="127\.0\.0\.22"
6760  LISTSCORE="2"
6761  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6762 }
6763
6764 :0
6765 * LT5 ?? ^no$
6766 * AWH023CHECK ?? ^yes$
6767 {
6768  LISTNAME="AWHOIS-P (SRS Plus Private Registration)"
6769  LISTRESPONSE="127\.0\.0\.23"
6770  LISTSCORE="2"
6771  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6772 }
6773
6774 :0
6775 * LT5 ?? ^no$
6776 * AWH024CHECK ?? ^yes$
6777 {
6778  LISTNAME="AWHOIS-P (DomainPrivacyCorp.com)"
6779  LISTRESPONSE="127\.0\.0\.24"
6780  LISTSCORE="2"
6781  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6782 }
6783
6784 :0
6785 * LT5 ?? ^no$
6786 * AWH025CHECK ?? ^yes$
6787 {
6788  LISTNAME="AWHOIS-P (Finexe Domain Proxy Service)"
6789  LISTRESPONSE="127\.0\.0\.25"
6790  LISTSCORE="2"
6791  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6792 }
6793
6794 :0
6795 * LT5 ?? ^no$
6796 * AWH026CHECK ?? ^yes$
6797 {
6798  LISTNAME="AWHOIS-P (DROA Private Registration)"
6799  LISTRESPONSE="127\.0\.0\.26"
6800  LISTSCORE="2"
6801  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6802 }
6803
6804 :0
6805 * LT5 ?? ^no$
6806 * AWH027CHECK ?? ^yes$
6807 {
6808  LISTNAME="AWHOIS-P (Dynadot Privacy Registration)"
6809  LISTRESPONSE="127\.0\.0\.27"
6810  LISTSCORE="2"
6811  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6812 }
6813
6814 :0
6815 * LT5 ?? ^no$
6816 * AWH028CHECK ?? ^yes$
6817 {
6818  LISTNAME="AWHOIS-P (LNOA WHOIS Privacy Registration)"
6819  LISTRESPONSE="127\.0\.0\.28"
6820  LISTSCORE="2"
6821  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6822 }
6823
6824 :0
6825 * LT5 ?? ^no$
6826 * AWH029CHECK ?? ^yes$
6827 {
6828  LISTNAME="AWHOIS-P (GKG.NET Domain Proxy Service)"
6829  LISTRESPONSE="127\.0\.0\.29"
6830  LISTSCORE="2"
6831  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6832 }
6833
6834 :0
6835 * LT5 ?? ^no$
6836 * AWH030CHECK ?? ^yes$
6837 {
6838  LISTNAME="AWHOIS-P (Register4Less Privacy Registration)"
6839  LISTRESPONSE="127\.0\.0\.30"
6840  LISTSCORE="2"
6841  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6842 }
6843
6844 :0
6845 * LT5 ?? ^no$
6846 * AWH031CHECK ?? ^yes$
6847 {
6848  LISTNAME="AWHOIS-P (Katz Global Domain Name Trust)"
6849  LISTRESPONSE="127\.0\.0\.31"
6850  LISTSCORE="2"
6851  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6852 }
6853
6854 :0
6855 * LT5 ?? ^no$
6856 * AWH033CHECK ?? ^yes$
6857 {
6858  LISTNAME="AWHOIS-P (Domain Listing Agent)"
6859  LISTRESPONSE="127\.0\.0\.33"
6860  LISTSCORE="2"
6861  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6862 }
6863
6864 :0
6865 * LT5 ?? ^no$
6866 * AWH034CHECK ?? ^yes$
6867 {
6868  LISTNAME="AWHOIS-P (MapName.com)"
6869  LISTRESPONSE="127\.0\.0\.34"
6870  LISTSCORE="2"
6871  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6872 }
6873
6874 :0
6875 * LT5 ?? ^no$
6876 * AWH037CHECK ?? ^yes$
6877 {
6878  LISTNAME="AWHOIS-P (ContactPrivacy.com)"
6879  LISTRESPONSE="127\.0\.0\.37"
6880  LISTSCORE="2"
6881  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6882 }
6883
6884 :0
6885 * LT5 ?? ^no$
6886 * AWH038CHECK ?? ^yes$
6887 {
6888  LISTNAME="AWHOIS-P (Privacy-Domain.com)"
6889  LISTRESPONSE="127\.0\.0\.38"
6890  LISTSCORE="2"
6891  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6892 }
6893
6894 :0
6895 * LT5 ?? ^no$
6896 * AWH041CHECK ?? ^yes$
6897 {
6898  LISTNAME="AWHOIS-P (NOLDC, Inc.)"
6899  LISTRESPONSE="127\.0\.0\.41"
6900  LISTSCORE="2"
6901  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6902 }
6903
6904 :0
6905 * LT5 ?? ^no$
6906 * AWH042CHECK ?? ^yes$
6907 {
6908  LISTNAME="AWHOIS-P (NetIdentity)"
6909  LISTRESPONSE="127\.0\.0\.42"
6910  LISTSCORE="2"
6911  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6912 }
6913
6914 :0
6915 * LT5 ?? ^no$
6916 * AWH045CHECK ?? ^yes$
6917 {
6918  LISTNAME="AWHOIS-P (Domain Discreet)"
6919  LISTRESPONSE="127\.0\.0\.45"
6920  LISTSCORE="2"
6921  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6922 }
6923
6924 :0
6925 * LT5 ?? ^no$
6926 * AWH046CHECK ?? ^yes$
6927 {
6928  LISTNAME="AWHOIS-P (Global Internet Private Registration)"
6929  LISTRESPONSE="127\.0\.0\.46"
6930  LISTSCORE="2"
6931  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6932 }
6933
6934 :0
6935 * LT5 ?? ^no$
6936 * AWH048CHECK ?? ^yes$
6937 {
6938  LISTNAME="AWHOIS-P (BLCC Gold Anonymous Domain Trust)"
6939  LISTRESPONSE="127\.0\.0\.48"
6940  LISTSCORE="2"
6941  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6942 }
6943
6944 :0
6945 * LT5 ?? ^no$
6946 * AWH049CHECK ?? ^yes$
6947 {
6948  LISTNAME="AWHOIS-P (Webmasters.com Private Registration)"
6949  LISTRESPONSE="127\.0\.0\.49"
6950  LISTSCORE="2"
6951  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6952 }
6953
6954 :0
6955 * LT5 ?? ^no$
6956 * AWH051CHECK ?? ^yes$
6957 {
6958  LISTNAME="AWHOIS-P (Shielded WHOIS)"
6959  LISTRESPONSE="127\.0\.0\.51"
6960  LISTSCORE="2"
6961  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6962 }
6963
6964 :0
6965 * LT5 ?? ^no$
6966 * AWH052CHECK ?? ^yes$
6967 {
6968  LISTNAME="AWHOIS-P (ID Domain Privacy Network)"
6969  LISTRESPONSE="127\.0\.0\.52"
6970  LISTSCORE="2"
6971  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6972 }
6973
6974 :0
6975 * LT5 ?? ^no$
6976 * AWH053CHECK ?? ^yes$
6977 {
6978  LISTNAME="AWHOIS-P (BlueHost.com Domain Privacy Registration)"
6979  LISTRESPONSE="127\.0\.0\.53"
6980  LISTSCORE="2"
6981  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6982 }
6983
6984 :0
6985 * LT5 ?? ^no$
6986 * AWH054CHECK ?? ^yes$
6987 {
6988  LISTNAME="AWHOIS-P (Jumpline Whois Privacy Registration)"
6989  LISTRESPONSE="127\.0\.0\.54"
6990  LISTSCORE="2"
6991  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
6992 }
6993
6994 :0
6995 * LT5 ?? ^no$
6996 * AWH055CHECK ?? ^yes$
6997 {
6998  LISTNAME="AWHOIS-P (PerfectPrivacy.com)"
6999  LISTRESPONSE="127\.0\.0\.55"
7000  LISTSCORE="2"
7001  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7002 }
7003
7004 :0
7005 * LT5 ?? ^no$
7006 * AWH057CHECK ?? ^yes$
7007 {
7008  LISTNAME="AWHOIS-P (PrivacyProtect.org)"
7009  LISTRESPONSE="127\.0\.0\.57"
7010  LISTSCORE="2"
7011  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7012 }
7013
7014 :0
7015 * LT5 ?? ^no$
7016 * AWH058CHECK ?? ^yes$
7017 {
7018  LISTNAME="AWHOIS-P (NameNation.com Privacy Registration)"
7019  LISTRESPONSE="127\.0\.0\.58"
7020  LISTSCORE="2"
7021  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7022 }
7023
7024 :0
7025 * LT5 ?? ^no$
7026 * AWH060CHECK ?? ^yes$
7027 {
7028  LISTNAME="AWHOIS-P (Protected Domain Services Registration)"
7029  LISTRESPONSE="127\.0\.0\.60"
7030  LISTSCORE="2"
7031  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7032 }
7033
7034 :0
7035 * LT5 ?? ^no$
7036 * AWH061CHECK ?? ^yes$
7037 {
7038  LISTNAME="AWHOIS-P (Affiliate Industry Protected WHOIS)"
7039  LISTRESPONSE="127\.0\.0\.61"
7040  LISTSCORE="2"
7041  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7042 }
7043
7044 :0
7045 * LT5 ?? ^no$
7046 * AWH062CHECK ?? ^yes$
7047 {
7048  LISTNAME="AWHOIS-P (DomainIt Private Registration)"
7049  LISTRESPONSE="127\.0\.0\.62"
7050  LISTSCORE="2"
7051  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7052 }
7053
7054 :0
7055 * LT5 ?? ^no$
7056 * AWH063CHECK ?? ^yes$
7057 {
7058  LISTNAME="AWHOIS-P (AnonDNS.org)"
7059  LISTRESPONSE="127\.0\.0\.63"
7060  LISTSCORE="2"
7061  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7062 }
7063
7064 :0
7065 * LT5 ?? ^no$
7066 * AWH065CHECK ?? ^yes$
7067 {
7068  LISTNAME="AWHOIS-P (SiteSteward.com Private Registration)"
7069  LISTRESPONSE="127\.0\.0\.65"
7070  LISTSCORE="2"
7071  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7072 }
7073
7074 :0
7075 * LT5 ?? ^no$
7076 * AWH066CHECK ?? ^yes$
7077 {
7078  LISTNAME="AWHOIS-P (Name Administration)"
7079  LISTRESPONSE="127\.0\.0\.66"
7080  LISTSCORE="2"
7081  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7082 }
7083
7084 :0
7085 * LT5 ?? ^no$
7086 * AWH067CHECK ?? ^yes$
7087 {
7088  LISTNAME="AWHOIS-P (PrivateDomainRegistrations/Gary Reed)"
7089  LISTRESPONSE="127\.0\.0\.67"
7090  LISTSCORE="2"
7091  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7092 }
7093
7094 :0
7095 * LT5 ?? ^no$
7096 * AWH068CHECK ?? ^yes$
7097 {
7098  LISTNAME="AWHOIS-P (CSMJBS Enterprises)"
7099  LISTRESPONSE="127\.0\.0\.68"
7100  LISTSCORE="2"
7101  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7102 }
7103
7104 :0
7105 * LT5 ?? ^no$
7106 * AWH069CHECK ?? ^yes$
7107 {
7108  LISTNAME="AWHOIS-P (Domain-Privacy.net)"
7109  LISTRESPONSE="127\.0\.0\.69"
7110  LISTSCORE="2"
7111  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7112 }
7113
7114 :0
7115 * LT5 ?? ^no$
7116 * AWH070CHECK ?? ^yes$
7117 {
7118  LISTNAME="AWHOIS-P (TakeBackPrivacy.net)"
7119  LISTRESPONSE="127\.0\.0\.70"
7120  LISTSCORE="2"
7121  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7122 }
7123
7124 :0
7125 * LT5 ?? ^no$
7126 * AWH071CHECK ?? ^yes$
7127 {
7128  LISTNAME="AWHOIS-P (Tiger Tech Private Registration)"
7129  LISTRESPONSE="127\.0\.0\.71"
7130  LISTSCORE="2"
7131  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7132 }
7133
7134 :0
7135 * LT5 ?? ^no$
7136 * AWH072CHECK ?? ^yes$
7137 {
7138  LISTNAME="AWHOIS-P (WhoisCover)"
7139  LISTRESPONSE="127\.0\.0\.72"
7140  LISTSCORE="2"
7141  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7142 }
7143
7144 :0
7145 * LT5 ?? ^no$
7146 * AWH073CHECK ?? ^yes$
7147 {
7148  LISTNAME="AWHOIS-P (Whois Proof)"
7149  LISTRESPONSE="127\.0\.0\.73"
7150  LISTSCORE="2"
7151  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7152 }
7153
7154 :0
7155 * LT5 ?? ^no$
7156 * AWH074CHECK ?? ^yes$
7157 {
7158  LISTNAME="AWHOIS-P (DomainProtect LLC Whois Privacy Service)"
7159  LISTRESPONSE="127\.0\.0\.74"
7160  LISTSCORE="2"
7161  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7162 }
7163
7164 :0
7165 * LT5 ?? ^no$
7166 * AWH075CHECK ?? ^yes$
7167 {
7168  LISTNAME="AWHOIS-P (Privacy Protection Services)"
7169  LISTRESPONSE="127\.0\.0\.75"
7170  LISTSCORE="2"
7171  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7172 }
7173
7174 :0
7175 * LT5 ?? ^no$
7176 * AWH076CHECK ?? ^yes$
7177 {
7178  LISTNAME="AWHOIS-P (PocketDomain Domain Privacy Registration)"
7179  LISTRESPONSE="127\.0\.0\.76"
7180  LISTSCORE="2"
7181  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7182 }
7183
7184 :0
7185 * LT5 ?? ^no$
7186 * AWH077CHECK ?? ^yes$
7187 {
7188  LISTNAME="AWHOIS-P (SecretRegistration.com)"
7189  LISTRESPONSE="127\.0\.0\.77"
7190  LISTSCORE="2"
7191  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7192 }
7193
7194 :0
7195 * LT5 ?? ^no$
7196 * AWH078CHECK ?? ^yes$
7197 {
7198  LISTNAME="AWHOIS-P (EasySpacePrivacy.com)"
7199  LISTRESPONSE="127\.0\.0\.78"
7200  LISTSCORE="2"
7201  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7202 }
7203
7204 :0
7205 * LT5 ?? ^no$
7206 * AWH082CHECK ?? ^yes$
7207 {
7208  LISTNAME="AWHOIS-P (Dynamic Dolphin)"
7209  LISTRESPONSE="127\.0\.0\.82"
7210  LISTSCORE="2"
7211  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7212 }
7213
7214 :0
7215 * LT5 ?? ^no$
7216 * AWH100CHECK ?? ^yes$
7217 {
7218  LISTNAME="AWHOIS-P (RespectMyPrivacy, LLC)"
7219  LISTRESPONSE="127\.0\.0\.100"
7220  LISTSCORE="2"
7221  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7222 }
7223
7224 :0
7225 * LT5 ?? ^no$
7226 * AWH101CHECK ?? ^yes$
7227 {
7228  LISTNAME="AWHOIS-P (Privacy.ca)"
7229  LISTRESPONSE="127\.0\.0\.101"
7230  LISTSCORE="2"
7231  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7232 }
7233
7234 LISTSERVER='localhost'
7235 LOCALDESCRIPTION='Null'
7236}
7237
7238INCLUDERC=${SBDIR}/functions/test-threshold.rc
7239
7240# Check second message body domain, if one exists.
7241#
7242:0
7243* LT2 ?? ^yes$
7244* AWHWHATCHECK ?? ^(ALL|BODY)$
7245* ! SECONDBODYDOMAIN ?? ^example\.com$
7246* $ ! SECONDBODYDOMAIN ?? ${FIRSTBODYDOMAIN}
7247{
7248 LT5=no
7249 LOCALDESCRIPTION="Body Domain:"
7250 LOCALCHECK=${SECONDBODYDOMAIN}
7251 LISTSERVER="list.anonwhois.net"
7252
7253 :0
7254 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
7255
7256 :0
7257 * AWH002CHECK ?? ^yes$
7258 {
7259  LISTNAME="AWHOIS-P (1&1 Private Registration)"
7260  LISTRESPONSE="127\.0\.0\.2"
7261  LISTSCORE="2"
7262  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7263 }
7264
7265 :0
7266 * LT5 ?? ^no$
7267 * AWH003CHECK ?? ^yes$
7268 {
7269  LISTNAME="AWHOIS-P (Whois Privacy Protection Service)"
7270  LISTRESPONSE="127\.0\.0\.3"
7271  LISTSCORE="2"
7272  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7273 }
7274
7275 :0
7276 * LT5 ?? ^no$
7277 * AWH004CHECK ?? ^yes$
7278 {
7279  LISTNAME="AWHOIS-P (Network Solutions Private Registration)"
7280  LISTRESPONSE="127\.0\.0\.4"
7281  LISTSCORE="2"
7282  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7283 }
7284
7285 :0
7286 * LT5 ?? ^no$
7287 * AWH005CHECK ?? ^yes$
7288 {
7289  LISTNAME="AWHOIS-P (SecureWhois)"
7290  LISTRESPONSE="127\.0\.0\.5"
7291  LISTSCORE="2"
7292  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7293 }
7294
7295 :0
7296 * LT5 ?? ^no$
7297 * AWH007CHECK ?? ^yes$
7298 {
7299  LISTNAME="AWHOIS-P (PrivacyPost)"
7300  LISTRESPONSE="127\.0\.0\.7"
7301  LISTSCORE="2"
7302  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7303 }
7304
7305 :0
7306 * LT5 ?? ^no$
7307 * AWH008CHECK ?? ^yes$
7308 {
7309  LISTNAME="AWHOIS-P (Dreamhost Private Registration)"
7310  LISTRESPONSE="127\.0\.0\.8"
7311  LISTSCORE="2"
7312  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7313 }
7314
7315 :0
7316 * LT5 ?? ^no$
7317 * AWH010CHECK ?? ^yes$
7318 {
7319  LISTNAME="AWHOIS-P (Domain Escrow Services)"
7320  LISTRESPONSE="127\.0\.0\.10"
7321  LISTSCORE="2"
7322  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7323 }
7324
7325 :0
7326 * LT5 ?? ^no$
7327 * AWH011CHECK ?? ^yes$
7328 {
7329  LISTNAME="AWHOIS-P (Moniker Private Registration)"
7330  LISTRESPONSE="127\.0\.0\.11"
7331  LISTSCORE="2"
7332  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7333 }
7334
7335 :0
7336 * LT5 ?? ^no$
7337 * AWH012CHECK ?? ^yes$
7338 {
7339  LISTNAME="AWHOIS-P (SafeNames)"
7340  LISTRESPONSE="127\.0\.0\.12"
7341  LISTSCORE="2"
7342  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7343 }
7344
7345 :0
7346 * LT5 ?? ^no$
7347 * AWH013CHECK ?? ^yes$
7348 {
7349  LISTNAME="AWHOIS-P (Unlisted-Whois.com)"
7350  LISTRESPONSE="127\.0\.0\.13"
7351  LISTSCORE="2"
7352  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7353 }
7354
7355 :0
7356 * LT5 ?? ^no$
7357 * AWH015CHECK ?? ^yes$
7358 {
7359  LISTNAME="AWHOIS-P (Domains by Proxy)"
7360  LISTRESPONSE="127\.0\.0\.15"
7361  LISTSCORE="2"
7362  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7363 }
7364
7365 :0
7366 * LT5 ?? ^no$
7367 * AWH016CHECK ?? ^yes$
7368 {
7369  LISTNAME="AWHOIS-P (Whois Identity Shield)"
7370  LISTRESPONSE="127\.0\.0\.16"
7371  LISTSCORE="2"
7372  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7373 }
7374
7375 :0
7376 * LT5 ?? ^no$
7377 * AWH017CHECK ?? ^yes$
7378 {
7379  LISTNAME="AWHOIS-P (MyPrivateRegistration.com)"
7380  LISTRESPONSE="127\.0\.0\.17"
7381  LISTSCORE="2"
7382  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7383 }
7384
7385 :0
7386 * LT5 ?? ^no$
7387 * AWH018CHECK ?? ^yes$
7388 {
7389  LISTNAME="AWHOIS-P (WhoisGuard)"
7390  LISTRESPONSE="127\.0\.0\.18"
7391  LISTSCORE="2"
7392  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7393 }
7394
7395 :0
7396 * LT5 ?? ^no$
7397 * AWH020CHECK ?? ^yes$
7398 {
7399  LISTNAME="AWHOIS-P (WhoisProtector)"
7400  LISTRESPONSE="127\.0\.0\.20"
7401  LISTSCORE="2"
7402  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7403 }
7404
7405 :0
7406 * LT5 ?? ^no$
7407 * AWH021CHECK ?? ^yes$
7408 {
7409  LISTNAME="AWHOIS-P (Secure Whois Information Service)"
7410  LISTRESPONSE="127\.0\.0\.21"
7411  LISTSCORE="2"
7412  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7413 }
7414
7415 :0
7416 * LT5 ?? ^no$
7417 * AWH022CHECK ?? ^yes$
7418 {
7419  LISTNAME="AWHOIS-P (CrazyTroll.com ID Protect)"
7420  LISTRESPONSE="127\.0\.0\.22"
7421  LISTSCORE="2"
7422  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7423 }
7424
7425 :0
7426 * LT5 ?? ^no$
7427 * AWH023CHECK ?? ^yes$
7428 {
7429  LISTNAME="AWHOIS-P (SRS Plus Private Registration)"
7430  LISTRESPONSE="127\.0\.0\.23"
7431  LISTSCORE="2"
7432  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7433 }
7434
7435 :0
7436 * LT5 ?? ^no$
7437 * AWH024CHECK ?? ^yes$
7438 {
7439  LISTNAME="AWHOIS-P (DomainPrivacyCorp.com)"
7440  LISTRESPONSE="127\.0\.0\.24"
7441  LISTSCORE="2"
7442  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7443 }
7444
7445 :0
7446 * LT5 ?? ^no$
7447 * AWH025CHECK ?? ^yes$
7448 {
7449  LISTNAME="AWHOIS-P (Finexe Domain Proxy Service)"
7450  LISTRESPONSE="127\.0\.0\.25"
7451  LISTSCORE="2"
7452  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7453 }
7454
7455 :0
7456 * LT5 ?? ^no$
7457 * AWH026CHECK ?? ^yes$
7458 {
7459  LISTNAME="AWHOIS-P (DROA Private Registration)"
7460  LISTRESPONSE="127\.0\.0\.26"
7461  LISTSCORE="2"
7462  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7463 }
7464
7465 :0
7466 * LT5 ?? ^no$
7467 * AWH027CHECK ?? ^yes$
7468 {
7469  LISTNAME="AWHOIS-P (Dynadot Privacy Registration)"
7470  LISTRESPONSE="127\.0\.0\.27"
7471  LISTSCORE="2"
7472  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7473 }
7474
7475 :0
7476 * LT5 ?? ^no$
7477 * AWH028CHECK ?? ^yes$
7478 {
7479  LISTNAME="AWHOIS-P (LNOA WHOIS Privacy Registration)"
7480  LISTRESPONSE="127\.0\.0\.28"
7481  LISTSCORE="2"
7482  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7483 }
7484
7485 :0
7486 * LT5 ?? ^no$
7487 * AWH029CHECK ?? ^yes$
7488 {
7489  LISTNAME="AWHOIS-P (GKG.NET Domain Proxy Service)"
7490  LISTRESPONSE="127\.0\.0\.29"
7491  LISTSCORE="2"
7492  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7493 }
7494
7495 :0
7496 * LT5 ?? ^no$
7497 * AWH030CHECK ?? ^yes$
7498 {
7499  LISTNAME="AWHOIS-P (Register4Less Privacy Registration)"
7500  LISTRESPONSE="127\.0\.0\.30"
7501  LISTSCORE="2"
7502  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7503 }
7504
7505 :0
7506 * LT5 ?? ^no$
7507 * AWH031CHECK ?? ^yes$
7508 {
7509  LISTNAME="AWHOIS-P (Katz Global Domain Name Trust)"
7510  LISTRESPONSE="127\.0\.0\.31"
7511  LISTSCORE="2"
7512  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7513 }
7514
7515 :0
7516 * LT5 ?? ^no$
7517 * AWH033CHECK ?? ^yes$
7518 {
7519  LISTNAME="AWHOIS-P (Domain Listing Agent)"
7520  LISTRESPONSE="127\.0\.0\.33"
7521  LISTSCORE="2"
7522  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7523 }
7524
7525 :0
7526 * LT5 ?? ^no$
7527 * AWH034CHECK ?? ^yes$
7528 {
7529  LISTNAME="AWHOIS-P (MapName.com)"
7530  LISTRESPONSE="127\.0\.0\.34"
7531  LISTSCORE="2"
7532  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7533 }
7534
7535 :0
7536 * LT5 ?? ^no$
7537 * AWH037CHECK ?? ^yes$
7538 {
7539  LISTNAME="AWHOIS-P (ContactPrivacy.com)"
7540  LISTRESPONSE="127\.0\.0\.37"
7541  LISTSCORE="2"
7542  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7543 }
7544
7545 :0
7546 * LT5 ?? ^no$
7547 * AWH038CHECK ?? ^yes$
7548 {
7549  LISTNAME="AWHOIS-P (Privacy-Domain.com)"
7550  LISTRESPONSE="127\.0\.0\.38"
7551  LISTSCORE="2"
7552  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7553 }
7554
7555 :0
7556 * LT5 ?? ^no$
7557 * AWH041CHECK ?? ^yes$
7558 {
7559  LISTNAME="AWHOIS-P (NOLDC, Inc.)"
7560  LISTRESPONSE="127\.0\.0\.41"
7561  LISTSCORE="2"
7562  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7563 }
7564
7565 :0
7566 * LT5 ?? ^no$
7567 * AWH042CHECK ?? ^yes$
7568 {
7569  LISTNAME="AWHOIS-P (NetIdentity)"
7570  LISTRESPONSE="127\.0\.0\.42"
7571  LISTSCORE="2"
7572  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7573 }
7574
7575 :0
7576 * LT5 ?? ^no$
7577 * AWH045CHECK ?? ^yes$
7578 {
7579  LISTNAME="AWHOIS-P (Domain Discreet)"
7580  LISTRESPONSE="127\.0\.0\.45"
7581  LISTSCORE="2"
7582  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7583 }
7584
7585 :0
7586 * LT5 ?? ^no$
7587 * AWH046CHECK ?? ^yes$
7588 {
7589  LISTNAME="AWHOIS-P (Global Internet Private Registration)"
7590  LISTRESPONSE="127\.0\.0\.46"
7591  LISTSCORE="2"
7592  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7593 }
7594
7595 :0
7596 * LT5 ?? ^no$
7597 * AWH048CHECK ?? ^yes$
7598 {
7599  LISTNAME="AWHOIS-P (BLCC Gold Anonymous Domain Trust)"
7600  LISTRESPONSE="127\.0\.0\.48"
7601  LISTSCORE="2"
7602  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7603 }
7604
7605 :0
7606 * LT5 ?? ^no$
7607 * AWH049CHECK ?? ^yes$
7608 {
7609  LISTNAME="AWHOIS-P (Webmasters.com Private Registration)"
7610  LISTRESPONSE="127\.0\.0\.49"
7611  LISTSCORE="2"
7612  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7613 }
7614
7615 :0
7616 * LT5 ?? ^no$
7617 * AWH051CHECK ?? ^yes$
7618 {
7619  LISTNAME="AWHOIS-P (Shielded WHOIS)"
7620  LISTRESPONSE="127\.0\.0\.51"
7621  LISTSCORE="2"
7622  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7623 }
7624
7625 :0
7626 * LT5 ?? ^no$
7627 * AWH052CHECK ?? ^yes$
7628 {
7629  LISTNAME="AWHOIS-P (ID Domain Privacy Network)"
7630  LISTRESPONSE="127\.0\.0\.52"
7631  LISTSCORE="2"
7632  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7633 }
7634
7635 :0
7636 * LT5 ?? ^no$
7637 * AWH053CHECK ?? ^yes$
7638 {
7639  LISTNAME="AWHOIS-P (BlueHost.com Domain Privacy Registration)"
7640  LISTRESPONSE="127\.0\.0\.53"
7641  LISTSCORE="2"
7642  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7643 }
7644
7645 :0
7646 * LT5 ?? ^no$
7647 * AWH054CHECK ?? ^yes$
7648 {
7649  LISTNAME="AWHOIS-P (Jumpline Whois Privacy Registration)"
7650  LISTRESPONSE="127\.0\.0\.54"
7651  LISTSCORE="2"
7652  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7653 }
7654
7655 :0
7656 * LT5 ?? ^no$
7657 * AWH055CHECK ?? ^yes$
7658 {
7659  LISTNAME="AWHOIS-P (PerfectPrivacy.com)"
7660  LISTRESPONSE="127\.0\.0\.55"
7661  LISTSCORE="2"
7662  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7663 }
7664
7665 :0
7666 * LT5 ?? ^no$
7667 * AWH057CHECK ?? ^yes$
7668 {
7669  LISTNAME="AWHOIS-P (PrivacyProtect.org)"
7670  LISTRESPONSE="127\.0\.0\.57"
7671  LISTSCORE="2"
7672  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7673 }
7674
7675 :0
7676 * LT5 ?? ^no$
7677 * AWH058CHECK ?? ^yes$
7678 {
7679  LISTNAME="AWHOIS-P (NameNation.com Privacy Registration)"
7680  LISTRESPONSE="127\.0\.0\.58"
7681  LISTSCORE="2"
7682  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7683 }
7684
7685 :0
7686 * LT5 ?? ^no$
7687 * AWH060CHECK ?? ^yes$
7688 {
7689  LISTNAME="AWHOIS-P (Protected Domain Services Registration)"
7690  LISTRESPONSE="127\.0\.0\.60"
7691  LISTSCORE="2"
7692  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7693 }
7694
7695 :0
7696 * LT5 ?? ^no$
7697 * AWH061CHECK ?? ^yes$
7698 {
7699  LISTNAME="AWHOIS-P (Affiliate Industry Protected WHOIS)"
7700  LISTRESPONSE="127\.0\.0\.61"
7701  LISTSCORE="2"
7702  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7703 }
7704
7705 :0
7706 * LT5 ?? ^no$
7707 * AWH062CHECK ?? ^yes$
7708 {
7709  LISTNAME="AWHOIS-P (DomainIt Private Registration)"
7710  LISTRESPONSE="127\.0\.0\.62"
7711  LISTSCORE="2"
7712  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7713 }
7714
7715 :0
7716 * LT5 ?? ^no$
7717 * AWH063CHECK ?? ^yes$
7718 {
7719  LISTNAME="AWHOIS-P (AnonDNS.org)"
7720  LISTRESPONSE="127\.0\.0\.63"
7721  LISTSCORE="2"
7722  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7723 }
7724
7725 :0
7726 * LT5 ?? ^no$
7727 * AWH065CHECK ?? ^yes$
7728 {
7729  LISTNAME="AWHOIS-P (SiteSteward.com Private Registration)"
7730  LISTRESPONSE="127\.0\.0\.65"
7731  LISTSCORE="2"
7732  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7733 }
7734
7735 :0
7736 * LT5 ?? ^no$
7737 * AWH066CHECK ?? ^yes$
7738 {
7739  LISTNAME="AWHOIS-P (Name Administration)"
7740  LISTRESPONSE="127\.0\.0\.66"
7741  LISTSCORE="2"
7742  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7743 }
7744
7745 :0
7746 * LT5 ?? ^no$
7747 * AWH067CHECK ?? ^yes$
7748 {
7749  LISTNAME="AWHOIS-P (PrivateDomainRegistrations/Gary Reed)"
7750  LISTRESPONSE="127\.0\.0\.67"
7751  LISTSCORE="2"
7752  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7753 }
7754
7755 :0
7756 * LT5 ?? ^no$
7757 * AWH068CHECK ?? ^yes$
7758 {
7759  LISTNAME="AWHOIS-P (CSMJBS Enterprises)"
7760  LISTRESPONSE="127\.0\.0\.68"
7761  LISTSCORE="2"
7762  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7763 }
7764
7765 :0
7766 * LT5 ?? ^no$
7767 * AWH069CHECK ?? ^yes$
7768 {
7769  LISTNAME="AWHOIS-P (Domain-Privacy.net)"
7770  LISTRESPONSE="127\.0\.0\.69"
7771  LISTSCORE="2"
7772  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7773 }
7774
7775 :0
7776 * LT5 ?? ^no$
7777 * AWH070CHECK ?? ^yes$
7778 {
7779  LISTNAME="AWHOIS-P (TakeBackPrivacy.net)"
7780  LISTRESPONSE="127\.0\.0\.70"
7781  LISTSCORE="2"
7782  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7783 }
7784
7785 :0
7786 * LT5 ?? ^no$
7787 * AWH071CHECK ?? ^yes$
7788 {
7789  LISTNAME="AWHOIS-P (Tiger Tech Private Registration)"
7790  LISTRESPONSE="127\.0\.0\.71"
7791  LISTSCORE="2"
7792  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7793 }
7794
7795 :0
7796 * LT5 ?? ^no$
7797 * AWH072CHECK ?? ^yes$
7798 {
7799  LISTNAME="AWHOIS-P (WhoisCover)"
7800  LISTRESPONSE="127\.0\.0\.72"
7801  LISTSCORE="2"
7802  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7803 }
7804
7805 :0
7806 * LT5 ?? ^no$
7807 * AWH073CHECK ?? ^yes$
7808 {
7809  LISTNAME="AWHOIS-P (Whois Proof)"
7810  LISTRESPONSE="127\.0\.0\.73"
7811  LISTSCORE="2"
7812  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7813 }
7814
7815 :0
7816 * LT5 ?? ^no$
7817 * AWH074CHECK ?? ^yes$
7818 {
7819  LISTNAME="AWHOIS-P (DomainProtect LLC Whois Privacy Service)"
7820  LISTRESPONSE="127\.0\.0\.74"
7821  LISTSCORE="2"
7822  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7823 }
7824
7825 :0
7826 * LT5 ?? ^no$
7827 * AWH075CHECK ?? ^yes$
7828 {
7829  LISTNAME="AWHOIS-P (Privacy Protection Services)"
7830  LISTRESPONSE="127\.0\.0\.75"
7831  LISTSCORE="2"
7832  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7833 }
7834
7835 :0
7836 * LT5 ?? ^no$
7837 * AWH076CHECK ?? ^yes$
7838 {
7839  LISTNAME="AWHOIS-P (PocketDomain Domain Privacy Registration)"
7840  LISTRESPONSE="127\.0\.0\.76"
7841  LISTSCORE="2"
7842  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7843 }
7844
7845 :0
7846 * LT5 ?? ^no$
7847 * AWH077CHECK ?? ^yes$
7848 {
7849  LISTNAME="AWHOIS-P (SecretRegistration.com)"
7850  LISTRESPONSE="127\.0\.0\.77"
7851  LISTSCORE="2"
7852  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7853 }
7854
7855 :0
7856 * LT5 ?? ^no$
7857 * AWH078CHECK ?? ^yes$
7858 {
7859  LISTNAME="AWHOIS-P (EasySpacePrivacy.com)"
7860  LISTRESPONSE="127\.0\.0\.78"
7861  LISTSCORE="2"
7862  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7863 }
7864
7865 :0
7866 * LT5 ?? ^no$
7867 * AWH082CHECK ?? ^yes$
7868 {
7869  LISTNAME="AWHOIS-P (Dynamic Dolphin)"
7870  LISTRESPONSE="127\.0\.0\.82"
7871  LISTSCORE="2"
7872  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7873 }
7874
7875 :0
7876 * LT5 ?? ^no$
7877 * AWH100CHECK ?? ^yes$
7878 {
7879  LISTNAME="AWHOIS-P (RespectMyPrivacy, LLC)"
7880  LISTRESPONSE="127\.0\.0\.100"
7881  LISTSCORE="2"
7882  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7883 }
7884
7885 :0
7886 * LT5 ?? ^no$
7887 * AWH101CHECK ?? ^yes$
7888 {
7889  LISTNAME="AWHOIS-P (Privacy.ca)"
7890  LISTRESPONSE="127\.0\.0\.101"
7891  LISTSCORE="2"
7892  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7893 }
7894
7895 LISTSERVER='localhost'
7896 LOCALDESCRIPTION='Null'
7897}
7898
7899INCLUDERC=${SBDIR}/functions/test-threshold.rc
7900
7901# Check third message body domain, if one exists.
7902#
7903:0
7904* LT2 ?? ^yes$
7905* AWHWHATCHECK ?? ^(ALL|BODY)$
7906* ! THIRDBODYDOMAIN ?? ^example\.com$
7907* $ ! THIRDBODYDOMAIN ?? ${FIRSTBODYDOMAIN}
7908* $ ! THIRDBODYDOMAIN ?? ${SECONDBODYDOMAIN}
7909{
7910 LT5=no
7911 LOCALDESCRIPTION="Body Domain:"
7912 LOCALCHECK=${THIRDBODYDOMAIN}
7913 LISTSERVER="list.anonwhois.net"
7914
7915 :0
7916 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
7917
7918 :0
7919 * AWH002CHECK ?? ^yes$
7920 {
7921  LISTNAME="AWHOIS-P (1&1 Private Registration)"
7922  LISTRESPONSE="127\.0\.0\.2"
7923  LISTSCORE="2"
7924  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7925 }
7926
7927 :0
7928 * LT5 ?? ^no$
7929 * AWH003CHECK ?? ^yes$
7930 {
7931  LISTNAME="AWHOIS-P (Whois Privacy Protection Service)"
7932  LISTRESPONSE="127\.0\.0\.3"
7933  LISTSCORE="2"
7934  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7935 }
7936
7937 :0
7938 * LT5 ?? ^no$
7939 * AWH004CHECK ?? ^yes$
7940 {
7941  LISTNAME="AWHOIS-P (Network Solutions Private Registration)"
7942  LISTRESPONSE="127\.0\.0\.4"
7943  LISTSCORE="2"
7944  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7945 }
7946
7947 :0
7948 * LT5 ?? ^no$
7949 * AWH005CHECK ?? ^yes$
7950 {
7951  LISTNAME="AWHOIS-P (SecureWhois)"
7952  LISTRESPONSE="127\.0\.0\.5"
7953  LISTSCORE="2"
7954  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7955 }
7956
7957 :0
7958 * LT5 ?? ^no$
7959 * AWH007CHECK ?? ^yes$
7960 {
7961  LISTNAME="AWHOIS-P (PrivacyPost)"
7962  LISTRESPONSE="127\.0\.0\.7"
7963  LISTSCORE="2"
7964  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7965 }
7966
7967 :0
7968 * LT5 ?? ^no$
7969 * AWH008CHECK ?? ^yes$
7970 {
7971  LISTNAME="AWHOIS-P (Dreamhost Private Registration)"
7972  LISTRESPONSE="127\.0\.0\.8"
7973  LISTSCORE="2"
7974  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7975 }
7976
7977 :0
7978 * LT5 ?? ^no$
7979 * AWH010CHECK ?? ^yes$
7980 {
7981  LISTNAME="AWHOIS-P (Domain Escrow Services)"
7982  LISTRESPONSE="127\.0\.0\.10"
7983  LISTSCORE="2"
7984  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7985 }
7986
7987 :0
7988 * LT5 ?? ^no$
7989 * AWH011CHECK ?? ^yes$
7990 {
7991  LISTNAME="AWHOIS-P (Moniker Private Registration)"
7992  LISTRESPONSE="127\.0\.0\.11"
7993  LISTSCORE="2"
7994  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
7995 }
7996
7997 :0
7998 * LT5 ?? ^no$
7999 * AWH012CHECK ?? ^yes$
8000 {
8001  LISTNAME="AWHOIS-P (SafeNames)"
8002  LISTRESPONSE="127\.0\.0\.12"
8003  LISTSCORE="2"
8004  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8005 }
8006
8007 :0
8008 * LT5 ?? ^no$
8009 * AWH013CHECK ?? ^yes$
8010 {
8011  LISTNAME="AWHOIS-P (Unlisted-Whois.com)"
8012  LISTRESPONSE="127\.0\.0\.13"
8013  LISTSCORE="2"
8014  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8015 }
8016
8017 :0
8018 * LT5 ?? ^no$
8019 * AWH015CHECK ?? ^yes$
8020 {
8021  LISTNAME="AWHOIS-P (Domains by Proxy)"
8022  LISTRESPONSE="127\.0\.0\.15"
8023  LISTSCORE="2"
8024  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8025 }
8026
8027 :0
8028 * LT5 ?? ^no$
8029 * AWH016CHECK ?? ^yes$
8030 {
8031  LISTNAME="AWHOIS-P (Whois Identity Shield)"
8032  LISTRESPONSE="127\.0\.0\.16"
8033  LISTSCORE="2"
8034  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8035 }
8036
8037 :0
8038 * LT5 ?? ^no$
8039 * AWH017CHECK ?? ^yes$
8040 {
8041  LISTNAME="AWHOIS-P (MyPrivateRegistration.com)"
8042  LISTRESPONSE="127\.0\.0\.17"
8043  LISTSCORE="2"
8044  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8045 }
8046
8047 :0
8048 * LT5 ?? ^no$
8049 * AWH018CHECK ?? ^yes$
8050 {
8051  LISTNAME="AWHOIS-P (WhoisGuard)"
8052  LISTRESPONSE="127\.0\.0\.18"
8053  LISTSCORE="2"
8054  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8055 }
8056
8057 :0
8058 * LT5 ?? ^no$
8059 * AWH020CHECK ?? ^yes$
8060 {
8061  LISTNAME="AWHOIS-P (WhoisProtector)"
8062  LISTRESPONSE="127\.0\.0\.20"
8063  LISTSCORE="2"
8064  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8065 }
8066
8067 :0
8068 * LT5 ?? ^no$
8069 * AWH021CHECK ?? ^yes$
8070 {
8071  LISTNAME="AWHOIS-P (Secure Whois Information Service)"
8072  LISTRESPONSE="127\.0\.0\.21"
8073  LISTSCORE="2"
8074  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8075 }
8076
8077 :0
8078 * LT5 ?? ^no$
8079 * AWH022CHECK ?? ^yes$
8080 {
8081  LISTNAME="AWHOIS-P (CrazyTroll.com ID Protect)"
8082  LISTRESPONSE="127\.0\.0\.22"
8083  LISTSCORE="2"
8084  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8085 }
8086
8087 :0
8088 * LT5 ?? ^no$
8089 * AWH023CHECK ?? ^yes$
8090 {
8091  LISTNAME="AWHOIS-P (SRS Plus Private Registration)"
8092  LISTRESPONSE="127\.0\.0\.23"
8093  LISTSCORE="2"
8094  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8095 }
8096
8097 :0
8098 * LT5 ?? ^no$
8099 * AWH024CHECK ?? ^yes$
8100 {
8101  LISTNAME="AWHOIS-P (DomainPrivacyCorp.com)"
8102  LISTRESPONSE="127\.0\.0\.24"
8103  LISTSCORE="2"
8104  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8105 }
8106
8107 :0
8108 * LT5 ?? ^no$
8109 * AWH025CHECK ?? ^yes$
8110 {
8111  LISTNAME="AWHOIS-P (Finexe Domain Proxy Service)"
8112  LISTRESPONSE="127\.0\.0\.25"
8113  LISTSCORE="2"
8114  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8115 }
8116
8117 :0
8118 * LT5 ?? ^no$
8119 * AWH026CHECK ?? ^yes$
8120 {
8121  LISTNAME="AWHOIS-P (DROA Private Registration)"
8122  LISTRESPONSE="127\.0\.0\.26"
8123  LISTSCORE="2"
8124  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8125 }
8126
8127 :0
8128 * LT5 ?? ^no$
8129 * AWH027CHECK ?? ^yes$
8130 {
8131  LISTNAME="AWHOIS-P (Dynadot Privacy Registration)"
8132  LISTRESPONSE="127\.0\.0\.27"
8133  LISTSCORE="2"
8134  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8135 }
8136
8137 :0
8138 * LT5 ?? ^no$
8139 * AWH028CHECK ?? ^yes$
8140 {
8141  LISTNAME="AWHOIS-P (LNOA WHOIS Privacy Registration)"
8142  LISTRESPONSE="127\.0\.0\.28"
8143  LISTSCORE="2"
8144  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8145 }
8146
8147 :0
8148 * LT5 ?? ^no$
8149 * AWH029CHECK ?? ^yes$
8150 {
8151  LISTNAME="AWHOIS-P (GKG.NET Domain Proxy Service)"
8152  LISTRESPONSE="127\.0\.0\.29"
8153  LISTSCORE="2"
8154  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8155 }
8156
8157 :0
8158 * LT5 ?? ^no$
8159 * AWH030CHECK ?? ^yes$
8160 {
8161  LISTNAME="AWHOIS-P (Register4Less Privacy Registration)"
8162  LISTRESPONSE="127\.0\.0\.30"
8163  LISTSCORE="2"
8164  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8165 }
8166
8167 :0
8168 * LT5 ?? ^no$
8169 * AWH031CHECK ?? ^yes$
8170 {
8171  LISTNAME="AWHOIS-P (Katz Global Domain Name Trust)"
8172  LISTRESPONSE="127\.0\.0\.31"
8173  LISTSCORE="2"
8174  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8175 }
8176
8177 :0
8178 * LT5 ?? ^no$
8179 * AWH033CHECK ?? ^yes$
8180 {
8181  LISTNAME="AWHOIS-P (Domain Listing Agent)"
8182  LISTRESPONSE="127\.0\.0\.33"
8183  LISTSCORE="2"
8184  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8185 }
8186
8187 :0
8188 * LT5 ?? ^no$
8189 * AWH034CHECK ?? ^yes$
8190 {
8191  LISTNAME="AWHOIS-P (MapName.com)"
8192  LISTRESPONSE="127\.0\.0\.34"
8193  LISTSCORE="2"
8194  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8195 }
8196
8197 :0
8198 * LT5 ?? ^no$
8199 * AWH037CHECK ?? ^yes$
8200 {
8201  LISTNAME="AWHOIS-P (ContactPrivacy.com)"
8202  LISTRESPONSE="127\.0\.0\.37"
8203  LISTSCORE="2"
8204  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8205 }
8206
8207 :0
8208 * LT5 ?? ^no$
8209 * AWH038CHECK ?? ^yes$
8210 {
8211  LISTNAME="AWHOIS-P (Privacy-Domain.com)"
8212  LISTRESPONSE="127\.0\.0\.38"
8213  LISTSCORE="2"
8214  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8215 }
8216
8217 :0
8218 * LT5 ?? ^no$
8219 * AWH041CHECK ?? ^yes$
8220 {
8221  LISTNAME="AWHOIS-P (NOLDC, Inc.)"
8222  LISTRESPONSE="127\.0\.0\.41"
8223  LISTSCORE="2"
8224  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8225 }
8226
8227 :0
8228 * LT5 ?? ^no$
8229 * AWH042CHECK ?? ^yes$
8230 {
8231  LISTNAME="AWHOIS-P (NetIdentity)"
8232  LISTRESPONSE="127\.0\.0\.42"
8233  LISTSCORE="2"
8234  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8235 }
8236
8237 :0
8238 * LT5 ?? ^no$
8239 * AWH045CHECK ?? ^yes$
8240 {
8241  LISTNAME="AWHOIS-P (Domain Discreet)"
8242  LISTRESPONSE="127\.0\.0\.45"
8243  LISTSCORE="2"
8244  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8245 }
8246
8247 :0
8248 * LT5 ?? ^no$
8249 * AWH046CHECK ?? ^yes$
8250 {
8251  LISTNAME="AWHOIS-P (Global Internet Private Registration)"
8252  LISTRESPONSE="127\.0\.0\.46"
8253  LISTSCORE="2"
8254  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8255 }
8256
8257 :0
8258 * LT5 ?? ^no$
8259 * AWH048CHECK ?? ^yes$
8260 {
8261  LISTNAME="AWHOIS-P (BLCC Gold Anonymous Domain Trust)"
8262  LISTRESPONSE="127\.0\.0\.48"
8263  LISTSCORE="2"
8264  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8265 }
8266
8267 :0
8268 * LT5 ?? ^no$
8269 * AWH049CHECK ?? ^yes$
8270 {
8271  LISTNAME="AWHOIS-P (Webmasters.com Private Registration)"
8272  LISTRESPONSE="127\.0\.0\.49"
8273  LISTSCORE="2"
8274  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8275 }
8276
8277 :0
8278 * LT5 ?? ^no$
8279 * AWH051CHECK ?? ^yes$
8280 {
8281  LISTNAME="AWHOIS-P (Shielded WHOIS)"
8282  LISTRESPONSE="127\.0\.0\.51"
8283  LISTSCORE="2"
8284  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8285 }
8286
8287 :0
8288 * LT5 ?? ^no$
8289 * AWH052CHECK ?? ^yes$
8290 {
8291  LISTNAME="AWHOIS-P (ID Domain Privacy Network)"
8292  LISTRESPONSE="127\.0\.0\.52"
8293  LISTSCORE="2"
8294  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8295 }
8296
8297 :0
8298 * LT5 ?? ^no$
8299 * AWH053CHECK ?? ^yes$
8300 {
8301  LISTNAME="AWHOIS-P (BlueHost.com Domain Privacy Registration)"
8302  LISTRESPONSE="127\.0\.0\.53"
8303  LISTSCORE="2"
8304  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8305 }
8306
8307 :0
8308 * LT5 ?? ^no$
8309 * AWH054CHECK ?? ^yes$
8310 {
8311  LISTNAME="AWHOIS-P (Jumpline Whois Privacy Registration)"
8312  LISTRESPONSE="127\.0\.0\.54"
8313  LISTSCORE="2"
8314  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8315 }
8316
8317 :0
8318 * LT5 ?? ^no$
8319 * AWH055CHECK ?? ^yes$
8320 {
8321  LISTNAME="AWHOIS-P (PerfectPrivacy.com)"
8322  LISTRESPONSE="127\.0\.0\.55"
8323  LISTSCORE="2"
8324  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8325 }
8326
8327 :0
8328 * LT5 ?? ^no$
8329 * AWH057CHECK ?? ^yes$
8330 {
8331  LISTNAME="AWHOIS-P (PrivacyProtect.org)"
8332  LISTRESPONSE="127\.0\.0\.57"
8333  LISTSCORE="2"
8334  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8335 }
8336
8337 :0
8338 * LT5 ?? ^no$
8339 * AWH058CHECK ?? ^yes$
8340 {
8341  LISTNAME="AWHOIS-P (NameNation.com Privacy Registration)"
8342  LISTRESPONSE="127\.0\.0\.58"
8343  LISTSCORE="2"
8344  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8345 }
8346
8347 :0
8348 * LT5 ?? ^no$
8349 * AWH060CHECK ?? ^yes$
8350 {
8351  LISTNAME="AWHOIS-P (Protected Domain Services Registration)"
8352  LISTRESPONSE="127\.0\.0\.60"
8353  LISTSCORE="2"
8354  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8355 }
8356
8357 :0
8358 * LT5 ?? ^no$
8359 * AWH061CHECK ?? ^yes$
8360 {
8361  LISTNAME="AWHOIS-P (Affiliate Industry Protected WHOIS)"
8362  LISTRESPONSE="127\.0\.0\.61"
8363  LISTSCORE="2"
8364  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8365 }
8366
8367 :0
8368 * LT5 ?? ^no$
8369 * AWH062CHECK ?? ^yes$
8370 {
8371  LISTNAME="AWHOIS-P (DomainIt Private Registration)"
8372  LISTRESPONSE="127\.0\.0\.62"
8373  LISTSCORE="2"
8374  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8375 }
8376
8377 :0
8378 * LT5 ?? ^no$
8379 * AWH063CHECK ?? ^yes$
8380 {
8381  LISTNAME="AWHOIS-P (AnonDNS.org)"
8382  LISTRESPONSE="127\.0\.0\.63"
8383  LISTSCORE="2"
8384  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8385 }
8386
8387 :0
8388 * LT5 ?? ^no$
8389 * AWH065CHECK ?? ^yes$
8390 {
8391  LISTNAME="AWHOIS-P (SiteSteward.com Private Registration)"
8392  LISTRESPONSE="127\.0\.0\.65"
8393  LISTSCORE="2"
8394  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8395 }
8396
8397 :0
8398 * LT5 ?? ^no$
8399 * AWH066CHECK ?? ^yes$
8400 {
8401  LISTNAME="AWHOIS-P (Name Administration)"
8402  LISTRESPONSE="127\.0\.0\.66"
8403  LISTSCORE="2"
8404  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8405 }
8406
8407 :0
8408 * LT5 ?? ^no$
8409 * AWH067CHECK ?? ^yes$
8410 {
8411  LISTNAME="AWHOIS-P (PrivateDomainRegistrations/Gary Reed)"
8412  LISTRESPONSE="127\.0\.0\.67"
8413  LISTSCORE="2"
8414  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8415 }
8416
8417 :0
8418 * LT5 ?? ^no$
8419 * AWH068CHECK ?? ^yes$
8420 {
8421  LISTNAME="AWHOIS-P (CSMJBS Enterprises)"
8422  LISTRESPONSE="127\.0\.0\.68"
8423  LISTSCORE="2"
8424  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8425 }
8426
8427 :0
8428 * LT5 ?? ^no$
8429 * AWH069CHECK ?? ^yes$
8430 {
8431  LISTNAME="AWHOIS-P (Domain-Privacy.net)"
8432  LISTRESPONSE="127\.0\.0\.69"
8433  LISTSCORE="2"
8434  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8435 }
8436
8437 :0
8438 * LT5 ?? ^no$
8439 * AWH070CHECK ?? ^yes$
8440 {
8441  LISTNAME="AWHOIS-P (TakeBackPrivacy.net)"
8442  LISTRESPONSE="127\.0\.0\.70"
8443  LISTSCORE="2"
8444  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8445 }
8446
8447 :0
8448 * LT5 ?? ^no$
8449 * AWH071CHECK ?? ^yes$
8450 {
8451  LISTNAME="AWHOIS-P (Tiger Tech Private Registration)"
8452  LISTRESPONSE="127\.0\.0\.71"
8453  LISTSCORE="2"
8454  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8455 }
8456
8457 :0
8458 * LT5 ?? ^no$
8459 * AWH072CHECK ?? ^yes$
8460 {
8461  LISTNAME="AWHOIS-P (WhoisCover)"
8462  LISTRESPONSE="127\.0\.0\.72"
8463  LISTSCORE="2"
8464  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8465 }
8466
8467 :0
8468 * LT5 ?? ^no$
8469 * AWH073CHECK ?? ^yes$
8470 {
8471  LISTNAME="AWHOIS-P (Whois Proof)"
8472  LISTRESPONSE="127\.0\.0\.73"
8473  LISTSCORE="2"
8474  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8475 }
8476
8477 :0
8478 * LT5 ?? ^no$
8479 * AWH074CHECK ?? ^yes$
8480 {
8481  LISTNAME="AWHOIS-P (DomainProtect LLC Whois Privacy Service)"
8482  LISTRESPONSE="127\.0\.0\.74"
8483  LISTSCORE="2"
8484  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8485 }
8486
8487 :0
8488 * LT5 ?? ^no$
8489 * AWH075CHECK ?? ^yes$
8490 {
8491  LISTNAME="AWHOIS-P (Privacy Protection Services)"
8492  LISTRESPONSE="127\.0\.0\.75"
8493  LISTSCORE="2"
8494  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8495 }
8496
8497 :0
8498 * LT5 ?? ^no$
8499 * AWH076CHECK ?? ^yes$
8500 {
8501  LISTNAME="AWHOIS-P (PocketDomain Domain Privacy Registration)"
8502  LISTRESPONSE="127\.0\.0\.76"
8503  LISTSCORE="2"
8504  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8505 }
8506
8507 :0
8508 * LT5 ?? ^no$
8509 * AWH077CHECK ?? ^yes$
8510 {
8511  LISTNAME="AWHOIS-P (SecretRegistration.com)"
8512  LISTRESPONSE="127\.0\.0\.77"
8513  LISTSCORE="2"
8514  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8515 }
8516
8517 :0
8518 * LT5 ?? ^no$
8519 * AWH078CHECK ?? ^yes$
8520 {
8521  LISTNAME="AWHOIS-P (EasySpacePrivacy.com)"
8522  LISTRESPONSE="127\.0\.0\.78"
8523  LISTSCORE="2"
8524  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8525 }
8526
8527 :0
8528 * LT5 ?? ^no$
8529 * AWH082CHECK ?? ^yes$
8530 {
8531  LISTNAME="AWHOIS-P (Dynamic Dolphin)"
8532  LISTRESPONSE="127\.0\.0\.82"
8533  LISTSCORE="2"
8534  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8535 }
8536
8537 :0
8538 * LT5 ?? ^no$
8539 * AWH100CHECK ?? ^yes$
8540 {
8541  LISTNAME="AWHOIS-P (RespectMyPrivacy, LLC)"
8542  LISTRESPONSE="127\.0\.0\.100"
8543  LISTSCORE="2"
8544  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8545 }
8546
8547 :0
8548 * LT5 ?? ^no$
8549 * AWH101CHECK ?? ^yes$
8550 {
8551  LISTNAME="AWHOIS-P (Privacy.ca)"
8552  LISTRESPONSE="127\.0\.0\.101"
8553  LISTSCORE="2"
8554  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8555 }
8556
8557 LISTSERVER='localhost'
8558 LOCALDESCRIPTION='Null'
8559}
8560
8561INCLUDERC=${SBDIR}/functions/test-threshold.rc
8562
8563# Check fourth message body domain, if one exists.
8564#
8565:0
8566* LT2 ?? ^yes$
8567* AWHWHATCHECK ?? ^(ALL|BODY)$
8568* ! FOURTHBODYDOMAIN ?? ^example\.com$
8569* $ ! FOURTHBODYDOMAIN ?? ${FIRSTBODYDOMAIN}
8570* $ ! FOURTHBODYDOMAIN ?? ${SECONDBODYDOMAIN}
8571* $ ! FOURTHBODYDOMAIN ?? ${THIRDBODYDOMAIN}
8572{
8573 LT5=no
8574 LOCALDESCRIPTION="Body Domain:"
8575 LOCALCHECK=${FOURTHBODYDOMAIN}
8576 LISTSERVER="list.anonwhois.net"
8577
8578 :0
8579 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
8580
8581 :0
8582 * AWH002CHECK ?? ^yes$
8583 {
8584  LISTNAME="AWHOIS-P (1&1 Private Registration)"
8585  LISTRESPONSE="127\.0\.0\.2"
8586  LISTSCORE="2"
8587  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8588 }
8589
8590 :0
8591 * LT5 ?? ^no$
8592 * AWH003CHECK ?? ^yes$
8593 {
8594  LISTNAME="AWHOIS-P (Whois Privacy Protection Service)"
8595  LISTRESPONSE="127\.0\.0\.3"
8596  LISTSCORE="2"
8597  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8598 }
8599
8600 :0
8601 * LT5 ?? ^no$
8602 * AWH004CHECK ?? ^yes$
8603 {
8604  LISTNAME="AWHOIS-P (Network Solutions Private Registration)"
8605  LISTRESPONSE="127\.0\.0\.4"
8606  LISTSCORE="2"
8607  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8608 }
8609
8610 :0
8611 * LT5 ?? ^no$
8612 * AWH005CHECK ?? ^yes$
8613 {
8614  LISTNAME="AWHOIS-P (SecureWhois)"
8615  LISTRESPONSE="127\.0\.0\.5"
8616  LISTSCORE="2"
8617  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8618 }
8619
8620 :0
8621 * LT5 ?? ^no$
8622 * AWH007CHECK ?? ^yes$
8623 {
8624  LISTNAME="AWHOIS-P (PrivacyPost)"
8625  LISTRESPONSE="127\.0\.0\.7"
8626  LISTSCORE="2"
8627  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8628 }
8629
8630 :0
8631 * LT5 ?? ^no$
8632 * AWH008CHECK ?? ^yes$
8633 {
8634  LISTNAME="AWHOIS-P (Dreamhost Private Registration)"
8635  LISTRESPONSE="127\.0\.0\.8"
8636  LISTSCORE="2"
8637  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8638 }
8639
8640 :0
8641 * LT5 ?? ^no$
8642 * AWH010CHECK ?? ^yes$
8643 {
8644  LISTNAME="AWHOIS-P (Domain Escrow Services)"
8645  LISTRESPONSE="127\.0\.0\.10"
8646  LISTSCORE="2"
8647  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8648 }
8649
8650 :0
8651 * LT5 ?? ^no$
8652 * AWH011CHECK ?? ^yes$
8653 {
8654  LISTNAME="AWHOIS-P (Moniker Private Registration)"
8655  LISTRESPONSE="127\.0\.0\.11"
8656  LISTSCORE="2"
8657  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8658 }
8659
8660 :0
8661 * LT5 ?? ^no$
8662 * AWH012CHECK ?? ^yes$
8663 {
8664  LISTNAME="AWHOIS-P (SafeNames)"
8665  LISTRESPONSE="127\.0\.0\.12"
8666  LISTSCORE="2"
8667  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8668 }
8669
8670 :0
8671 * LT5 ?? ^no$
8672 * AWH013CHECK ?? ^yes$
8673 {
8674  LISTNAME="AWHOIS-P (Unlisted-Whois.com)"
8675  LISTRESPONSE="127\.0\.0\.13"
8676  LISTSCORE="2"
8677  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8678 }
8679
8680 :0
8681 * LT5 ?? ^no$
8682 * AWH015CHECK ?? ^yes$
8683 {
8684  LISTNAME="AWHOIS-P (Domains by Proxy)"
8685  LISTRESPONSE="127\.0\.0\.15"
8686  LISTSCORE="2"
8687  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8688 }
8689
8690 :0
8691 * LT5 ?? ^no$
8692 * AWH016CHECK ?? ^yes$
8693 {
8694  LISTNAME="AWHOIS-P (Whois Identity Shield)"
8695  LISTRESPONSE="127\.0\.0\.16"
8696  LISTSCORE="2"
8697  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8698 }
8699
8700 :0
8701 * LT5 ?? ^no$
8702 * AWH017CHECK ?? ^yes$
8703 {
8704  LISTNAME="AWHOIS-P (MyPrivateRegistration.com)"
8705  LISTRESPONSE="127\.0\.0\.17"
8706  LISTSCORE="2"
8707  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8708 }
8709
8710 :0
8711 * LT5 ?? ^no$
8712 * AWH018CHECK ?? ^yes$
8713 {
8714  LISTNAME="AWHOIS-P (WhoisGuard)"
8715  LISTRESPONSE="127\.0\.0\.18"
8716  LISTSCORE="2"
8717  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8718 }
8719
8720 :0
8721 * LT5 ?? ^no$
8722 * AWH020CHECK ?? ^yes$
8723 {
8724  LISTNAME="AWHOIS-P (WhoisProtector)"
8725  LISTRESPONSE="127\.0\.0\.20"
8726  LISTSCORE="2"
8727  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8728 }
8729
8730 :0
8731 * LT5 ?? ^no$
8732 * AWH021CHECK ?? ^yes$
8733 {
8734  LISTNAME="AWHOIS-P (Secure Whois Information Service)"
8735  LISTRESPONSE="127\.0\.0\.21"
8736  LISTSCORE="2"
8737  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8738 }
8739
8740 :0
8741 * LT5 ?? ^no$
8742 * AWH022CHECK ?? ^yes$
8743 {
8744  LISTNAME="AWHOIS-P (CrazyTroll.com ID Protect)"
8745  LISTRESPONSE="127\.0\.0\.22"
8746  LISTSCORE="2"
8747  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8748 }
8749
8750 :0
8751 * LT5 ?? ^no$
8752 * AWH023CHECK ?? ^yes$
8753 {
8754  LISTNAME="AWHOIS-P (SRS Plus Private Registration)"
8755  LISTRESPONSE="127\.0\.0\.23"
8756  LISTSCORE="2"
8757  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8758 }
8759
8760 :0
8761 * LT5 ?? ^no$
8762 * AWH024CHECK ?? ^yes$
8763 {
8764  LISTNAME="AWHOIS-P (DomainPrivacyCorp.com)"
8765  LISTRESPONSE="127\.0\.0\.24"
8766  LISTSCORE="2"
8767  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8768 }
8769
8770 :0
8771 * LT5 ?? ^no$
8772 * AWH025CHECK ?? ^yes$
8773 {
8774  LISTNAME="AWHOIS-P (Finexe Domain Proxy Service)"
8775  LISTRESPONSE="127\.0\.0\.25"
8776  LISTSCORE="2"
8777  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8778 }
8779
8780 :0
8781 * LT5 ?? ^no$
8782 * AWH026CHECK ?? ^yes$
8783 {
8784  LISTNAME="AWHOIS-P (DROA Private Registration)"
8785  LISTRESPONSE="127\.0\.0\.26"
8786  LISTSCORE="2"
8787  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8788 }
8789
8790 :0
8791 * LT5 ?? ^no$
8792 * AWH027CHECK ?? ^yes$
8793 {
8794  LISTNAME="AWHOIS-P (Dynadot Privacy Registration)"
8795  LISTRESPONSE="127\.0\.0\.27"
8796  LISTSCORE="2"
8797  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8798 }
8799
8800 :0
8801 * LT5 ?? ^no$
8802 * AWH028CHECK ?? ^yes$
8803 {
8804  LISTNAME="AWHOIS-P (LNOA WHOIS Privacy Registration)"
8805  LISTRESPONSE="127\.0\.0\.28"
8806  LISTSCORE="2"
8807  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8808 }
8809
8810 :0
8811 * LT5 ?? ^no$
8812 * AWH029CHECK ?? ^yes$
8813 {
8814  LISTNAME="AWHOIS-P (GKG.NET Domain Proxy Service)"
8815  LISTRESPONSE="127\.0\.0\.29"
8816  LISTSCORE="2"
8817  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8818 }
8819
8820 :0
8821 * LT5 ?? ^no$
8822 * AWH030CHECK ?? ^yes$
8823 {
8824  LISTNAME="AWHOIS-P (Register4Less Privacy Registration)"
8825  LISTRESPONSE="127\.0\.0\.30"
8826  LISTSCORE="2"
8827  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8828 }
8829
8830 :0
8831 * LT5 ?? ^no$
8832 * AWH031CHECK ?? ^yes$
8833 {
8834  LISTNAME="AWHOIS-P (Katz Global Domain Name Trust)"
8835  LISTRESPONSE="127\.0\.0\.31"
8836  LISTSCORE="2"
8837  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8838 }
8839
8840 :0
8841 * LT5 ?? ^no$
8842 * AWH033CHECK ?? ^yes$
8843 {
8844  LISTNAME="AWHOIS-P (Domain Listing Agent)"
8845  LISTRESPONSE="127\.0\.0\.33"
8846  LISTSCORE="2"
8847  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8848 }
8849
8850 :0
8851 * LT5 ?? ^no$
8852 * AWH034CHECK ?? ^yes$
8853 {
8854  LISTNAME="AWHOIS-P (MapName.com)"
8855  LISTRESPONSE="127\.0\.0\.34"
8856  LISTSCORE="2"
8857  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8858 }
8859
8860 :0
8861 * LT5 ?? ^no$
8862 * AWH037CHECK ?? ^yes$
8863 {
8864  LISTNAME="AWHOIS-P (ContactPrivacy.com)"
8865  LISTRESPONSE="127\.0\.0\.37"
8866  LISTSCORE="2"
8867  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8868 }
8869
8870 :0
8871 * LT5 ?? ^no$
8872 * AWH038CHECK ?? ^yes$
8873 {
8874  LISTNAME="AWHOIS-P (Privacy-Domain.com)"
8875  LISTRESPONSE="127\.0\.0\.38"
8876  LISTSCORE="2"
8877  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8878 }
8879
8880 :0
8881 * LT5 ?? ^no$
8882 * AWH041CHECK ?? ^yes$
8883 {
8884  LISTNAME="AWHOIS-P (NOLDC, Inc.)"
8885  LISTRESPONSE="127\.0\.0\.41"
8886  LISTSCORE="2"
8887  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8888 }
8889
8890 :0
8891 * LT5 ?? ^no$
8892 * AWH042CHECK ?? ^yes$
8893 {
8894  LISTNAME="AWHOIS-P (NetIdentity)"
8895  LISTRESPONSE="127\.0\.0\.42"
8896  LISTSCORE="2"
8897  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8898 }
8899
8900 :0
8901 * LT5 ?? ^no$
8902 * AWH045CHECK ?? ^yes$
8903 {
8904  LISTNAME="AWHOIS-P (Domain Discreet)"
8905  LISTRESPONSE="127\.0\.0\.45"
8906  LISTSCORE="2"
8907  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8908 }
8909
8910 :0
8911 * LT5 ?? ^no$
8912 * AWH046CHECK ?? ^yes$
8913 {
8914  LISTNAME="AWHOIS-P (Global Internet Private Registration)"
8915  LISTRESPONSE="127\.0\.0\.46"
8916  LISTSCORE="2"
8917  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8918 }
8919
8920 :0
8921 * LT5 ?? ^no$
8922 * AWH048CHECK ?? ^yes$
8923 {
8924  LISTNAME="AWHOIS-P (BLCC Gold Anonymous Domain Trust)"
8925  LISTRESPONSE="127\.0\.0\.48"
8926  LISTSCORE="2"
8927  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8928 }
8929
8930 :0
8931 * LT5 ?? ^no$
8932 * AWH049CHECK ?? ^yes$
8933 {
8934  LISTNAME="AWHOIS-P (Webmasters.com Private Registration)"
8935  LISTRESPONSE="127\.0\.0\.49"
8936  LISTSCORE="2"
8937  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8938 }
8939
8940 :0
8941 * LT5 ?? ^no$
8942 * AWH051CHECK ?? ^yes$
8943 {
8944  LISTNAME="AWHOIS-P (Shielded WHOIS)"
8945  LISTRESPONSE="127\.0\.0\.51"
8946  LISTSCORE="2"
8947  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8948 }
8949
8950 :0
8951 * LT5 ?? ^no$
8952 * AWH052CHECK ?? ^yes$
8953 {
8954  LISTNAME="AWHOIS-P (ID Domain Privacy Network)"
8955  LISTRESPONSE="127\.0\.0\.52"
8956  LISTSCORE="2"
8957  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8958 }
8959
8960 :0
8961 * LT5 ?? ^no$
8962 * AWH053CHECK ?? ^yes$
8963 {
8964  LISTNAME="AWHOIS-P (BlueHost.com Domain Privacy Registration)"
8965  LISTRESPONSE="127\.0\.0\.53"
8966  LISTSCORE="2"
8967  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8968 }
8969
8970 :0
8971 * LT5 ?? ^no$
8972 * AWH054CHECK ?? ^yes$
8973 {
8974  LISTNAME="AWHOIS-P (Jumpline Whois Privacy Registration)"
8975  LISTRESPONSE="127\.0\.0\.54"
8976  LISTSCORE="2"
8977  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8978 }
8979
8980 :0
8981 * LT5 ?? ^no$
8982 * AWH055CHECK ?? ^yes$
8983 {
8984  LISTNAME="AWHOIS-P (PerfectPrivacy.com)"
8985  LISTRESPONSE="127\.0\.0\.55"
8986  LISTSCORE="2"
8987  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8988 }
8989
8990 :0
8991 * LT5 ?? ^no$
8992 * AWH057CHECK ?? ^yes$
8993 {
8994  LISTNAME="AWHOIS-P (PrivacyProtect.org)"
8995  LISTRESPONSE="127\.0\.0\.57"
8996  LISTSCORE="2"
8997  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
8998 }
8999
9000 :0
9001 * LT5 ?? ^no$
9002 * AWH058CHECK ?? ^yes$
9003 {
9004  LISTNAME="AWHOIS-P (NameNation.com Privacy Registration)"
9005  LISTRESPONSE="127\.0\.0\.58"
9006  LISTSCORE="2"
9007  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9008 }
9009
9010 :0
9011 * LT5 ?? ^no$
9012 * AWH060CHECK ?? ^yes$
9013 {
9014  LISTNAME="AWHOIS-P (Protected Domain Services Registration)"
9015  LISTRESPONSE="127\.0\.0\.60"
9016  LISTSCORE="2"
9017  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9018 }
9019
9020 :0
9021 * LT5 ?? ^no$
9022 * AWH061CHECK ?? ^yes$
9023 {
9024  LISTNAME="AWHOIS-P (Affiliate Industry Protected WHOIS)"
9025  LISTRESPONSE="127\.0\.0\.61"
9026  LISTSCORE="2"
9027  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9028 }
9029
9030 :0
9031 * LT5 ?? ^no$
9032 * AWH062CHECK ?? ^yes$
9033 {
9034  LISTNAME="AWHOIS-P (DomainIt Private Registration)"
9035  LISTRESPONSE="127\.0\.0\.62"
9036  LISTSCORE="2"
9037  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9038 }
9039
9040 :0
9041 * LT5 ?? ^no$
9042 * AWH063CHECK ?? ^yes$
9043 {
9044  LISTNAME="AWHOIS-P (AnonDNS.org)"
9045  LISTRESPONSE="127\.0\.0\.63"
9046  LISTSCORE="2"
9047  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9048 }
9049
9050 :0
9051 * LT5 ?? ^no$
9052 * AWH065CHECK ?? ^yes$
9053 {
9054  LISTNAME="AWHOIS-P (SiteSteward.com Private Registration)"
9055  LISTRESPONSE="127\.0\.0\.65"
9056  LISTSCORE="2"
9057  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9058 }
9059
9060 :0
9061 * LT5 ?? ^no$
9062 * AWH066CHECK ?? ^yes$
9063 {
9064  LISTNAME="AWHOIS-P (Name Administration)"
9065  LISTRESPONSE="127\.0\.0\.66"
9066  LISTSCORE="2"
9067  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9068 }
9069
9070 :0
9071 * LT5 ?? ^no$
9072 * AWH067CHECK ?? ^yes$
9073 {
9074  LISTNAME="AWHOIS-P (PrivateDomainRegistrations/Gary Reed)"
9075  LISTRESPONSE="127\.0\.0\.67"
9076  LISTSCORE="2"
9077  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9078 }
9079
9080 :0
9081 * LT5 ?? ^no$
9082 * AWH068CHECK ?? ^yes$
9083 {
9084  LISTNAME="AWHOIS-P (CSMJBS Enterprises)"
9085  LISTRESPONSE="127\.0\.0\.68"
9086  LISTSCORE="2"
9087  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9088 }
9089
9090 :0
9091 * LT5 ?? ^no$
9092 * AWH069CHECK ?? ^yes$
9093 {
9094  LISTNAME="AWHOIS-P (Domain-Privacy.net)"
9095  LISTRESPONSE="127\.0\.0\.69"
9096  LISTSCORE="2"
9097  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9098 }
9099
9100 :0
9101 * LT5 ?? ^no$
9102 * AWH070CHECK ?? ^yes$
9103 {
9104  LISTNAME="AWHOIS-P (TakeBackPrivacy.net)"
9105  LISTRESPONSE="127\.0\.0\.70"
9106  LISTSCORE="2"
9107  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9108 }
9109
9110 :0
9111 * LT5 ?? ^no$
9112 * AWH071CHECK ?? ^yes$
9113 {
9114  LISTNAME="AWHOIS-P (Tiger Tech Private Registration)"
9115  LISTRESPONSE="127\.0\.0\.71"
9116  LISTSCORE="2"
9117  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9118 }
9119
9120 :0
9121 * LT5 ?? ^no$
9122 * AWH072CHECK ?? ^yes$
9123 {
9124  LISTNAME="AWHOIS-P (WhoisCover)"
9125  LISTRESPONSE="127\.0\.0\.72"
9126  LISTSCORE="2"
9127  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9128 }
9129
9130 :0
9131 * LT5 ?? ^no$
9132 * AWH073CHECK ?? ^yes$
9133 {
9134  LISTNAME="AWHOIS-P (Whois Proof)"
9135  LISTRESPONSE="127\.0\.0\.73"
9136  LISTSCORE="2"
9137  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9138 }
9139
9140 :0
9141 * LT5 ?? ^no$
9142 * AWH074CHECK ?? ^yes$
9143 {
9144  LISTNAME="AWHOIS-P (DomainProtect LLC Whois Privacy Service)"
9145  LISTRESPONSE="127\.0\.0\.74"
9146  LISTSCORE="2"
9147  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9148 }
9149
9150 :0
9151 * LT5 ?? ^no$
9152 * AWH075CHECK ?? ^yes$
9153 {
9154  LISTNAME="AWHOIS-P (Privacy Protection Services)"
9155  LISTRESPONSE="127\.0\.0\.75"
9156  LISTSCORE="2"
9157  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9158 }
9159
9160 :0
9161 * LT5 ?? ^no$
9162 * AWH076CHECK ?? ^yes$
9163 {
9164  LISTNAME="AWHOIS-P (PocketDomain Domain Privacy Registration)"
9165  LISTRESPONSE="127\.0\.0\.76"
9166  LISTSCORE="2"
9167  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9168 }
9169
9170 :0
9171 * LT5 ?? ^no$
9172 * AWH077CHECK ?? ^yes$
9173 {
9174  LISTNAME="AWHOIS-P (SecretRegistration.com)"
9175  LISTRESPONSE="127\.0\.0\.77"
9176  LISTSCORE="2"
9177  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9178 }
9179
9180 :0
9181 * LT5 ?? ^no$
9182 * AWH078CHECK ?? ^yes$
9183 {
9184  LISTNAME="AWHOIS-P (EasySpacePrivacy.com)"
9185  LISTRESPONSE="127\.0\.0\.78"
9186  LISTSCORE="2"
9187  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9188 }
9189
9190 :0
9191 * LT5 ?? ^no$
9192 * AWH082CHECK ?? ^yes$
9193 {
9194  LISTNAME="AWHOIS-P (Dynamic Dolphin)"
9195  LISTRESPONSE="127\.0\.0\.82"
9196  LISTSCORE="2"
9197  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9198 }
9199
9200 :0
9201 * LT5 ?? ^no$
9202 * AWH100CHECK ?? ^yes$
9203 {
9204  LISTNAME="AWHOIS-P (RespectMyPrivacy, LLC)"
9205  LISTRESPONSE="127\.0\.0\.100"
9206  LISTSCORE="2"
9207  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9208 }
9209
9210 :0
9211 * LT5 ?? ^no$
9212 * AWH101CHECK ?? ^yes$
9213 {
9214  LISTNAME="AWHOIS-P (Privacy.ca)"
9215  LISTRESPONSE="127\.0\.0\.101"
9216  LISTSCORE="2"
9217  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9218 }
9219
9220 LISTSERVER='localhost'
9221 LOCALDESCRIPTION='Null'
9222}
9223
9224INCLUDERC=${SBDIR}/functions/test-threshold.rc
9225
9226# Check fifth message body domain, if one exists.
9227#
9228:0
9229* LT2 ?? ^yes$
9230* AWHWHATCHECK ?? ^(ALL|BODY)$
9231* ! FIFTHBODYDOMAIN ?? ^example\.com$
9232* $ ! FIFTHBODYDOMAIN ?? ${FIRSTBODYDOMAIN}
9233* $ ! FIFTHBODYDOMAIN ?? ${SECONDBODYDOMAIN}
9234* $ ! FIFTHBODYDOMAIN ?? ${THIRDBODYDOMAIN}
9235* $ ! FIFTHBODYDOMAIN ?? ${FOURTHBODYDOMAIN}
9236{
9237 LT5=no
9238 LOCALDESCRIPTION="Body Domain:"
9239 LOCALCHECK=${FIFTHBODYDOMAIN}
9240 LISTSERVER="list.anonwhois.net"
9241
9242 :0
9243 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
9244
9245 :0
9246 * AWH002CHECK ?? ^yes$
9247 {
9248  LISTNAME="AWHOIS-P (1&1 Private Registration)"
9249  LISTRESPONSE="127\.0\.0\.2"
9250  LISTSCORE="2"
9251  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9252 }
9253
9254 :0
9255 * LT5 ?? ^no$
9256 * AWH003CHECK ?? ^yes$
9257 {
9258  LISTNAME="AWHOIS-P (Whois Privacy Protection Service)"
9259  LISTRESPONSE="127\.0\.0\.3"
9260  LISTSCORE="2"
9261  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9262 }
9263
9264 :0
9265 * LT5 ?? ^no$
9266 * AWH004CHECK ?? ^yes$
9267 {
9268  LISTNAME="AWHOIS-P (Network Solutions Private Registration)"
9269  LISTRESPONSE="127\.0\.0\.4"
9270  LISTSCORE="2"
9271  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9272 }
9273
9274 :0
9275 * LT5 ?? ^no$
9276 * AWH005CHECK ?? ^yes$
9277 {
9278  LISTNAME="AWHOIS-P (SecureWhois)"
9279  LISTRESPONSE="127\.0\.0\.5"
9280  LISTSCORE="2"
9281  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9282 }
9283
9284 :0
9285 * LT5 ?? ^no$
9286 * AWH007CHECK ?? ^yes$
9287 {
9288  LISTNAME="AWHOIS-P (PrivacyPost)"
9289  LISTRESPONSE="127\.0\.0\.7"
9290  LISTSCORE="2"
9291  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9292 }
9293
9294 :0
9295 * LT5 ?? ^no$
9296 * AWH008CHECK ?? ^yes$
9297 {
9298  LISTNAME="AWHOIS-P (Dreamhost Private Registration)"
9299  LISTRESPONSE="127\.0\.0\.8"
9300  LISTSCORE="2"
9301  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9302 }
9303
9304 :0
9305 * LT5 ?? ^no$
9306 * AWH010CHECK ?? ^yes$
9307 {
9308  LISTNAME="AWHOIS-P (Domain Escrow Services)"
9309  LISTRESPONSE="127\.0\.0\.10"
9310  LISTSCORE="2"
9311  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9312 }
9313
9314 :0
9315 * LT5 ?? ^no$
9316 * AWH011CHECK ?? ^yes$
9317 {
9318  LISTNAME="AWHOIS-P (Moniker Private Registration)"
9319  LISTRESPONSE="127\.0\.0\.11"
9320  LISTSCORE="2"
9321  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9322 }
9323
9324 :0
9325 * LT5 ?? ^no$
9326 * AWH012CHECK ?? ^yes$
9327 {
9328  LISTNAME="AWHOIS-P (SafeNames)"
9329  LISTRESPONSE="127\.0\.0\.12"
9330  LISTSCORE="2"
9331  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9332 }
9333
9334 :0
9335 * LT5 ?? ^no$
9336 * AWH013CHECK ?? ^yes$
9337 {
9338  LISTNAME="AWHOIS-P (Unlisted-Whois.com)"
9339  LISTRESPONSE="127\.0\.0\.13"
9340  LISTSCORE="2"
9341  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9342 }
9343
9344 :0
9345 * LT5 ?? ^no$
9346 * AWH015CHECK ?? ^yes$
9347 {
9348  LISTNAME="AWHOIS-P (Domains by Proxy)"
9349  LISTRESPONSE="127\.0\.0\.15"
9350  LISTSCORE="2"
9351  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9352 }
9353
9354 :0
9355 * LT5 ?? ^no$
9356 * AWH016CHECK ?? ^yes$
9357 {
9358  LISTNAME="AWHOIS-P (Whois Identity Shield)"
9359  LISTRESPONSE="127\.0\.0\.16"
9360  LISTSCORE="2"
9361  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9362 }
9363
9364 :0
9365 * LT5 ?? ^no$
9366 * AWH017CHECK ?? ^yes$
9367 {
9368  LISTNAME="AWHOIS-P (MyPrivateRegistration.com)"
9369  LISTRESPONSE="127\.0\.0\.17"
9370  LISTSCORE="2"
9371  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9372 }
9373
9374 :0
9375 * LT5 ?? ^no$
9376 * AWH018CHECK ?? ^yes$
9377 {
9378  LISTNAME="AWHOIS-P (WhoisGuard)"
9379  LISTRESPONSE="127\.0\.0\.18"
9380  LISTSCORE="2"
9381  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9382 }
9383
9384 :0
9385 * LT5 ?? ^no$
9386 * AWH020CHECK ?? ^yes$
9387 {
9388  LISTNAME="AWHOIS-P (WhoisProtector)"
9389  LISTRESPONSE="127\.0\.0\.20"
9390  LISTSCORE="2"
9391  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9392 }
9393
9394 :0
9395 * LT5 ?? ^no$
9396 * AWH021CHECK ?? ^yes$
9397 {
9398  LISTNAME="AWHOIS-P (Secure Whois Information Service)"
9399  LISTRESPONSE="127\.0\.0\.21"
9400  LISTSCORE="2"
9401  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9402 }
9403
9404 :0
9405 * LT5 ?? ^no$
9406 * AWH022CHECK ?? ^yes$
9407 {
9408  LISTNAME="AWHOIS-P (CrazyTroll.com ID Protect)"
9409  LISTRESPONSE="127\.0\.0\.22"
9410  LISTSCORE="2"
9411  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9412 }
9413
9414 :0
9415 * LT5 ?? ^no$
9416 * AWH023CHECK ?? ^yes$
9417 {
9418  LISTNAME="AWHOIS-P (SRS Plus Private Registration)"
9419  LISTRESPONSE="127\.0\.0\.23"
9420  LISTSCORE="2"
9421  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9422 }
9423
9424 :0
9425 * LT5 ?? ^no$
9426 * AWH024CHECK ?? ^yes$
9427 {
9428  LISTNAME="AWHOIS-P (DomainPrivacyCorp.com)"
9429  LISTRESPONSE="127\.0\.0\.24"
9430  LISTSCORE="2"
9431  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9432 }
9433
9434 :0
9435 * LT5 ?? ^no$
9436 * AWH025CHECK ?? ^yes$
9437 {
9438  LISTNAME="AWHOIS-P (Finexe Domain Proxy Service)"
9439  LISTRESPONSE="127\.0\.0\.25"
9440  LISTSCORE="2"
9441  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9442 }
9443
9444 :0
9445 * LT5 ?? ^no$
9446 * AWH026CHECK ?? ^yes$
9447 {
9448  LISTNAME="AWHOIS-P (DROA Private Registration)"
9449  LISTRESPONSE="127\.0\.0\.26"
9450  LISTSCORE="2"
9451  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9452 }
9453
9454 :0
9455 * LT5 ?? ^no$
9456 * AWH027CHECK ?? ^yes$
9457 {
9458  LISTNAME="AWHOIS-P (Dynadot Privacy Registration)"
9459  LISTRESPONSE="127\.0\.0\.27"
9460  LISTSCORE="2"
9461  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9462 }
9463
9464 :0
9465 * LT5 ?? ^no$
9466 * AWH028CHECK ?? ^yes$
9467 {
9468  LISTNAME="AWHOIS-P (LNOA WHOIS Privacy Registration)"
9469  LISTRESPONSE="127\.0\.0\.28"
9470  LISTSCORE="2"
9471  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9472 }
9473
9474 :0
9475 * LT5 ?? ^no$
9476 * AWH029CHECK ?? ^yes$
9477 {
9478  LISTNAME="AWHOIS-P (GKG.NET Domain Proxy Service)"
9479  LISTRESPONSE="127\.0\.0\.29"
9480  LISTSCORE="2"
9481  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9482 }
9483
9484 :0
9485 * LT5 ?? ^no$
9486 * AWH030CHECK ?? ^yes$
9487 {
9488  LISTNAME="AWHOIS-P (Register4Less Privacy Registration)"
9489  LISTRESPONSE="127\.0\.0\.30"
9490  LISTSCORE="2"
9491  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9492 }
9493
9494 :0
9495 * LT5 ?? ^no$
9496 * AWH031CHECK ?? ^yes$
9497 {
9498  LISTNAME="AWHOIS-P (Katz Global Domain Name Trust)"
9499  LISTRESPONSE="127\.0\.0\.31"
9500  LISTSCORE="2"
9501  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9502 }
9503
9504 :0
9505 * LT5 ?? ^no$
9506 * AWH033CHECK ?? ^yes$
9507 {
9508  LISTNAME="AWHOIS-P (Domain Listing Agent)"
9509  LISTRESPONSE="127\.0\.0\.33"
9510  LISTSCORE="2"
9511  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9512 }
9513
9514 :0
9515 * LT5 ?? ^no$
9516 * AWH034CHECK ?? ^yes$
9517 {
9518  LISTNAME="AWHOIS-P (MapName.com)"
9519  LISTRESPONSE="127\.0\.0\.34"
9520  LISTSCORE="2"
9521  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9522 }
9523
9524 :0
9525 * LT5 ?? ^no$
9526 * AWH037CHECK ?? ^yes$
9527 {
9528  LISTNAME="AWHOIS-P (ContactPrivacy.com)"
9529  LISTRESPONSE="127\.0\.0\.37"
9530  LISTSCORE="2"
9531  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9532 }
9533
9534 :0
9535 * LT5 ?? ^no$
9536 * AWH038CHECK ?? ^yes$
9537 {
9538  LISTNAME="AWHOIS-P (Privacy-Domain.com)"
9539  LISTRESPONSE="127\.0\.0\.38"
9540  LISTSCORE="2"
9541  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9542 }
9543
9544 :0
9545 * LT5 ?? ^no$
9546 * AWH041CHECK ?? ^yes$
9547 {
9548  LISTNAME="AWHOIS-P (NOLDC, Inc.)"
9549  LISTRESPONSE="127\.0\.0\.41"
9550  LISTSCORE="2"
9551  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9552 }
9553
9554 :0
9555 * LT5 ?? ^no$
9556 * AWH042CHECK ?? ^yes$
9557 {
9558  LISTNAME="AWHOIS-P (NetIdentity)"
9559  LISTRESPONSE="127\.0\.0\.42"
9560  LISTSCORE="2"
9561  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9562 }
9563
9564 :0
9565 * LT5 ?? ^no$
9566 * AWH045CHECK ?? ^yes$
9567 {
9568  LISTNAME="AWHOIS-P (Domain Discreet)"
9569  LISTRESPONSE="127\.0\.0\.45"
9570  LISTSCORE="2"
9571  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9572 }
9573
9574 :0
9575 * LT5 ?? ^no$
9576 * AWH046CHECK ?? ^yes$
9577 {
9578  LISTNAME="AWHOIS-P (Global Internet Private Registration)"
9579  LISTRESPONSE="127\.0\.0\.46"
9580  LISTSCORE="2"
9581  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9582 }
9583
9584 :0
9585 * LT5 ?? ^no$
9586 * AWH048CHECK ?? ^yes$
9587 {
9588  LISTNAME="AWHOIS-P (BLCC Gold Anonymous Domain Trust)"
9589  LISTRESPONSE="127\.0\.0\.48"
9590  LISTSCORE="2"
9591  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9592 }
9593
9594 :0
9595 * LT5 ?? ^no$
9596 * AWH049CHECK ?? ^yes$
9597 {
9598  LISTNAME="AWHOIS-P (Webmasters.com Private Registration)"
9599  LISTRESPONSE="127\.0\.0\.49"
9600  LISTSCORE="2"
9601  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9602 }
9603
9604 :0
9605 * LT5 ?? ^no$
9606 * AWH051CHECK ?? ^yes$
9607 {
9608  LISTNAME="AWHOIS-P (Shielded WHOIS)"
9609  LISTRESPONSE="127\.0\.0\.51"
9610  LISTSCORE="2"
9611  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9612 }
9613
9614 :0
9615 * LT5 ?? ^no$
9616 * AWH052CHECK ?? ^yes$
9617 {
9618  LISTNAME="AWHOIS-P (ID Domain Privacy Network)"
9619  LISTRESPONSE="127\.0\.0\.52"
9620  LISTSCORE="2"
9621  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9622 }
9623
9624 :0
9625 * LT5 ?? ^no$
9626 * AWH053CHECK ?? ^yes$
9627 {
9628  LISTNAME="AWHOIS-P (BlueHost.com Domain Privacy Registration)"
9629  LISTRESPONSE="127\.0\.0\.53"
9630  LISTSCORE="2"
9631  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9632 }
9633
9634 :0
9635 * LT5 ?? ^no$
9636 * AWH054CHECK ?? ^yes$
9637 {
9638  LISTNAME="AWHOIS-P (Jumpline Whois Privacy Registration)"
9639  LISTRESPONSE="127\.0\.0\.54"
9640  LISTSCORE="2"
9641  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9642 }
9643
9644 :0
9645 * LT5 ?? ^no$
9646 * AWH055CHECK ?? ^yes$
9647 {
9648  LISTNAME="AWHOIS-P (PerfectPrivacy.com)"
9649  LISTRESPONSE="127\.0\.0\.55"
9650  LISTSCORE="2"
9651  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9652 }
9653
9654 :0
9655 * LT5 ?? ^no$
9656 * AWH057CHECK ?? ^yes$
9657 {
9658  LISTNAME="AWHOIS-P (PrivacyProtect.org)"
9659  LISTRESPONSE="127\.0\.0\.57"
9660  LISTSCORE="2"
9661  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9662 }
9663
9664 :0
9665 * LT5 ?? ^no$
9666 * AWH058CHECK ?? ^yes$
9667 {
9668  LISTNAME="AWHOIS-P (NameNation.com Privacy Registration)"
9669  LISTRESPONSE="127\.0\.0\.58"
9670  LISTSCORE="2"
9671  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9672 }
9673
9674 :0
9675 * LT5 ?? ^no$
9676 * AWH060CHECK ?? ^yes$
9677 {
9678  LISTNAME="AWHOIS-P (Protected Domain Services Registration)"
9679  LISTRESPONSE="127\.0\.0\.60"
9680  LISTSCORE="2"
9681  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9682 }
9683
9684 :0
9685 * LT5 ?? ^no$
9686 * AWH061CHECK ?? ^yes$
9687 {
9688  LISTNAME="AWHOIS-P (Affiliate Industry Protected WHOIS)"
9689  LISTRESPONSE="127\.0\.0\.61"
9690  LISTSCORE="2"
9691  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9692 }
9693
9694 :0
9695 * LT5 ?? ^no$
9696 * AWH062CHECK ?? ^yes$
9697 {
9698  LISTNAME="AWHOIS-P (DomainIt Private Registration)"
9699  LISTRESPONSE="127\.0\.0\.62"
9700  LISTSCORE="2"
9701  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9702 }
9703
9704 :0
9705 * LT5 ?? ^no$
9706 * AWH063CHECK ?? ^yes$
9707 {
9708  LISTNAME="AWHOIS-P (AnonDNS.org)"
9709  LISTRESPONSE="127\.0\.0\.63"
9710  LISTSCORE="2"
9711  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9712 }
9713
9714 :0
9715 * LT5 ?? ^no$
9716 * AWH065CHECK ?? ^yes$
9717 {
9718  LISTNAME="AWHOIS-P (SiteSteward.com Private Registration)"
9719  LISTRESPONSE="127\.0\.0\.65"
9720  LISTSCORE="2"
9721  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9722 }
9723
9724 :0
9725 * LT5 ?? ^no$
9726 * AWH066CHECK ?? ^yes$
9727 {
9728  LISTNAME="AWHOIS-P (Name Administration)"
9729  LISTRESPONSE="127\.0\.0\.66"
9730  LISTSCORE="2"
9731  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9732 }
9733
9734 :0
9735 * LT5 ?? ^no$
9736 * AWH067CHECK ?? ^yes$
9737 {
9738  LISTNAME="AWHOIS-P (PrivateDomainRegistrations/Gary Reed)"
9739  LISTRESPONSE="127\.0\.0\.67"
9740  LISTSCORE="2"
9741  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9742 }
9743
9744 :0
9745 * LT5 ?? ^no$
9746 * AWH068CHECK ?? ^yes$
9747 {
9748  LISTNAME="AWHOIS-P (CSMJBS Enterprises)"
9749  LISTRESPONSE="127\.0\.0\.68"
9750  LISTSCORE="2"
9751  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9752 }
9753
9754 :0
9755 * LT5 ?? ^no$
9756 * AWH069CHECK ?? ^yes$
9757 {
9758  LISTNAME="AWHOIS-P (Domain-Privacy.net)"
9759  LISTRESPONSE="127\.0\.0\.69"
9760  LISTSCORE="2"
9761  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9762 }
9763
9764 :0
9765 * LT5 ?? ^no$
9766 * AWH070CHECK ?? ^yes$
9767 {
9768  LISTNAME="AWHOIS-P (TakeBackPrivacy.net)"
9769  LISTRESPONSE="127\.0\.0\.70"
9770  LISTSCORE="2"
9771  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9772 }
9773
9774 :0
9775 * LT5 ?? ^no$
9776 * AWH071CHECK ?? ^yes$
9777 {
9778  LISTNAME="AWHOIS-P (Tiger Tech Private Registration)"
9779  LISTRESPONSE="127\.0\.0\.71"
9780  LISTSCORE="2"
9781  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9782 }
9783
9784 :0
9785 * LT5 ?? ^no$
9786 * AWH072CHECK ?? ^yes$
9787 {
9788  LISTNAME="AWHOIS-P (WhoisCover)"
9789  LISTRESPONSE="127\.0\.0\.72"
9790  LISTSCORE="2"
9791  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9792 }
9793
9794 :0
9795 * LT5 ?? ^no$
9796 * AWH073CHECK ?? ^yes$
9797 {
9798  LISTNAME="AWHOIS-P (Whois Proof)"
9799  LISTRESPONSE="127\.0\.0\.73"
9800  LISTSCORE="2"
9801  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9802 }
9803
9804 :0
9805 * LT5 ?? ^no$
9806 * AWH074CHECK ?? ^yes$
9807 {
9808  LISTNAME="AWHOIS-P (DomainProtect LLC Whois Privacy Service)"
9809  LISTRESPONSE="127\.0\.0\.74"
9810  LISTSCORE="2"
9811  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9812 }
9813
9814 :0
9815 * LT5 ?? ^no$
9816 * AWH075CHECK ?? ^yes$
9817 {
9818  LISTNAME="AWHOIS-P (Privacy Protection Services)"
9819  LISTRESPONSE="127\.0\.0\.75"
9820  LISTSCORE="2"
9821  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9822 }
9823
9824 :0
9825 * LT5 ?? ^no$
9826 * AWH076CHECK ?? ^yes$
9827 {
9828  LISTNAME="AWHOIS-P (PocketDomain Domain Privacy Registration)"
9829  LISTRESPONSE="127\.0\.0\.76"
9830  LISTSCORE="2"
9831  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9832 }
9833
9834 :0
9835 * LT5 ?? ^no$
9836 * AWH077CHECK ?? ^yes$
9837 {
9838  LISTNAME="AWHOIS-P (SecretRegistration.com)"
9839  LISTRESPONSE="127\.0\.0\.77"
9840  LISTSCORE="2"
9841  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9842 }
9843
9844 :0
9845 * LT5 ?? ^no$
9846 * AWH078CHECK ?? ^yes$
9847 {
9848  LISTNAME="AWHOIS-P (EasySpacePrivacy.com)"
9849  LISTRESPONSE="127\.0\.0\.78"
9850  LISTSCORE="2"
9851  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9852 }
9853
9854 :0
9855 * LT5 ?? ^no$
9856 * AWH082CHECK ?? ^yes$
9857 {
9858  LISTNAME="AWHOIS-P (Dynamic Dolphin)"
9859  LISTRESPONSE="127\.0\.0\.82"
9860  LISTSCORE="2"
9861  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9862 }
9863
9864 :0
9865 * LT5 ?? ^no$
9866 * AWH100CHECK ?? ^yes$
9867 {
9868  LISTNAME="AWHOIS-P (RespectMyPrivacy, LLC)"
9869  LISTRESPONSE="127\.0\.0\.100"
9870  LISTSCORE="2"
9871  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9872 }
9873
9874 :0
9875 * LT5 ?? ^no$
9876 * AWH101CHECK ?? ^yes$
9877 {
9878  LISTNAME="AWHOIS-P (Privacy.ca)"
9879  LISTRESPONSE="127\.0\.0\.101"
9880  LISTSCORE="2"
9881  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9882 }
9883
9884 LISTSERVER='localhost'
9885 LOCALDESCRIPTION='Null'
9886}
9887
9888INCLUDERC=${SBDIR}/functions/test-threshold.rc
9889
9890# Check sixth message body domain, if one exists.
9891#
9892:0
9893* LT2 ?? ^yes$
9894* AWHWHATCHECK ?? ^(ALL|BODY)$
9895* ! SIXTHBODYDOMAIN ?? ^example\.com$
9896* $ ! SIXTHBODYDOMAIN ?? ${FIRSTBODYDOMAIN}
9897* $ ! SIXTHBODYDOMAIN ?? ${SECONDBODYDOMAIN}
9898* $ ! SIXTHBODYDOMAIN ?? ${THIRDBODYDOMAIN}
9899* $ ! SIXTHBODYDOMAIN ?? ${FOURTHBODYDOMAIN}
9900* $ ! SIXTHBODYDOMAIN ?? ${FIFTHBODYDOMAIN}
9901{
9902 LT5=no
9903 LOCALDESCRIPTION="Body Domain:"
9904 LOCALCHECK=${SIXTHBODYDOMAIN}
9905 LISTSERVER="list.anonwhois.net"
9906
9907 :0
9908 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
9909
9910 :0
9911 * AWH002CHECK ?? ^yes$
9912 {
9913  LISTNAME="AWHOIS-P (1&1 Private Registration)"
9914  LISTRESPONSE="127\.0\.0\.2"
9915  LISTSCORE="2"
9916  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9917 }
9918
9919 :0
9920 * LT5 ?? ^no$
9921 * AWH003CHECK ?? ^yes$
9922 {
9923  LISTNAME="AWHOIS-P (Whois Privacy Protection Service)"
9924  LISTRESPONSE="127\.0\.0\.3"
9925  LISTSCORE="2"
9926  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9927 }
9928
9929 :0
9930 * LT5 ?? ^no$
9931 * AWH004CHECK ?? ^yes$
9932 {
9933  LISTNAME="AWHOIS-P (Network Solutions Private Registration)"
9934  LISTRESPONSE="127\.0\.0\.4"
9935  LISTSCORE="2"
9936  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9937 }
9938
9939 :0
9940 * LT5 ?? ^no$
9941 * AWH005CHECK ?? ^yes$
9942 {
9943  LISTNAME="AWHOIS-P (SecureWhois)"
9944  LISTRESPONSE="127\.0\.0\.5"
9945  LISTSCORE="2"
9946  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9947 }
9948
9949 :0
9950 * LT5 ?? ^no$
9951 * AWH007CHECK ?? ^yes$
9952 {
9953  LISTNAME="AWHOIS-P (PrivacyPost)"
9954  LISTRESPONSE="127\.0\.0\.7"
9955  LISTSCORE="2"
9956  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9957 }
9958
9959 :0
9960 * LT5 ?? ^no$
9961 * AWH008CHECK ?? ^yes$
9962 {
9963  LISTNAME="AWHOIS-P (Dreamhost Private Registration)"
9964  LISTRESPONSE="127\.0\.0\.8"
9965  LISTSCORE="2"
9966  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9967 }
9968
9969 :0
9970 * LT5 ?? ^no$
9971 * AWH010CHECK ?? ^yes$
9972 {
9973  LISTNAME="AWHOIS-P (Domain Escrow Services)"
9974  LISTRESPONSE="127\.0\.0\.10"
9975  LISTSCORE="2"
9976  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9977 }
9978
9979 :0
9980 * LT5 ?? ^no$
9981 * AWH011CHECK ?? ^yes$
9982 {
9983  LISTNAME="AWHOIS-P (Moniker Private Registration)"
9984  LISTRESPONSE="127\.0\.0\.11"
9985  LISTSCORE="2"
9986  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9987 }
9988
9989 :0
9990 * LT5 ?? ^no$
9991 * AWH012CHECK ?? ^yes$
9992 {
9993  LISTNAME="AWHOIS-P (SafeNames)"
9994  LISTRESPONSE="127\.0\.0\.12"
9995  LISTSCORE="2"
9996  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
9997 }
9998
9999 :0
10000 * LT5 ?? ^no$
10001 * AWH013CHECK ?? ^yes$
10002 {
10003  LISTNAME="AWHOIS-P (Unlisted-Whois.com)"
10004  LISTRESPONSE="127\.0\.0\.13"
10005  LISTSCORE="2"
10006  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10007 }
10008
10009 :0
10010 * LT5 ?? ^no$
10011 * AWH015CHECK ?? ^yes$
10012 {
10013  LISTNAME="AWHOIS-P (Domains by Proxy)"
10014  LISTRESPONSE="127\.0\.0\.15"
10015  LISTSCORE="2"
10016  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10017 }
10018
10019 :0
10020 * LT5 ?? ^no$
10021 * AWH016CHECK ?? ^yes$
10022 {
10023  LISTNAME="AWHOIS-P (Whois Identity Shield)"
10024  LISTRESPONSE="127\.0\.0\.16"
10025  LISTSCORE="2"
10026  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10027 }
10028
10029 :0
10030 * LT5 ?? ^no$
10031 * AWH017CHECK ?? ^yes$
10032 {
10033  LISTNAME="AWHOIS-P (MyPrivateRegistration.com)"
10034  LISTRESPONSE="127\.0\.0\.17"
10035  LISTSCORE="2"
10036  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10037 }
10038
10039 :0
10040 * LT5 ?? ^no$
10041 * AWH018CHECK ?? ^yes$
10042 {
10043  LISTNAME="AWHOIS-P (WhoisGuard)"
10044  LISTRESPONSE="127\.0\.0\.18"
10045  LISTSCORE="2"
10046  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10047 }
10048
10049 :0
10050 * LT5 ?? ^no$
10051 * AWH020CHECK ?? ^yes$
10052 {
10053  LISTNAME="AWHOIS-P (WhoisProtector)"
10054  LISTRESPONSE="127\.0\.0\.20"
10055  LISTSCORE="2"
10056  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10057 }
10058
10059 :0
10060 * LT5 ?? ^no$
10061 * AWH021CHECK ?? ^yes$
10062 {
10063  LISTNAME="AWHOIS-P (Secure Whois Information Service)"
10064  LISTRESPONSE="127\.0\.0\.21"
10065  LISTSCORE="2"
10066  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10067 }
10068
10069 :0
10070 * LT5 ?? ^no$
10071 * AWH022CHECK ?? ^yes$
10072 {
10073  LISTNAME="AWHOIS-P (CrazyTroll.com ID Protect)"
10074  LISTRESPONSE="127\.0\.0\.22"
10075  LISTSCORE="2"
10076  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10077 }
10078
10079 :0
10080 * LT5 ?? ^no$
10081 * AWH023CHECK ?? ^yes$
10082 {
10083  LISTNAME="AWHOIS-P (SRS Plus Private Registration)"
10084  LISTRESPONSE="127\.0\.0\.23"
10085  LISTSCORE="2"
10086  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10087 }
10088
10089 :0
10090 * LT5 ?? ^no$
10091 * AWH024CHECK ?? ^yes$
10092 {
10093  LISTNAME="AWHOIS-P (DomainPrivacyCorp.com)"
10094  LISTRESPONSE="127\.0\.0\.24"
10095  LISTSCORE="2"
10096  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10097 }
10098
10099 :0
10100 * LT5 ?? ^no$
10101 * AWH025CHECK ?? ^yes$
10102 {
10103  LISTNAME="AWHOIS-P (Finexe Domain Proxy Service)"
10104  LISTRESPONSE="127\.0\.0\.25"
10105  LISTSCORE="2"
10106  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10107 }
10108
10109 :0
10110 * LT5 ?? ^no$
10111 * AWH026CHECK ?? ^yes$
10112 {
10113  LISTNAME="AWHOIS-P (DROA Private Registration)"
10114  LISTRESPONSE="127\.0\.0\.26"
10115  LISTSCORE="2"
10116  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10117 }
10118
10119 :0
10120 * LT5 ?? ^no$
10121 * AWH027CHECK ?? ^yes$
10122 {
10123  LISTNAME="AWHOIS-P (Dynadot Privacy Registration)"
10124  LISTRESPONSE="127\.0\.0\.27"
10125  LISTSCORE="2"
10126  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10127 }
10128
10129 :0
10130 * LT5 ?? ^no$
10131 * AWH028CHECK ?? ^yes$
10132 {
10133  LISTNAME="AWHOIS-P (LNOA WHOIS Privacy Registration)"
10134  LISTRESPONSE="127\.0\.0\.28"
10135  LISTSCORE="2"
10136  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10137 }
10138
10139 :0
10140 * LT5 ?? ^no$
10141 * AWH029CHECK ?? ^yes$
10142 {
10143  LISTNAME="AWHOIS-P (GKG.NET Domain Proxy Service)"
10144  LISTRESPONSE="127\.0\.0\.29"
10145  LISTSCORE="2"
10146  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10147 }
10148
10149 :0
10150 * LT5 ?? ^no$
10151 * AWH030CHECK ?? ^yes$
10152 {
10153  LISTNAME="AWHOIS-P (Register4Less Privacy Registration)"
10154  LISTRESPONSE="127\.0\.0\.30"
10155  LISTSCORE="2"
10156  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10157 }
10158
10159 :0
10160 * LT5 ?? ^no$
10161 * AWH031CHECK ?? ^yes$
10162 {
10163  LISTNAME="AWHOIS-P (Katz Global Domain Name Trust)"
10164  LISTRESPONSE="127\.0\.0\.31"
10165  LISTSCORE="2"
10166  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10167 }
10168
10169 :0
10170 * LT5 ?? ^no$
10171 * AWH033CHECK ?? ^yes$
10172 {
10173  LISTNAME="AWHOIS-P (Domain Listing Agent)"
10174  LISTRESPONSE="127\.0\.0\.33"
10175  LISTSCORE="2"
10176  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10177 }
10178
10179 :0
10180 * LT5 ?? ^no$
10181 * AWH034CHECK ?? ^yes$
10182 {
10183  LISTNAME="AWHOIS-P (MapName.com)"
10184  LISTRESPONSE="127\.0\.0\.34"
10185  LISTSCORE="2"
10186  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10187 }
10188
10189 :0
10190 * LT5 ?? ^no$
10191 * AWH037CHECK ?? ^yes$
10192 {
10193  LISTNAME="AWHOIS-P (ContactPrivacy.com)"
10194  LISTRESPONSE="127\.0\.0\.37"
10195  LISTSCORE="2"
10196  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10197 }
10198
10199 :0
10200 * LT5 ?? ^no$
10201 * AWH038CHECK ?? ^yes$
10202 {
10203  LISTNAME="AWHOIS-P (Privacy-Domain.com)"
10204  LISTRESPONSE="127\.0\.0\.38"
10205  LISTSCORE="2"
10206  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10207 }
10208
10209 :0
10210 * LT5 ?? ^no$
10211 * AWH041CHECK ?? ^yes$
10212 {
10213  LISTNAME="AWHOIS-P (NOLDC, Inc.)"
10214  LISTRESPONSE="127\.0\.0\.41"
10215  LISTSCORE="2"
10216  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10217 }
10218
10219 :0
10220 * LT5 ?? ^no$
10221 * AWH042CHECK ?? ^yes$
10222 {
10223  LISTNAME="AWHOIS-P (NetIdentity)"
10224  LISTRESPONSE="127\.0\.0\.42"
10225  LISTSCORE="2"
10226  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10227 }
10228
10229 :0
10230 * LT5 ?? ^no$
10231 * AWH045CHECK ?? ^yes$
10232 {
10233  LISTNAME="AWHOIS-P (Domain Discreet)"
10234  LISTRESPONSE="127\.0\.0\.45"
10235  LISTSCORE="2"
10236  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10237 }
10238
10239 :0
10240 * LT5 ?? ^no$
10241 * AWH046CHECK ?? ^yes$
10242 {
10243  LISTNAME="AWHOIS-P (Global Internet Private Registration)"
10244  LISTRESPONSE="127\.0\.0\.46"
10245  LISTSCORE="2"
10246  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10247 }
10248
10249 :0
10250 * LT5 ?? ^no$
10251 * AWH048CHECK ?? ^yes$
10252 {
10253  LISTNAME="AWHOIS-P (BLCC Gold Anonymous Domain Trust)"
10254  LISTRESPONSE="127\.0\.0\.48"
10255  LISTSCORE="2"
10256  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10257 }
10258
10259 :0
10260 * LT5 ?? ^no$
10261 * AWH049CHECK ?? ^yes$
10262 {
10263  LISTNAME="AWHOIS-P (Webmasters.com Private Registration)"
10264  LISTRESPONSE="127\.0\.0\.49"
10265  LISTSCORE="2"
10266  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10267 }
10268
10269 :0
10270 * LT5 ?? ^no$
10271 * AWH051CHECK ?? ^yes$
10272 {
10273  LISTNAME="AWHOIS-P (Shielded WHOIS)"
10274  LISTRESPONSE="127\.0\.0\.51"
10275  LISTSCORE="2"
10276  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10277 }
10278
10279 :0
10280 * LT5 ?? ^no$
10281 * AWH052CHECK ?? ^yes$
10282 {
10283  LISTNAME="AWHOIS-P (ID Domain Privacy Network)"
10284  LISTRESPONSE="127\.0\.0\.52"
10285  LISTSCORE="2"
10286  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10287 }
10288
10289 :0
10290 * LT5 ?? ^no$
10291 * AWH053CHECK ?? ^yes$
10292 {
10293  LISTNAME="AWHOIS-P (BlueHost.com Domain Privacy Registration)"
10294  LISTRESPONSE="127\.0\.0\.53"
10295  LISTSCORE="2"
10296  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10297 }
10298
10299 :0
10300 * LT5 ?? ^no$
10301 * AWH054CHECK ?? ^yes$
10302 {
10303  LISTNAME="AWHOIS-P (Jumpline Whois Privacy Registration)"
10304  LISTRESPONSE="127\.0\.0\.54"
10305  LISTSCORE="2"
10306  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10307 }
10308
10309 :0
10310 * LT5 ?? ^no$
10311 * AWH055CHECK ?? ^yes$
10312 {
10313  LISTNAME="AWHOIS-P (PerfectPrivacy.com)"
10314  LISTRESPONSE="127\.0\.0\.55"
10315  LISTSCORE="2"
10316  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10317 }
10318
10319 :0
10320 * LT5 ?? ^no$
10321 * AWH057CHECK ?? ^yes$
10322 {
10323  LISTNAME="AWHOIS-P (PrivacyProtect.org)"
10324  LISTRESPONSE="127\.0\.0\.57"
10325  LISTSCORE="2"
10326  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10327 }
10328
10329 :0
10330 * LT5 ?? ^no$
10331 * AWH058CHECK ?? ^yes$
10332 {
10333  LISTNAME="AWHOIS-P (NameNation.com Privacy Registration)"
10334  LISTRESPONSE="127\.0\.0\.58"
10335  LISTSCORE="2"
10336  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10337 }
10338
10339 :0
10340 * LT5 ?? ^no$
10341 * AWH060CHECK ?? ^yes$
10342 {
10343  LISTNAME="AWHOIS-P (Protected Domain Services Registration)"
10344  LISTRESPONSE="127\.0\.0\.60"
10345  LISTSCORE="2"
10346  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10347 }
10348
10349 :0
10350 * LT5 ?? ^no$
10351 * AWH061CHECK ?? ^yes$
10352 {
10353  LISTNAME="AWHOIS-P (Affiliate Industry Protected WHOIS)"
10354  LISTRESPONSE="127\.0\.0\.61"
10355  LISTSCORE="2"
10356  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10357 }
10358
10359 :0
10360 * LT5 ?? ^no$
10361 * AWH062CHECK ?? ^yes$
10362 {
10363  LISTNAME="AWHOIS-P (DomainIt Private Registration)"
10364  LISTRESPONSE="127\.0\.0\.62"
10365  LISTSCORE="2"
10366  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10367 }
10368
10369 :0
10370 * LT5 ?? ^no$
10371 * AWH063CHECK ?? ^yes$
10372 {
10373  LISTNAME="AWHOIS-P (AnonDNS.org)"
10374  LISTRESPONSE="127\.0\.0\.63"
10375  LISTSCORE="2"
10376  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10377 }
10378
10379 :0
10380 * LT5 ?? ^no$
10381 * AWH065CHECK ?? ^yes$
10382 {
10383  LISTNAME="AWHOIS-P (SiteSteward.com Private Registration)"
10384  LISTRESPONSE="127\.0\.0\.65"
10385  LISTSCORE="2"
10386  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10387 }
10388
10389 :0
10390 * LT5 ?? ^no$
10391 * AWH066CHECK ?? ^yes$
10392 {
10393  LISTNAME="AWHOIS-P (Name Administration)"
10394  LISTRESPONSE="127\.0\.0\.66"
10395  LISTSCORE="2"
10396  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10397 }
10398
10399 :0
10400 * LT5 ?? ^no$
10401 * AWH067CHECK ?? ^yes$
10402 {
10403  LISTNAME="AWHOIS-P (PrivateDomainRegistrations/Gary Reed)"
10404  LISTRESPONSE="127\.0\.0\.67"
10405  LISTSCORE="2"
10406  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10407 }
10408
10409 :0
10410 * LT5 ?? ^no$
10411 * AWH068CHECK ?? ^yes$
10412 {
10413  LISTNAME="AWHOIS-P (CSMJBS Enterprises)"
10414  LISTRESPONSE="127\.0\.0\.68"
10415  LISTSCORE="2"
10416  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10417 }
10418
10419 :0
10420 * LT5 ?? ^no$
10421 * AWH069CHECK ?? ^yes$
10422 {
10423  LISTNAME="AWHOIS-P (Domain-Privacy.net)"
10424  LISTRESPONSE="127\.0\.0\.69"
10425  LISTSCORE="2"
10426  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10427 }
10428
10429 :0
10430 * LT5 ?? ^no$
10431 * AWH070CHECK ?? ^yes$
10432 {
10433  LISTNAME="AWHOIS-P (TakeBackPrivacy.net)"
10434  LISTRESPONSE="127\.0\.0\.70"
10435  LISTSCORE="2"
10436  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10437 }
10438
10439 :0
10440 * LT5 ?? ^no$
10441 * AWH071CHECK ?? ^yes$
10442 {
10443  LISTNAME="AWHOIS-P (Tiger Tech Private Registration)"
10444  LISTRESPONSE="127\.0\.0\.71"
10445  LISTSCORE="2"
10446  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10447 }
10448
10449 :0
10450 * LT5 ?? ^no$
10451 * AWH072CHECK ?? ^yes$
10452 {
10453  LISTNAME="AWHOIS-P (WhoisCover)"
10454  LISTRESPONSE="127\.0\.0\.72"
10455  LISTSCORE="2"
10456  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10457 }
10458
10459 :0
10460 * LT5 ?? ^no$
10461 * AWH073CHECK ?? ^yes$
10462 {
10463  LISTNAME="AWHOIS-P (Whois Proof)"
10464  LISTRESPONSE="127\.0\.0\.73"
10465  LISTSCORE="2"
10466  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10467 }
10468
10469 :0
10470 * LT5 ?? ^no$
10471 * AWH074CHECK ?? ^yes$
10472 {
10473  LISTNAME="AWHOIS-P (DomainProtect LLC Whois Privacy Service)"
10474  LISTRESPONSE="127\.0\.0\.74"
10475  LISTSCORE="2"
10476  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10477 }
10478
10479 :0
10480 * LT5 ?? ^no$
10481 * AWH075CHECK ?? ^yes$
10482 {
10483  LISTNAME="AWHOIS-P (Privacy Protection Services)"
10484  LISTRESPONSE="127\.0\.0\.75"
10485  LISTSCORE="2"
10486  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10487 }
10488
10489 :0
10490 * LT5 ?? ^no$
10491 * AWH076CHECK ?? ^yes$
10492 {
10493  LISTNAME="AWHOIS-P (PocketDomain Domain Privacy Registration)"
10494  LISTRESPONSE="127\.0\.0\.76"
10495  LISTSCORE="2"
10496  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10497 }
10498
10499 :0
10500 * LT5 ?? ^no$
10501 * AWH077CHECK ?? ^yes$
10502 {
10503  LISTNAME="AWHOIS-P (SecretRegistration.com)"
10504  LISTRESPONSE="127\.0\.0\.77"
10505  LISTSCORE="2"
10506  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10507 }
10508
10509 :0
10510 * LT5 ?? ^no$
10511 * AWH078CHECK ?? ^yes$
10512 {
10513  LISTNAME="AWHOIS-P (EasySpacePrivacy.com)"
10514  LISTRESPONSE="127\.0\.0\.78"
10515  LISTSCORE="2"
10516  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10517 }
10518
10519 :0
10520 * LT5 ?? ^no$
10521 * AWH082CHECK ?? ^yes$
10522 {
10523  LISTNAME="AWHOIS-P (Dynamic Dolphin)"
10524  LISTRESPONSE="127\.0\.0\.82"
10525  LISTSCORE="2"
10526  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10527 }
10528
10529 :0
10530 * LT5 ?? ^no$
10531 * AWH100CHECK ?? ^yes$
10532 {
10533  LISTNAME="AWHOIS-P (RespectMyPrivacy, LLC)"
10534  LISTRESPONSE="127\.0\.0\.100"
10535  LISTSCORE="2"
10536  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10537 }
10538
10539 :0
10540 * LT5 ?? ^no$
10541 * AWH101CHECK ?? ^yes$
10542 {
10543  LISTNAME="AWHOIS-P (Privacy.ca)"
10544  LISTRESPONSE="127\.0\.0\.101"
10545  LISTSCORE="2"
10546  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10547 }
10548
10549 LISTSERVER='localhost'
10550 LOCALDESCRIPTION='Null'
10551}
10552
10553INCLUDERC=${SBDIR}/functions/test-threshold.rc
10554
10555
10556# Interserver
10557# http://rbl.interserver.net/
10558#
10559# Testing a blocklist run much like the PSBL, blocking
10560# connecting IPs only, with easy self-removal.  Let's see how this
10561# performs before considering adding to SpamBouncer.
10562#
10563:0
10564* ISRVRCHECK ?? ^(yes)$
10565* ! FIRSTEXIP ?? ^000\.000\.000\.000$
10566{
10567 LT5=no
10568 LOCALDESCRIPTION="Connecting IP:"
10569 LOCALCHECK=${FIRSTEXIP}
10570 LOCALREVCHECK=${FIRSTEXREVIP}
10571 LISTSERVER="rbl.interserver.net"
10572
10573 :0
10574 { LISTCHECK=`${SBHOST} ${LOCALREVCHECK}.${LISTSERVER} 2> /dev/null` }
10575
10576 :0
10577 * ISRVRCHECK ?? ^(yes)$
10578 {
10579  LISTNAME="Interserver"
10580  LISTRESPONSE="127\.0\.0\.2"
10581  LISTSCORE="5"
10582  INCLUDERC=${SBDIR}/functions/dnsbl-sub.rc
10583 }
10584
10585 LISTSERVER='localhost'
10586 LOCALDESCRIPTION='Null'
10587}
10588
10589
10590# MailSpike Reputation List
10591# http://mailspike.net/
10592#
10593# Reputation blocklist/whitelist combination. Reportedly very accurate,
10594# good catch rate, low FPs.  Seeing for myself. :-)
10595#
10596:0
10597* MSPIKEREPPCHECK ?? (ALL|DEFAULT|BLACK|L5|L4|L3|L2)
10598* ! FIRSTEXIP ?? ^000\.000\.000\.000$
10599{
10600 LT5=no
10601 LOCALDESCRIPTION="Connecting IP:"
10602 LOCALCHECK=${FIRSTEXIP}
10603 LOCALREVCHECK=${FIRSTEXREVIP}
10604 LISTSERVER="rep.mailspike.net"
10605
10606 :0
10607 { LISTCHECK=`${SBHOST} ${LOCALREVCHECK}.${LISTSERVER} 2> /dev/null` }
10608
10609 :0
10610 * MSPIKEREPPCHECK ?? (ALL|DEFAULT|BLACK|L5)
10611 {
10612  LISTNAME="MailSpike Reputation-P (L5|Worst)"
10613  LISTRESPONSE="127\.0\.0\.10"
10614  LISTSCORE="5"
10615  INCLUDERC=${SBDIR}/functions/dnsbl-sub.rc
10616 }
10617
10618 :0
10619 * LT5 ?? ^no$
10620 * MSPIKEREPPCHECK ?? (ALL|DEFAULT|BLACK|L4)
10621 {
10622  LISTNAME="MailSpike Reputation-P (L4|Very Bad)"
10623  LISTRESPONSE="127\.0\.0\.11"
10624  LISTSCORE="4"
10625  INCLUDERC=${SBDIR}/functions/dnsbl-sub.rc
10626 }
10627
10628 :0
10629 * LT5 ?? ^no$
10630 * MSPIKEREPPCHECK ?? (ALL|DEFAULT|BLACK|L3)
10631 {
10632  LISTNAME="MailSpike Reputation-P (L3|Bad)"
10633  LISTRESPONSE="127\.0\.0\.12"
10634  LISTSCORE="3"
10635  INCLUDERC=${SBDIR}/functions/dnsbl-sub.rc
10636 }
10637
10638 :0
10639 * LT5 ?? ^no$
10640 * MSPIKEREPPCHECK ?? (ALL|BLACK|L2)
10641 {
10642  LISTNAME="MailSpike Reputation-P (L2|Suspicious)"
10643  LISTRESPONSE="127\.0\.0\.13"
10644  LISTSCORE="2"
10645  INCLUDERC=${SBDIR}/functions/dnsbl-sub.rc
10646 }
10647
10648 LISTSERVER='localhost'
10649 LOCALDESCRIPTION='Null'
10650}
10651
10652# RBL.jp
10653# http://www.rbl.jp
10654#
10655# Blocklist of IPs that are spewing virus-contaminated emails, or that are
10656# dial-up or dynamic hosts sending spam.  Testing to see how effective this
10657# is on the SpamBouncer spam corpus before using in the SpamBouncer.
10658#
10659:0
10660* RBLJPCHECK ?? ^(VIRUS|DYN|ALL)$
10661* ! FIRSTEXIP ?? ^000\.000\.000\.000$
10662{
10663 LT5=no
10664 LOCALDESCRIPTION="Connecting IP:"
10665 LOCALCHECK=${FIRSTEXIP}
10666 LOCALREVCHECK=${FIRSTEXREVIP}
10667 LISTSERVER="all.rbl.jp"
10668
10669 :0
10670 { LISTCHECK=`${SBHOST} ${LOCALREVCHECK}.${LISTSERVER} 2> /dev/null` }
10671
10672 :0
10673 * RBLJPCHECK ?? ^(VIRUS|ALL)$
10674 {
10675  LISTNAME="RBL.jp (Virus)"
10676  LISTRESPONSE="127\.0\.0\.2"
10677  LISTSCORE="5"
10678  INCLUDERC=${SBDIR}/functions/dnsbl-sub.rc
10679 }
10680
10681 :0
10682 * RBLJPCHECK ?? ^(DYN|ALL)$
10683 {
10684  LISTNAME="RBL.jp (Dynamic)"
10685  LISTRESPONSE="127\.0\.0\.4"
10686  LISTSCORE="5"
10687  INCLUDERC=${SBDIR}/functions/dnsbl-sub.rc
10688 }
10689
10690 LISTSERVER='localhost'
10691 LOCALDESCRIPTION='Null'
10692}
10693
10694
10695# SURBL Experimental Snowshoe (XS) List
10696#
10697#  Experimental SURBL list to fight snowshoe spam.
10698#
10699
10700# Check First Body Domain, if it exists.
10701:0
10702* LOCALTAG ?? ^no$
10703* SURBLXSCHECK ?? ^yes$
10704* ! FIRSTBODYDOMAIN ?? ^example\.com$
10705{
10706 LT5=no
10707 LOCALDESCRIPTION="Body Domain:"
10708 LOCALCHECK=${FIRSTBODYDOMAIN}
10709 LISTSERVER="xs.surbl.org"
10710
10711 :0
10712 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
10713
10714 :0
10715 * SURBLXSCHECK ?? ^yes$
10716 {
10717  LISTNAME="SURBL (Experimental Snowshoe)"
10718  LISTRESPONSE="127\.0\.0\.2"
10719  LISTSCORE="5"
10720  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10721 }
10722
10723 LISTSERVER='localhost'
10724 LOCALDESCRIPTION='Null'
10725}
10726
10727INCLUDERC=${SBDIR}/functions/test-threshold.rc
10728
10729:0
10730* ! SBCONFIG ?? ^(Analyze|Debug)$
10731* SPAMTAG ?? ^yes$
10732{ LOCALTAG=yes }
10733
10734# Second Body Domain
10735:0
10736* LOCALTAG ?? ^no$
10737* SURBLXSCHECK ?? ^yes$
10738* ! SECONDBODYDOMAIN ?? ^example\.com$
10739* $ ! SECONDBODYDOMAIN ?? ${FIRSTBODYDOMAIN}
10740{
10741 LT5=no
10742 LOCALDESCRIPTION="Body Domain:"
10743 LOCALCHECK=${SECONDBODYDOMAIN}
10744 LISTSERVER="xs.surbl.org"
10745
10746 :0
10747 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
10748
10749 :0
10750 * SURBLXSCHECK ?? ^yes$
10751 {
10752  LISTNAME="SURBL (Experimental Snowshoe)"
10753  LISTRESPONSE="127\.0\.0\.2"
10754  LISTSCORE="5"
10755  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10756 }
10757
10758 LISTSERVER='localhost'
10759 LOCALDESCRIPTION='Null'
10760}
10761
10762INCLUDERC=${SBDIR}/functions/test-threshold.rc
10763
10764:0
10765* ! SBCONFIG ?? ^(Analyze|Debug)$
10766* SPAMTAG ?? ^yes$
10767{ LOCALTAG=yes }
10768
10769# Third Body domain
10770:0
10771* LOCALTAG ?? ^no$
10772* SURBLXSCHECK ?? ^yes$
10773* ! THIRDBODYDOMAIN ?? ^example\.com$
10774* $ ! THIRDBODYDOMAIN ?? ${FIRSTBODYDOMAIN}
10775* $ ! THIRDBODYDOMAIN ?? ${SECONDBODYDOMAIN}
10776{
10777 LT5=no
10778 LOCALDESCRIPTION="Body Domain:"
10779 LOCALCHECK=${THIRDBODYDOMAIN}
10780 LISTSERVER="xs.surbl.org"
10781
10782 :0
10783 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
10784
10785 :0
10786 * SURBLXSCHECK ?? ^yes$
10787 {
10788  LISTNAME="SURBL (Experimental Snowshoe)"
10789  LISTRESPONSE="127\.0\.0\.2"
10790  LISTSCORE="5"
10791  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10792 }
10793
10794 LISTSERVER='localhost'
10795 LOCALDESCRIPTION='Null'
10796}
10797
10798INCLUDERC=${SBDIR}/functions/test-threshold.rc
10799
10800:0
10801* ! SBCONFIG ?? ^(Analyze|Debug)$
10802* SPAMTAG ?? ^yes$
10803{ LOCALTAG=yes }
10804
10805# Fourth Body Domain
10806:0
10807* LOCALTAG ?? ^no$
10808* SURBLXSCHECK ?? ^yes$
10809* ! FOURTHBODYDOMAIN ?? ^example\.com$
10810* $ ! FOURTHBODYDOMAIN ?? ${FIRSTBODYDOMAIN}
10811* $ ! FOURTHBODYDOMAIN ?? ${SECONDBODYDOMAIN}
10812* $ ! FOURTHBODYDOMAIN ?? ${THIRDBODYDOMAIN}
10813{
10814 LT5=no
10815 LOCALDESCRIPTION="Body Domain:"
10816 LOCALCHECK=${FOURTHBODYDOMAIN}
10817 LISTSERVER="xs.surbl.org"
10818
10819 :0
10820 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
10821
10822 :0
10823 * SURBLXSCHECK ?? ^yes$
10824 {
10825  LISTNAME="SURBL (Experimental Snowshoe)"
10826  LISTRESPONSE="127\.0\.0\.2"
10827  LISTSCORE="5"
10828  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10829 }
10830
10831 LISTSERVER='localhost'
10832 LOCALDESCRIPTION='Null'
10833}
10834
10835INCLUDERC=${SBDIR}/functions/test-threshold.rc
10836
10837:0
10838* ! SBCONFIG ?? ^(Analyze|Debug)$
10839* SPAMTAG ?? ^yes$
10840{ LOCALTAG=yes }
10841
10842# Fifth Body Domain
10843:0
10844* LOCALTAG ?? ^no$
10845* SURBLXSCHECK ?? ^yes$
10846* ! FIFTHBODYDOMAIN ?? ^example\.com$
10847* $ ! FIFTHBODYDOMAIN ?? ${FIRSTBODYDOMAIN}
10848* $ ! FIFTHBODYDOMAIN ?? ${SECONDBODYDOMAIN}
10849* $ ! FIFTHBODYDOMAIN ?? ${THIRDBODYDOMAIN}
10850* $ ! FIFTHBODYDOMAIN ?? ${FOURTHBODYDOMAIN}
10851{
10852 LT5=no
10853 LOCALDESCRIPTION="Body Domain:"
10854 LOCALCHECK=${FIFTHBODYDOMAIN}
10855 LISTSERVER="xs.surbl.org"
10856
10857 :0
10858 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
10859
10860 :0
10861 * SURBLXSCHECK ?? ^yes$
10862 {
10863  LISTNAME="SURBL (Experimental Snowshoe)"
10864  LISTRESPONSE="127\.0\.0\.2"
10865  LISTSCORE="5"
10866  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10867 }
10868
10869 LISTSERVER='localhost'
10870 LOCALDESCRIPTION='Null'
10871}
10872
10873INCLUDERC=${SBDIR}/functions/test-threshold.rc
10874
10875:0
10876* ! SBCONFIG ?? ^(Analyze|Debug)$
10877* SPAMTAG ?? ^yes$
10878{ LOCALTAG=yes }
10879
10880# Sixth Body Domain
10881:0
10882* LOCALTAG ?? ^no$
10883* SURBLXSCHECK ?? ^yes$
10884* ! SIXTHBODYDOMAIN ?? ^example\.com$
10885* $ ! SIXTHBODYDOMAIN ?? ${FIRSTBODYDOMAIN}
10886* $ ! SIXTHBODYDOMAIN ?? ${SECONDBODYDOMAIN}
10887* $ ! SIXTHBODYDOMAIN ?? ${THIRDBODYDOMAIN}
10888* $ ! SIXTHBODYDOMAIN ?? ${FOURTHBODYDOMAIN}
10889* $ ! SIXTHBODYDOMAIN ?? ${FIFTHBODYDOMAIN}
10890{
10891 LT5=no
10892 LOCALDESCRIPTION="Body Domain:"
10893 LOCALCHECK=${SIXTHBODYDOMAIN}
10894 LISTSERVER="xs.surbl.org"
10895
10896 :0
10897 { LISTCHECK=`${SBHOST} ${LOCALCHECK}.${LISTSERVER} 2> /dev/null` }
10898
10899 :0
10900 * SURBLXSCHECK ?? ^yes$
10901 {
10902  LISTNAME="SURBL (Experimental Snowshoe)"
10903  LISTRESPONSE="127\.0\.0\.2"
10904  LISTSCORE="5"
10905  INCLUDERC=${SBDIR}/functions/rhsbl-sub.rc
10906 }
10907
10908 LISTSERVER='localhost'
10909 LOCALDESCRIPTION='Null'
10910}
10911
10912INCLUDERC=${SBDIR}/functions/test-threshold.rc
10913
10914:0
10915* ! SBCONFIG ?? ^(Analyze|Debug)$
10916* SPAMTAG ?? ^yes$
10917{ LOCALTAG=yes }
10918
10919# First Body IP
10920#
10921:0
10922* LOCALTAG ?? ^no$
10923* SURBLXSCHECK ?? ^yes$
10924* ! FIRSTBODYIP ?? ^000\.000\.000\.000$
10925{
10926 LT5=no
10927 LOCALDESCRIPTION="Body IP:"
10928 LOCALCHECK=${FIRSTBODYIP}
10929 LOCALREVCHECK=${FIRSTBODYREVIP}
10930 LISTSERVER="xs.surbl.org"
10931
10932 :0
10933 { LISTCHECK=`${SBHOST} ${LOCALREVCHECK}.${LISTSERVER} 2> /dev/null` }
10934
10935 :0
10936 * SURBLXSCHECK ?? ^yes$
10937 {
10938  LISTNAME="SURBL (Experimental Snowshoe)"
10939  LISTRESPONSE="127\.0\.0\.2"
10940  LISTSCORE="5"
10941  INCLUDERC=${SBDIR}/functions/dnsbl-sub.rc
10942 }
10943
10944 LISTSERVER='localhost'
10945 LOCALDESCRIPTION='Null'
10946}
10947
10948INCLUDERC=${SBDIR}/functions/test-threshold.rc
10949
10950:0
10951* ! SBCONFIG ?? ^(Analyze|Debug)$
10952* SPAMTAG ?? ^yes$
10953{ LOCALTAG=yes }
10954
10955# Second Body IP
10956#
10957:0
10958* LOCALTAG ?? ^no$
10959* SURBLXSCHECK ?? ^yes$
10960* ! SECONDBODYIP ?? ^000\.000\.000\.000$
10961* $ ! SECONDBODYIP ?? ${FIRSTBODYIP}
10962{
10963 LT5=no
10964 LOCALDESCRIPTION="Body IP:"
10965 LOCALCHECK=${SECONDBODYIP}
10966 LOCALREVCHECK=${SECONDBODYREVIP}
10967 LISTSERVER="xs.surbl.org"
10968
10969 :0
10970 { LISTCHECK=`${SBHOST} ${LOCALREVCHECK}.${LISTSERVER} 2> /dev/null` }
10971
10972 :0
10973 * SURBLXSCHECK ?? ^yes$
10974 {
10975  LISTNAME="SURBL (Experimental Snowshoe)"
10976  LISTRESPONSE="127\.0\.0\.2"
10977  LISTSCORE="5"
10978  INCLUDERC=${SBDIR}/functions/dnsbl-sub.rc
10979 }
10980
10981 LISTSERVER='localhost'
10982 LOCALDESCRIPTION='Null'
10983}
10984
10985INCLUDERC=${SBDIR}/functions/test-threshold.rc
10986
10987:0
10988* ! SBCONFIG ?? ^(Analyze|Debug)$
10989* SPAMTAG ?? ^yes$
10990{ LOCALTAG=yes }
10991
10992# Third Body IP
10993#
10994:0
10995* LOCALTAG ?? ^no$
10996* SURBLXSCHECK ?? ^yes$
10997* ! THIRDBODYIP ?? ^000\.000\.000\.000$
10998* $ ! THIRDBODYIP ?? ${FIRSTBODYIP}
10999* $ ! THIRDBODYIP ?? ${SECONDBODYIP}
11000{
11001 LT5=no
11002 LOCALDESCRIPTION="Body IP:"
11003 LOCALCHECK=${THIRDBODYIP}
11004 LOCALREVCHECK=${THIRDBODYREVIP}
11005 LISTSERVER="xs.surbl.org"
11006
11007 :0
11008 { LISTCHECK=`${SBHOST} ${LOCALREVCHECK}.${LISTSERVER} 2> /dev/null` }
11009
11010 :0
11011 * SURBLXSCHECK ?? ^yes$
11012 {
11013  LISTNAME="SURBL (Experimental Snowshoe)"
11014  LISTRESPONSE="127\.0\.0\.2"
11015  LISTSCORE="5"
11016  INCLUDERC=${SBDIR}/functions/dnsbl-sub.rc
11017 }
11018
11019 LISTSERVER='localhost'
11020 LOCALDESCRIPTION='Null'
11021}
11022
11023INCLUDERC=${SBDIR}/functions/test-threshold.rc
11024
11025:0
11026* ! SBCONFIG ?? ^(Analyze|Debug)$
11027* SPAMTAG ?? ^yes$
11028{ LOCALTAG=yes }
11029
11030# Fourth Body IP
11031#
11032:0
11033* LOCALTAG ?? ^no$
11034* SURBLXSCHECK ?? ^yes$
11035* ! FOURTHBODYIP ?? ^000\.000\.000\.000$
11036* $ ! FOURTHBODYIP ?? ${FIRSTBODYIP}
11037* $ ! FOURTHBODYIP ?? ${SECONDBODYIP}
11038* $ ! FOURTHBODYIP ?? ${THIRDBODYIP}
11039{
11040 LT5=no
11041 LOCALDESCRIPTION="Body IP:"
11042 LOCALCHECK=${FOURTHBODYIP}
11043 LOCALREVCHECK=${FOURTHBODYREVIP}
11044 LISTSERVER="xs.surbl.org"
11045
11046 :0
11047 { LISTCHECK=`${SBHOST} ${LOCALREVCHECK}.${LISTSERVER} 2> /dev/null` }
11048
11049 :0
11050 * SURBLXSCHECK ?? ^yes$
11051 {
11052  LISTNAME="SURBL (Experimental Snowshoe)"
11053  LISTRESPONSE="127\.0\.0\.2"
11054  LISTSCORE="5"
11055  INCLUDERC=${SBDIR}/functions/dnsbl-sub.rc
11056 }
11057
11058 LISTSERVER='localhost'
11059 LOCALDESCRIPTION='Null'
11060}
11061
11062INCLUDERC=${SBDIR}/functions/test-threshold.rc
11063
11064:0
11065* ! SBCONFIG ?? ^(Analyze|Debug)$
11066* SPAMTAG ?? ^yes$
11067{ LOCALTAG=yes }
11068
11069# Fifth Body IP
11070#
11071:0
11072* LOCALTAG ?? ^no$
11073* SURBLXSCHECK ?? ^yes$
11074* ! FIFTHBODYIP ?? ^000\.000\.000\.000$
11075* $ ! FIFTHBODYIP ?? ${FIRSTBODYIP}
11076* $ ! FIFTHBODYIP ?? ${SECONDBODYIP}
11077* $ ! FIFTHBODYIP ?? ${THIRDBODYIP}
11078* $ ! FIFTHBODYIP ?? ${FOURTHBODYIP}
11079{
11080 LT5=no
11081 LOCALDESCRIPTION="Body IP:"
11082 LOCALCHECK=${FIFTHBODYIP}
11083 LOCALREVCHECK=${FIFTHBODYREVIP}
11084 LISTSERVER="xs.surbl.org"
11085
11086 :0
11087 { LISTCHECK=`${SBHOST} ${LOCALREVCHECK}.${LISTSERVER} 2> /dev/null` }
11088
11089 :0
11090 * SURBLXSCHECK ?? ^yes$
11091 {
11092  LISTNAME="SURBL (Experimental Snowshoe)"
11093  LISTRESPONSE="127\.0\.0\.2"
11094  LISTSCORE="5"
11095  INCLUDERC=${SBDIR}/functions/dnsbl-sub.rc
11096 }
11097
11098 LISTSERVER='localhost'
11099 LOCALDESCRIPTION='Null'
11100}
11101
11102INCLUDERC=${SBDIR}/functions/test-threshold.rc
11103
11104:0
11105* ! SBCONFIG ?? ^(Analyze|Debug)$
11106* SPAMTAG ?? ^yes$
11107{ LOCALTAG=yes }
11108
11109# Sixth Body IP
11110:0
11111* LOCALTAG ?? ^no$
11112* SURBLXSCHECK ?? ^yes$
11113* ! SIXTHBODYIP ?? ^000\.000\.000\.000$
11114* $ ! SIXTHBODYIP ?? ${FIRSTBODYIP}
11115* $ ! SIXTHBODYIP ?? ${SECONDBODYIP}
11116* $ ! SIXTHBODYIP ?? ${THIRDBODYIP}
11117* $ ! SIXTHBODYIP ?? ${FOURTHBODYIP}
11118* $ ! SIXTHBODYIP ?? ${FIFTHBODYIP}
11119{
11120 LT5=no
11121 LOCALDESCRIPTION="Body IP:"
11122 LOCALCHECK=${SIXTHBODYIP}
11123 LOCALREVCHECK=${SIXTHBODYREVIP}
11124 LISTSERVER="xs.surbl.org"
11125
11126 :0
11127 { LISTCHECK=`${SBHOST} ${LOCALREVCHECK}.${LISTSERVER} 2> /dev/null` }
11128
11129 :0
11130 * SURBLXSCHECK ?? ^yes$
11131 {
11132  LISTNAME="SURBL (Experimental Snowshoe)"
11133  LISTRESPONSE="127\.0\.0\.2"
11134  LISTSCORE="5"
11135  INCLUDERC=${SBDIR}/functions/dnsbl-sub.rc
11136 }
11137
11138 LISTSERVER='localhost'
11139 LOCALDESCRIPTION='Null'
11140}
11141
11142INCLUDERC=${SBDIR}/functions/test-threshold.rc
11143
11144:0
11145* ! SBCONFIG ?? ^(Analyze|Debug)$
11146* SPAMTAG ?? ^yes$
11147{ LOCALTAG=yes }
11148
11149
11150# Mailspike Zero-Day
11151# http://mailspike.net/
11152#
11153# "Zero-day" spam wave blocklist by Mailspike, who hosts an excellent
11154# reputation list.
11155#
11156:0
11157* MSPIKEZPCHECK ?? ^(yes)$
11158* ! FIRSTEXIP ?? ^000\.000\.000\.000$
11159{
11160 LT5=no
11161 LOCALDESCRIPTION="Connecting IP:"
11162 LOCALCHECK=${FIRSTEXIP}
11163 LOCALREVCHECK=${FIRSTEXREVIP}
11164 LISTSERVER="z.mailspike.net"
11165
11166 :0
11167 { LISTCHECK=`${SBHOST} ${LOCALREVCHECK}.${LISTSERVER} 2> /dev/null` }
11168
11169 :0
11170 * MSPIKEZPCHECK ?? ^(yes)$
11171 {
11172  LISTNAME="Mailspike Zero-Day"
11173  LISTRESPONSE="127\.0\.0\.2"
11174  LISTSCORE="4"
11175  INCLUDERC=${SBDIR}/functions/dnsbl-sub.rc
11176 }
11177
11178 LISTSERVER='localhost'
11179 LOCALDESCRIPTION='Null'
11180}
11181
11182# TRBL
11183# http://www.trblspam.com/
11184#
11185# Spamtrap-driven blocklist, automatic removals, low FP.
11186#
11187:0
11188* TRBLCHECK ?? ^(yes)$
11189* ! FIRSTEXIP ?? ^000\.000\.000\.000$
11190{
11191 LT5=no
11192 LOCALDESCRIPTION="Connecting IP:"
11193 LOCALCHECK=${FIRSTEXIP}
11194 LOCALREVCHECK=${FIRSTEXREVIP}
11195 LISTSERVER="spamtrap.trblspam.com"
11196
11197 :0
11198 { LISTCHECK=`${SBHOST} ${LOCALREVCHECK}.${LISTSERVER} 2> /dev/null` }
11199
11200 :0
11201 * TRBLCHECK ?? ^(yes)$
11202 {
11203  LISTNAME="TRBL"
11204  LISTRESPONSE="127\.0\.0\.2"
11205  LISTSCORE="5"
11206  INCLUDERC=${SBDIR}/functions/dnsbl-sub.rc
11207 }
11208
11209 LISTSERVER='localhost'
11210 LOCALDESCRIPTION='Null'
11211}
11212
11213# VIRBL
11214# http://virbl.bit.nl/
11215#
11216# Blocklist of virus-spewing hosts. Testing to see whether it works
11217# and is worth using.
11218#
11219:0
11220* VIRBLCHECK ?? ^(yes)$
11221* ! FIRSTEXIP ?? ^000\.000\.000\.000$
11222{
11223 LT5=no
11224 LOCALDESCRIPTION="Connecting IP:"
11225 LOCALCHECK=${FIRSTEXIP}
11226 LOCALREVCHECK=${FIRSTEXREVIP}
11227 LISTSERVER="virbl.bit.nl"
11228
11229 :0
11230 { LISTCHECK=`${SBHOST} ${LOCALREVCHECK}.${LISTSERVER} 2> /dev/null` }
11231
11232 :0
11233 * VIRBLCHECK ?? ^(yes)$
11234 {
11235  LISTNAME="VIRBL"
11236  LISTRESPONSE="127\.0\.0\.2"
11237  LISTSCORE="5"
11238  INCLUDERC=${SBDIR}/functions/dnsbl-sub.rc
11239 }
11240
11241 LISTSERVER='localhost'
11242 LOCALDESCRIPTION='Null'
11243}
11244
11245