ref: 97ef582969295af37f67b092666b48249b732347
parent: eb660ee7845ad084894ec4f656187dc8e357df31
author: sl <sl@stanleylieber.com>
date: Tue Apr 12 18:28:36 EDT 2022
fqa8.ms: fix print formatting for new sections
--- a/fqa8.ms
+++ b/fqa8.ms
@@ -978,7 +978,8 @@
case *
fd=gmail.com
}
-exec /bin/upas/smtp -u your.username@gmail.com -a -h $fd $addr $sender $*
+exec /bin/upas/smtp -u your.username@gmail.com \e
+ -a -h $fd $addr $sender $*
.P2
Before this will work you need to retrieve the certificate hash. This can be done
--
⑨