Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 862 Bytes

File metadata and controls

31 lines (21 loc) · 862 Bytes

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+.