# Author: Zhang Huangbin urls = [ '/system/maillog/(received)', 'controllers.amavisd.log.InOutMails', '/system/maillog/(received)/page/(\d+)', 'controllers.amavisd.log.InOutMails', '/system/maillog/(sent)', 'controllers.amavisd.log.InOutMails', '/system/maillog/(sent)/page/(\d+)', 'controllers.amavisd.log.InOutMails', # Quarantined Mails '/system/maillog/quarantined', 'controllers.amavisd.log.QuarantinedMails', '/system/maillog/quarantined/page/(\d+)', 'controllers.amavisd.log.QuarantinedMails', # Get RAW message of quarantined mail by mail_id. '/system/maillog/quarantined/raw/(.*)', 'controllers.amavisd.log.GetRawMessageOfQuarantinedMail', ]