"Mike Loiterman" <[EMAIL PROTECTED]> writes:

> Is this the patch you posted:
> 
> - - - --- Client/Core.pm~     2002-11-25 19:07:38.000000000 +0100
> +++ Client/Core.pm    2002-11-25 18:55:35.000000000 +0100
> @@ -216,8 +216,10 @@
>          foreach $rr ($query->answer) { 
>              my $pushed = 0;
>              if ($rr->type eq "A") { 
> - - - -                push @list, $rr->address; 
> - - - -                $pushed = 1;
> +                if ($rr->address =~ m/^(\d+\.\d+\.\d+\.\d+)$/) {
> +                    push @list, $1; 
> +                    $pushed = 1;
> +                }
>              } elsif ($rr->type eq "CNAME") { 
>                  if ($rr->cname eq 'list.terminator') { 
>                      pop @list if $pushed;

The patch looks more like Morse code than a unified diff (it's quite
corrupted).  Use the one I posted earlier today.

Daniel


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to