--- uribl	2011-01-19 10:04:46.000000000 -0500
+++ uribl.new	2011-01-19 10:05:21.000000000 -0500
@@ -283,6 +283,9 @@
 
         if ($l =~ /(.*)=$/) {
             push @qp_continuations, $1;
+            # Skip to the next iteration until
+            # we have a full line in the buffer
+            next;
         } elsif (@qp_continuations) {
             $l = join('', @qp_continuations, $l);
             @qp_continuations = ();

