Roundcube plugin that adds the X-Clacks-Overhead: GNU Terry Pratchett header
to all outgoing mail sent via Roundcube. Once enabled, this plugin needs no
configuration.
See GNU Terry Pratchett for more plugins for other software as well as background information to this plugin.
- Roundcube 1.6+
- PHP 7.4+
- Download the latest release ZIP from the Releases page
- Extract the archive — it will create a folder named
clacks_overhead - Move the
clacks_overheadfolder into your Roundcubeplugins/directory - Add the plugin to your
config/config.inc.php:
$config['plugins'] = ['clacks_overhead'];- Adds
X-Clacks-Overhead: GNU Terry Pratchettto all outgoing emails - Displays an animated Clacks tower indicator in the message header when receiving mail that carries the header — click to learn more about the project
This is a personal fork of the original plugin by Martin Porcheron, updated for compatibility with current PHP and Roundcube versions.
This fork is not actively maintained. Use at your own risk.
MIT — see LICENSE