~ubuntu-branches/ubuntu/precise/spamassassin/precise-updates

« back to all changes in this revision

Viewing changes to t/uri_text.t

  • Committer: Package Import Robot
  • Author(s): Noah Meyerhans
  • Date: 2011-05-14 12:06:12 UTC
  • mfrom: (1.6.1) (29.4.5 oneiric)
  • Revision ID: package-import@ubuntu.com-20110514120612-3kgve2w9tte69gor
Tags: 3.3.2-1
* New upstream rc release. (Closes: 615590, 626191, 630327, 626751, 631583)
* Bump standards version to 3.9.2 (no changes)
* Add a README.source indicating that our orig.tar.gz differs from
  upstream in that we need to delete their debian/ subdirectory.
* Delete patches that have been incorporated upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
use vars qw(%patterns %anti_patterns);
25
25
 
26
26
# settings
27
 
plan tests => 678;
 
27
plan tests => 682;
28
28
 
29
29
# initialize SpamAssassin
30
30
my $sa = create_saobj({'dont_copy_prefs' => 1});
223
223
http://www.luzoop5k.com         http://www.luzoop5k.com
224
224
https://www.luzoop5k.com        https://www.luzoop5k.com
225
225
ftp://www.luzoop5k.com          ftp://www.luzoop5k.com
 
226
 
 
227
Mailto:aaeb1fai@quo6puyo.com    Mailto:aaeb1fai@quo6puyo.com
 
228
Http://www.auzoop5k.com         Http://www.auzoop5k.com
 
229
Https://www.auzoop5k.com        Https://www.auzoop5k.com
 
230
Ftp://www.auzoop5k.com          Ftp://www.auzoop5k.com
 
231
 
226
232
mailto:www.luzoop5k.com         !mailto:www.luzoop5k.com
227
233
# no longer accept file: scheme
228
234
file://www.luzoop5k.com         !file://www.luzoop5k.com
552
558
example.ws      ^http://example.ws$
553
559
example.ye      ^http://example.ye$
554
560
example.yt      !^http://example.yt$
555
 
example.yu      ^http://example.yu$
 
561
example.yu      !^http://example.yu$
556
562
example.za      ^http://example.za$
557
563
example.zm      ^http://example.zm$
558
564
example.zw      ^http://example.zw$
828
834
www.example.ws  ^http://www.example.ws$
829
835
www.example.ye  ^http://www.example.ye$
830
836
www.example.yt  !^http://www.example.yt$
831
 
www.example.yu  ^http://www.example.yu$
 
837
www.example.yu  !^http://www.example.yu$
832
838
www.example.za  ^http://www.example.za$
833
839
www.example.zm  ^http://www.example.zm$
834
840
www.example.zw  ^http://www.example.zw$