~ubuntu-branches/ubuntu/feisty/postfix/feisty-backports

« back to all changes in this revision

Viewing changes to src/global/cleanup_strflags.c

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-08-15 11:47:15 UTC
  • mfrom: (29.1.18 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080815114715-wlkfxsgrkj1ymk3t
Tags: 2.5.4-1~feisty1
* Source backport for Feisty (LP: #258193)
  - Switch back to libdb4.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
    CLEANUP_FLAG_BCC_OK, "enable_automatic_bcc",
53
53
    CLEANUP_FLAG_MAP_OK, "enable_address_mapping",
54
54
    CLEANUP_FLAG_MILTER, "enable_milters",
 
55
    CLEANUP_FLAG_SMTP_REPLY, "enable_smtp_reply",
55
56
};
56
57
 
57
58
/* cleanup_strflags - map flags code to printable string */