summaryrefslogtreecommitdiff
path: root/clients/zpopnotify
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1988-06-23 12:09:45 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1988-06-23 12:09:45 +0000
commitabfe60d5bc1711c7b7f5fae64c1496497c15e72a (patch)
tree97a8e12fcf872d8f1ffd8acd0e262cb49dab9e5e /clients/zpopnotify
parentb511734ca5c28f7b72f8fc64dfe5f341201003fe (diff)
add a default format
Diffstat (limited to 'clients/zpopnotify')
-rw-r--r--clients/zpopnotify/zpopnotify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/zpopnotify/zpopnotify.c b/clients/zpopnotify/zpopnotify.c
index dd59b52..0e6f9ff 100644
--- a/clients/zpopnotify/zpopnotify.c
+++ b/clients/zpopnotify/zpopnotify.c
@@ -6,7 +6,7 @@
* $Source$
* $Author$
*
- * Copyright (c) 1987 by the Massachusetts Institute of Technology.
+ * Copyright (c) 1987,1988 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
@@ -77,7 +77,7 @@ main(argc,argv)
notice.z_opcode = "";
notice.z_sender = mysender;
notice.z_recipient = ptr;
- notice.z_default_format = "";
+ notice.z_default_format = "From Post Office $1:\n$2";
if ((retval = ZSendList(&notice,lines,2,ZNOAUTH)) != ZERR_NONE) {
com_err(whoami,retval,"while sending notice");