34
36
# NB: This somewhat duplicates handleMail, but there it's mixed in
35
37
# with handling a mailbox, which we're avoiding here.
38
44
self.logger.debug("got %d bytes" % len(raw_mail))
39
45
file_alias = save_mail_to_librarian(raw_mail)
40
46
self.logger.debug("saved to librarian as %r" % (file_alias,))
41
47
parsed_mail = signed_message_from_string(raw_mail)
43
51
self.logger, parsed_mail,
44
52
file_alias, file_alias.http_url,