1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2026-01-21 19:45:58 +00:00

aliases: Support '*' as the destination user

This patch implements support for aliases that contain '*' as the
destination user.

In that case, we replace it with the original user.

For example, `*: *@pond` will redirect `lilly@domain` to `lilly@pond`.

This is experimental for now, and marked as such in the documentation.
The semantics can be subtle, so we may need to adjust them later.
This commit is contained in:
Alberto Bertogli
2025-03-24 10:38:11 +00:00
parent 8e4d31c74c
commit 2ee64deec0
4 changed files with 104 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ markdown_extensions:
- codehilite:
guess_lang: false
- attr_list
- admonition
theme: readthedocs