This commit is contained in:
Bruno TATU 2017-11-03 13:59:11 +01:00
parent 261a498206
commit c810a61fb3

View file

@ -463,3 +463,4 @@ $ 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
~~~
.