Re: [SAtalk] Problem with current CVS version

2002-05-11 Thread Sean Rima
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 11 May 2002, Craig R. Hughes told this: > cvs annotate is always fun: > > bash2.05 craig@balam ~/code/spamassassin % cvs annotate -r1.132 > lib/Mail/SpamAssassin/EvalTests.pm|fgrep 'check_mx' Annotations for > lib/Mail/SpamAssassin/EvalTests

Re: [SAtalk] Problem with current CVS version

2002-05-11 Thread Craig R Hughes
cvs annotate is always fun: bash2.05 craig@balam ~/code/spamassassin % cvs annotate -r1.132 lib/Mail/SpamAssassin/EvalTests.pm|fgrep 'check_mx' Annotations for lib/Mail/SpamAssassin/EvalTests.pm *** 1.132(hughescr 11-May-02): if ($self->{conf}->{check_mx_attempts) < 1) { Do

Re: [SAtalk] Problem with current CVS version

2002-05-11 Thread Sean Rima
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 11 May 2002, Craig R. Hughes stated: > Doh! Who made that typo and checked it in w/out testing? Should be > fixed now. > It wasn't me boss, I promise :) Sean Please I am subscribed to this list so there is no need to cc me a reply - --

Re: [SAtalk] Problem with current CVS version

2002-05-11 Thread Craig R Hughes
Doh! Who made that typo and checked it in w/out testing? Should be fixed now. C Sean Rima wrote: SR> Bareword "check_mx_attempts" not allowed while "strict subs" in use at SR> /usr/lib/perl5/site_perl/5.005/Mail/SpamAssassin/EvalTests.pm line 81.

Re: [SAtalk] Problem with current CVS version

2002-05-11 Thread Sean Rima
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 11 May 2002, Michael Moncur spake thusly: > Same here. Appears to be a typo - here's the fix: > > Line 81: > if ($self->{conf}->{check_mx_attempts) < 1) { > Should be: > if ($self->{conf}->{check_mx_attempts} < 1) { I am not into perl i

RE: [SAtalk] Problem with current CVS version

2002-05-11 Thread Michael Moncur
Same here. Appears to be a typo - here's the fix: Line 81: if ($self->{conf}->{check_mx_attempts) < 1) { Should be: if ($self->{conf}->{check_mx_attempts} < 1) { -- michael moncur mgm at starlingtech.com http://www.starlingtech.com/ "Research is the process of going up alleys to see if t