Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / global / verp_sender.h
blobf32b2f1207c79990eb66d92fd29917f35fdf87c9
1 /* $NetBSD$ */
3 #ifndef _VERP_SENDER_H_INCLUDED_
4 #define _VERP_SENDER_H_INCLUDED_
6 /*++
7 /* NAME
8 /* verp_sender 3h
9 /* SUMMARY
10 /* encode recipient into sender, VERP style
11 /* SYNOPSIS
12 /* #include "verp_sender.h"
13 /* DESCRIPTION
14 /* .nf
17 * Utility library.
19 #include <vstring.h>
22 * Global library.
24 #include <recipient_list.h>
27 * External interface.
29 extern VSTRING *verp_sender(VSTRING *, const char *, const char *, const RECIPIENT *);
30 extern const char *verp_delims_verify(const char *);
32 /* LICENSE
33 /* .ad
34 /* .fi
35 /* The Secure Mailer license must be distributed with this software.
36 /* AUTHOR(S)
37 /* Wietse Venema
38 /* IBM T.J. Watson Research
39 /* P.O. Box 704
40 /* Yorktown Heights, NY 10598, USA
41 /*--*/
43 #endif