You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-27 05:11:14 +02:00
docs: fix minor typo (#4513)
Co-authored-by: Casper <casperklein@users.noreply.github.com>
This commit is contained in:
@ -94,7 +94,7 @@ When mail is delivered to your account, it is possible to organize storing mail
|
|||||||
|
|
||||||
# Check if the mail recipient address has a tag (:detail)
|
# Check if the mail recipient address has a tag (:detail)
|
||||||
if envelope :detail :matches "to" "*" {
|
if envelope :detail :matches "to" "*" {
|
||||||
# Create a variable `tag`, with the the captured `to` value normalized (SoCIAL => Social)
|
# Create a variable `tag`, with the captured `to` value normalized (SoCIAL => Social)
|
||||||
set :lower :upperfirst "tag" "${1}";
|
set :lower :upperfirst "tag" "${1}";
|
||||||
|
|
||||||
# Store the mail into a folder with the tag name, nested under your inbox folder:
|
# Store the mail into a folder with the tag name, nested under your inbox folder:
|
||||||
|
Reference in New Issue
Block a user