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

« back to all changes in this revision

Viewing changes to src/bounce/bounce_trace_service.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:
140
140
     * a new queue file.
141
141
     */
142
142
    if ((bounce = post_mail_fopen_nowait(NULL_SENDER, recipient,
143
 
                                         INT_FILT_BOUNCE,
 
143
                                         INT_FILT_MASK_BOUNCE,
144
144
                                         NULL_TRACE_FLAGS,
145
145
                                         new_id)) != 0) {
146
146
        count = -1;