19 lines
420 B
Bash
Executable file
19 lines
420 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo Expected:
|
|
echo
|
|
echo aaron.example@example.org
|
|
echo admin@example.org
|
|
echo alex.example@example.org
|
|
echo amy.example@example.org
|
|
echo andy.example@example.org
|
|
echo anna.example@example.org
|
|
echo anotherspammer@example.org
|
|
echo -- ---
|
|
echo Actual:
|
|
echo
|
|
schleuder-cli subscriptions list test-global@schleuder.example.org
|
|
|
|
schleuder-cli keys list test-global@schleuder.example.org
|
|
|
|
cat /var/spool/mail/root
|