Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #12627

Closed (moved)
Open
Opened Jul 14, 2014 by Matthew Finkel@sysrqb

canonicalFromSMTP is not what we think it should be

13:29:04 INFO L568:autoresponder.reply() Got an email; deciding whether to reply. 13:29:04 DEBUG L606:autoresponder.runCheck() Canonicalizing client email domain... 13:29:04 DEBUG L613:autoresponder.runCheck() Canonical email domain: gmail.com 13:29:04 ERROR L620:autoresponder.runCheck() SMTP/Email canonical domain mismatch! ponticum vs gmail.com

The last line is generated by:

        # The canonical domains from the SMTP ``MAIL FROM:`` and the email                                                                                   
        # ``From:`` header should match:                                                                                                                     
        if self.incoming.canonicalFromSMTP != canonicalFromEmail:
            logging.error("SMTP/Email canonical domain mismatch!")                                                                                           
            return False

and canonicalFromSMTP is provided by SMTPMessage().

I'm hotfixing it for now.

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#12627