~ubuntu-branches/ubuntu/maverick/postfix/maverick-security

« back to all changes in this revision

Viewing changes to src/util/name_mask.c

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, Wietse Venema, LaMont Jones
  • Date: 2009-06-03 14:17:08 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20090603141708-o9u59xlor7nmd2x1
[Wietse Venema]

* New upstream release: 2.6.2~rc1

[LaMont Jones]

* move postfix-add-{filter,policy} manpages to section 8, and deliver
* provide: default-mta on ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
243
243
    while (--argc && *++argv) {
244
244
        mask = name_mask("test", table, *argv);
245
245
        vstream_printf("%s -> 0x%x -> %s\n",
246
 
                       *argv, mask, str_name_mask((VSTRING *) 0, "mask_test",
247
 
                                                  table, mask));
 
246
                       *argv, mask, str_name_mask("mask_test", table, mask));
248
247
        vstream_fflush(VSTREAM_OUT);
249
248
    }
250
249
    vstring_free(buf);