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

« back to all changes in this revision

Viewing changes to t/spamd_sql_prefs.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:
47
47
%patterns = (
48
48
             q{ X-Spam-tTEST1: FOO1 }, 'Added Header tTEST1',
49
49
             q{ X-Spam-tTEST2: FOO2 }, 'Added Header tTEST2',
50
 
             q{ X-Spam-Flag: YES}, 'Spam Flag',
51
50
             q{ XJS*C4JDBQADN1.NSBN3*2IDNEN*GTUBE-STANDARD-ANTI-UBE-TEST-EMAIL*C.34X }, 'GTUBE String',
52
51
             );
53
52
%anti_patterns = (
54
 
                  q{ BODY: Generic Test for Unsolicited Bulk Email }, 'GTUBE Test',
55
 
                  );
 
53
             q{ BODY: Generic Test for Unsolicited Bulk Email }, 'GTUBE Test',
 
54
             q{ X-Spam-Flag: YES}, 'Spam Flag',
 
55
             );
56
56
 
57
57
ok (spamcrun("-u testuser < data/spam/018", \&patterns_run_cb));
58
58
ok_all_patterns();