Completed the removal of $Id$ tags in the Citadel server. Also, since the strings...
[citadel.git] / citadel / modules / sieve / serv_sieve.c
index f8c6e8c3589ac9336788f8d4cb00fa8a33a6c30a..b25b1f70953e714f3560a4d00526652988055ac2 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This module glues libSieve to the Citadel server in order to implement
  * the Sieve mailbox filtering language (RFC 3028).
  *
@@ -1306,6 +1304,6 @@ CTDL_MODULE_INIT(sieve)
        }
        
         /* return our Subversion id for the Log */
-       return "$Id$";
+       return "sieve";
 }