ehaupt / cleanup-maildir

Script for cleaning up and archiving mails in Maildir folders based on arival date
MIT License
10 stars 7 forks source link

During cleaning proceee i reciver: propably reason is polish language char. #1

Open budwig opened 4 years ago

budwig commented 4 years ago

INFO:MaildirCleaner:Archiving #7 to Archive.2017: FW: 17095 ETHERNET Traceback (most recent call last): File "/data/vmail/cleanup-maildir", line 528, in cleaner.clean(mode, dir, minAge) File "/data/vmail/cleanup-maildir", line 425, in clean self.__mdWriter.deliver(msg, sfPath) File "/data/vmail/cleanup-maildir", line 153, in deliver self.logger.INFO("deliver: attempt copy %s to %s" % AttributeError: Logger instance has no attribute 'INFO'

Is any possibility to resolve this?

ehaupt commented 3 years ago

What python version are you using?

python3 -V