README.md code-snippet Helptext for 'mailkeys_skip' ist incorrect

Created on 13 March 2024, 4 months ago
Updated 24 April 2024, 2 months ago

Problem/Motivation

In the README.md (code-snippet) is written:

// A line-delimited list of message keys to be rerouted. Either module machine
// name or specific mail key can be used for that. Use case: we need to reroute
// only a few specific mail keys (specified mail keys will be rerouted, all
// other emails will NOT be rerouted).
$config['reroute_email.settings']['mailkeys'] = 'somemodule, mymodule_mykey';

// A line-delimited list of message keys to be rerouted. Either module machine
// name or specific mail key can be used for that. Use case: we need to reroute
// all outgoing emails except a few mail keys (specified mail keys will NOT be
// rerouted, all other emails will be rerouted).
$config['reroute_email.settings']['mailkeys_skip'] = 'somemodule, mymodule_key';

The 1st paragraph is correct. The 2nd is about mailkeys_skip and it should start with:

> // A line-delimited list of message keys NOT to be rerouted.

Steps to reproduce

Proposed resolution

Please revise the place in the help text.

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Active

Version

2.3

Component

Documentation

Created by

πŸ‡©πŸ‡ͺGermany marco.b

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024