Don't forget MANIFEST.. :-)
On Wed, Apr 20, 2022 at 01:23:12PM -0000, gbec...@apache.org wrote: > Author: gbechis > Date: Wed Apr 20 13:23:11 2022 > New Revision: 1900069 > > URL: http://svn.apache.org/viewvc?rev=1900069&view=rev > Log: > WLBLEval uri tests > > Added: > spamassassin/branches/trunk-welcomelist/t/wlbl_uri.t (with props) > > Added: spamassassin/branches/trunk-welcomelist/t/wlbl_uri.t > URL: > http://svn.apache.org/viewvc/spamassassin/branches/trunk-welcomelist/t/wlbl_uri.t?rev=1900069&view=auto > ============================================================================== > --- spamassassin/branches/trunk-welcomelist/t/wlbl_uri.t (added) > +++ spamassassin/branches/trunk-welcomelist/t/wlbl_uri.t Wed Apr 20 13:23:11 > 2022 > @@ -0,0 +1,23 @@ > +#!/usr/bin/perl -T > + > +use lib '.'; use lib 't'; > +use SATest; sa_t_init("wlbl_uri"); > +use Test::More tests => 4; > + > +%patterns = ( > + q{ URI_HOST_IN_BLOCKLIST }, 'hit-blo', > + q{ URI_HOST_IN_BLACKLIST }, 'hit-bla', > + q{ URI_HOST_IN_WELCOMELIST }, 'hit-wel', > + q{ URI_HOST_IN_WHITELIST }, 'hit-whi', > +); > + > +tstprefs (" > + $default_cf_lines > + blocklist_uri_host ximian.com > + blacklist_uri_host ximian.com > + welcomelist_uri_host helixcode.com > + whitelist_uri_host helixcode.com > + "); > + > +sarun ("-L -t < data/nice/001", \&patterns_run_cb); > +ok_all_patterns(); > > Propchange: spamassassin/branches/trunk-welcomelist/t/wlbl_uri.t > ------------------------------------------------------------------------------ > svn:executable = * >