18
0
Fork 0
This commit is contained in:
Bruno TATU 2017-11-03 13:59:11 +01:00
parent 261a498206
commit c810a61fb3
1 changed files with 2 additions and 1 deletions

View File

@ -462,4 +462,5 @@ $ grep -P '\t'
~~~{.bash}
(for id in $(mailq | grep MAILER\-DAEMON | cut -d' ' -f1); do postcat -q $id| grep Diagnostic\-Code\:; done) | sort | uniq -c | sort -n
~~~
~~~
.