Add method scope visibility

Change-Id: I5afde6b24bf9a04dd90506ce24e4ad4fc3661f8c
5 files changed
tree: ba3b83e7caeb8dacdcf5346634646a13a5153207
  1. .gitignore
  2. .gitreview
  3. .phpcs.xml
  4. CODE_OF_CONDUCT.md
  5. COPYING
  6. Gruntfile.js
  7. README.md
  8. composer.json
  9. extension.json
  10. i18n/
  11. includes/
  12. maintenance/
  13. package.json
  14. sql/
  15. tests/
README.md

BounceHandler

BounceHandler a MediaWiki extension which allows a wiki to handle bounce emails efficiently, by:

  • Adding a variable envelope return path (VERP) 'Return-Path' header when UserMailer::send is used to send an email message.
  • Providing a bouncehandler API endpoint which can be directly fed bounce notifications from the site's Message Transfer Agent (MTA) via an HTTP POST request.

Installation

See https://www.mediawiki.org/wiki/Extension:BounceHandler#Installation

Configuration

See https://www.mediawiki.org/wiki/Extension:BounceHandler#Configuration and https://www.mediawiki.org/wiki/Extension:BounceHandler#Parameters

License

BounceHandler is licensed under the GPLv2.0+.