Add flag default-to-user-email When set for an export config, if the user doesn't have that attribute, their email will be substituted as a default. If any of the values is not a valid email address, they are filtered out. Closes #29 Reviewed-on: #30 Reviewed-by: June <june@noreply.git.hamburg.ccc.de>
This commit is contained in:
parent
c6f7d2f335
commit
b5c83f7210
6 changed files with 82 additions and 45 deletions
|
|
@ -50,7 +50,7 @@ Results mapped per attribute
|
|||
$ ./client-test-export-mailing-lists.sh
|
||||
chaos@
|
||||
[
|
||||
"hacker+chaos@example.net",
|
||||
"hacker@example.com",
|
||||
"tester+chaos@example.com"
|
||||
]
|
||||
intern@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue