-
Notifications
You must be signed in to change notification settings - Fork 0
Regex is not complete #1
Copy link
Copy link
Open
Description
nullmailer-Rewrite-Wrapper/sendmail
Line 62 in bba0c82
| localRecipient=$(echo "$@" | grep -Po '\s(\w)+$') |
\w only covers [a-zA-Z0-9_], but linux user names can also contains -. I added it to this:
localRecipient=$(echo "$@" | grep -Po '\s(\w|-)+$')Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels