2 lines
65 B
Bash
Executable file
2 lines
65 B
Bash
Executable file
#!/bin/rc
|
|
mail -x $1 | grep -vs '^unknown user|^Invalid address'
|