Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

A Handler to re-process messages which previously failed sender verification.

Copyright: 2014 Andrew Nicols
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 94 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

invalid_recipient_handler:: (4 methods):
  can_change_validateaddress()
  get_description()
  get_name()
  process_message()


Class: invalid_recipient_handler  - X-Ref

A Handler to re-process messages which previously failed sender verification.

This may happen if the user did not use their registerd e-mail address,
the verification hash used had expired, or if some erroneous content was
introduced into the content hash.

can_change_validateaddress()   X-Ref
Do not allow changes to the address validation setting.


get_description()   X-Ref
Return a description for the current handler.

return: string

get_name()   X-Ref
Return a name for the current handler.
This appears in the admin pages as a human-readable name.

return: string

process_message(\stdClass $record, \stdClass $data)   X-Ref
Process a message received and validated by the Inbound Message processor.

param: \stdClass $record The Inbound Message record
param: \stdClass $data The message data packet.
return: bool Whether the message was successfully processed.