forgot something
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 4 Sep 2002 14:58:43 +0000 (14:58 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 4 Sep 2002 14:58:43 +0000 (14:58 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3536 7612ce4b-ef26-0410-bec9-ea0150e637f0

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' ||