forgot something
[squirrelmail.git] / plugins / spamcop / spamcop.php
index 3171109fd1232453837a6813bc450a7c441e66e2..b60fb33695dce9f0b992ea9a0b02e18a4e388407 100644 (file)
@@ -13,7 +13,7 @@
     $sid = 'a010';
     if ($uid_support) $sid .= ' UID';
     
-    $read = sqimap_read_data($imap_stream, 'a010', true, $response, $message);
+    $read = sqimap_read_data($imap_stream, $sid, true, $response, $message);
     array_shift($read);
 
     if ($spamcop_method == 'quick_email' ||