Created
January 4, 2024 19:13
-
-
Save simonLeary42/e753ced31a01f72cc6f6aa00f09af717 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| for file in $(find /var/spool/postfix/deferred -type f); do postcat -qb $(basename $file); done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment