diff --git a/README b/README
index 5327307d7107317fcdbfbce0e21f24d72f09c8e4..9090e9e92b9835730a6493a7fa1498b04db32f88 100644
--- a/README
+++ b/README
@@ -43,10 +43,10 @@ Features
   without changes to the sieve engine code. If an extension is not loaded using 
   the require command, the compiler truly does not know of its existance. 
 
-* Supports almost all extensions provided by the original CMUSieve plugin:
+* Supports all extensions provided by the original CMUSieve plugin:
  
-  Currently only the notify extension is missing. In addition, it has support 
-  for the new and very useful variables extension (see next section).
+  In addition, it has support for the new and very useful variables extension
+  (see next section).
 
 * Supported by ManageSieve service:
 
@@ -59,8 +59,8 @@ Features
   This package includes a test suite to automatically asses whether the compiled 
   sieve engine works correctly. The test suite is an extension to the Sieve 
   language and is therefore easily extended with new tests. Currently, the 
-  test suite is limited to testing script processing. The performed actions are 
-  not tested automatically yet. 
+  test suite is mostly limited to testing script processing. The performed actions 
+  are not tested fully yet. 
 
 Implementation Status
 ---------------------
diff --git a/TODO b/TODO
index 63e3a163e77c0c5d7e50861c58bbba388516a91e..a0ece47c3af8ae16c1f098327083c0fc5a8fa610 100644
--- a/TODO
+++ b/TODO
@@ -2,7 +2,6 @@ Current:
 
 * Implement executing an arbitrary number of scripts sequentially, acting on the 
   same set of result actions (multiscript):
-	- Implement multiscript support in lda sieve plugin
 	- Rigorous testing
 * Finish enotify extension:
 	- Mailto: prevent multiple notifications to a single recipient