meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
plugin:domainthrottlemap [2015/11/29 14:41] – created phplist | plugin:domainthrottlemap [2024/05/20 00:00] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Domain throttle map ====== | ||
+ | |||
+ | ---- plugin ---- | ||
+ | |||
+ | description: | ||
+ | author | ||
+ | email : info@phplist.com | ||
+ | type : | ||
+ | lastupdate : 2015/11/29 14:37 | ||
+ | compatible : 3.2.4 and up | ||
+ | depends | ||
+ | conflicts | ||
+ | similar | ||
+ | tags : throttling, domain | ||
+ | |||
+ | downloadurl: | ||
+ | bugtracker : https:// | ||
+ | sourcerepo : https:// | ||
+ | donationurl: | ||
+ | ---- | ||
+ | |||
+ | ===== Purpose ===== | ||
+ | |||
+ | This plugin tries to group domains for the purpose of domain throttling. This means that certain domains are counted together to determine the domain throttle amounts. | ||
+ | |||
+ | For example, all the following domains are controlled by the same smtp policies and servers, managed by Microsoft: | ||
+ | |||
+ | * msn.com | ||
+ | * live.co.uk | ||
+ | * outlook.fr | ||
+ | * hotmail.in | ||
+ | |||
+ | Without this plugin, phpList treats all domains separately when it comes to throttling. With this plugin, domains which are remotely managed as one can be grouped together and also treated as one by phpList. | ||
+ | ===== Installation ===== | ||
+ | |||
+ | Install the plugin using the [[plugin: | ||
+ | |||
+ | ===== Examples/ | ||
+ | |||
+ | The plugin will need continuous updating to match domains. The mapping of one domain to another is achieved by editing '' | ||
+ | |||
+ | For example, these lines mean that live.com.au is mapped and redirected to the Microsoft group of domains: | ||
+ | |||
+ | <code php> | ||
+ | case ' | ||
+ | return " | ||
+ | </ | ||
+ | ===== Development ===== | ||
+ | |||
+ | Please contribute to this plugin by updating the mappings and sending a Pull Request for the plugin file. | ||
+ | |||
+ | === Change Log === | ||
+ | |||
+ | * **2015/ | ||
+ | * Initial release | ||
+ | |||