Skip to content

Vacation messages parsed by Perl, but not by Ruby #65

@rdeavila

Description

@rdeavila

I'm receiving vacation messages in my server, and the Sisimai Ruby implementation (version 4.20.1) does not recognize as this. Running Sisimai.make on this messages returns nil.

But, if I run Sisimai using the ytnobody/sisimai-api Docker image (which uses the Perl implementation via cpm install Sisimai) the message is detected as vacation correctly.

{
  "rows": [
    {
      "listid": "",
      "deliverystatus": "",
      "recipient": "[redacted]@[redacted].com.br",
      "replycode": "",
      "feedbacktype": "",
      "alias": "",
      "action": "",
      "token": "2b1a723ee283c1c4a6cf34734d223ba4c5927e06",
      "addresser": "[redacted]@[redacted].com.br",
      "rhost": "",
      "reason": "vacation",
      "timestamp": 1486754116,
      "smtpagent": "RFC3834",
      "messageid": "",
      "senderdomain": "[redacted].com.br",
      "subject": "",
      "destination": "[redacted].com.br",
      "smtpcommand": "",
      "lhost": "",
      "softbounce": -1,
      "diagnostictype": "",
      "timezoneoffset": "-0200",
      "diagnosticcode": "Estarei ausente do dia 08/02 até o dia 12/03 favor encaminhar email para [redacted] e [redacted]"
    }
  ],
  "status": 200
}

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions