it now builds but does not do inbox filtering
[citadel.git] / citadel / docs / citadelapi.txt
index 6c983540ef947aa32cdf28e6aa0abae116a7daf2..d0c754a7814e66272a060e491ba5a36f790e87d5 100644 (file)
@@ -203,8 +203,7 @@ cause the message to be rejected by the SMTP server.
 
  Register or remove a function with the room processing system.
 Registered functions are called in the order they are registered when a message
-is added to a room. This allows modules such as Sieve to process new messages
-appearing in a room.
+is added to a room. This allows modules to process new messages appearing in a room.
 
 
  void CtdlRegisterXmsgHook(int (*fcn_ptr) (char *, char *, char *), int order)