extract message-id from remote host
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 19 Sep 2016 09:37:45 +0000 (11:37 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 19 Sep 2016 09:37:45 +0000 (11:37 +0200)
message-ids.sh [new file with mode: 0755]

diff --git a/message-ids.sh b/message-ids.sh
new file mode 100755 (executable)
index 0000000..879fba2
--- /dev/null
@@ -0,0 +1,2 @@
+./grep-maillog.sh -C 2 | grep message-id | cut -d= -f2
+