Change logging level. There will be a lot of messages without received lines in the...
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 27 Jun 2012 11:19:58 +0000 (13:19 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 27 Jun 2012 11:19:58 +0000 (13:19 +0200)
fix_imap_internaldate.py

index dd4799c..30a3a80 100644 (file)
@@ -83,7 +83,7 @@ def main():
                     fetched_received_date = session.fetch_received_date(mid)
                     received_date = date_interp.extract_received_date(fetched_received_date)
                     if(received_date==""):
-                        logging.info("No received date could be found in message uid: %s - mailbox: %s - user: %s.",
+                        logging.debug("No received date could be found in message uid: %s - mailbox: %s - user: %s.",
                                         mid, box.name, box.owner)
                         box.no_received_field += 1
                         continue