Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parts with no delimiter might get truncated during macro expansion #42

Open
countsudoku opened this issue Aug 9, 2023 · 0 comments · May be fixed by #43
Open

parts with no delimiter might get truncated during macro expansion #42

countsudoku opened this issue Aug 9, 2023 · 0 comments · May be fixed by #43

Comments

@countsudoku
Copy link

Macros will be expanded correctly only if the delimiter is in the expansion string, i.e.:
If we have a sender email in the form:

and the macro {%l1r-} the expansion is correct and the result is:

strong

But if the email address does not contain the delimiter

The expansion is truncated by on character:

trong
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant