~ubuntu-branches/ubuntu/hoary/postfix/hoary-security

« back to all changes in this revision

Viewing changes to src/global/qmqp_proto.h

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2004-10-06 11:50:33 UTC
  • Revision ID: james.westby@ubuntu.com-20041006115033-ooo6yfg6kmoteu04
Tags: upstream-2.1.3
ImportĀ upstreamĀ versionĀ 2.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*++
 
2
/* NAME
 
3
/*      qmqpd 3h
 
4
/* SUMMARY
 
5
/*      QMQP protocol
 
6
/* SYNOPSIS
 
7
/*      include <qmqpd_proto.h>
 
8
/* DESCRIPTION
 
9
/* .nf
 
10
 
 
11
 /*
 
12
  * QMQP protocol status codes.
 
13
  */
 
14
#define QMQP_STAT_OK    'K'             /* success */
 
15
#define QMQP_STAT_RETRY 'Z'             /* recoverable error */
 
16
#define QMQP_STAT_HARD  'D'             /* unrecoverable error */
 
17
 
 
18
/* LICENSE
 
19
/* .ad
 
20
/* .fi
 
21
/*      The Secure Mailer license must be distributed with this software.
 
22
/* AUTHOR(S)
 
23
/*      Wietse Venema
 
24
/*      IBM T.J. Watson Research
 
25
/*      P.O. Box 704
 
26
/*      Yorktown Heights, NY 10598, USA
 
27
/*--*/