Ticket #3 (closed defect: invalid)

Opened 3 years ago

Last modified 2 years ago

Susicious warning

Reported by: anonymous Owned by: scottmc
Priority: critical Milestone:
Component: SpamZilla Version:
Keywords: Cc:

Description

Use of uninitialized value in split at POE/Component/Client/SMTP.pm line 145.

Not sure if it caused a faulre in POE::Component::Client::SMTP or not, but I don't see my smoketest mail right now.

Investigate and resolve immediately.

Change History

Changed 3 years ago by scottmc

  • status changed from new to closed
  • resolution set to fixed

This is actually resolved. It turns out, the problem was simply lexical declaration of the variable "emailBody" inside an exception block in the Mailer Webservice Component. The declaration was already made in a previous scope, so I simply removed the lexical declaration at its point of use, and the value was (respectively) propigated properly.

This also creates smoke test status of OK.

Changed 3 years ago by scottmc

This is fixed in revision 273

Changed 3 years ago by scottmc

  • status changed from closed to reopened
  • resolution fixed deleted

Changed 3 years ago by scottmc

  • status changed from reopened to closed
  • resolution set to invalid

Changed 2 years ago by scott

  • milestone AlphaZero deleted

Milestone AlphaZero deleted

Note: See TracTickets for help on using tickets.