(Go: >> BACK << -|- >> HOME <<)

build: Updating grunt-banana-checker to 0.13.0

Change-Id: I374818384886d9c80c2d26e529c8d95ff7649bef
2 files changed
tree: b8c8b0c8a2f5f2bbf2763b0e1555d05c921c0281
  1. .phan/
  2. i18n/
  3. includes/
  4. maintenance/
  5. sql/
  6. tests/
  7. .eslintrc.json
  8. .gitignore
  9. .gitreview
  10. .phpcs.xml
  11. CODE_OF_CONDUCT.md
  12. composer.json
  13. COPYING
  14. extension.json
  15. Gruntfile.js
  16. package-lock.json
  17. package.json
  18. README.md
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+.