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

« back to all changes in this revision

Viewing changes to src/bounce/bounce_notify_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:
174
174
            postmaster = var_2bounce_rcpt;
175
175
            if ((bounce = post_mail_fopen_nowait(mail_addr_double_bounce(),
176
176
                                                 postmaster,
177
 
                                                 INT_FILT_BOUNCE,
 
177
                                                 INT_FILT_MASK_BOUNCE,
178
178
                                                 NULL_TRACE_FLAGS,
179
179
                                                 new_id)) != 0) {
180
180
 
213
213
     */
214
214
    else {
215
215
        if ((bounce = post_mail_fopen_nowait(NULL_SENDER, recipient,
216
 
                                             INT_FILT_BOUNCE,
 
216
                                             INT_FILT_MASK_BOUNCE,
217
217
                                             NULL_TRACE_FLAGS,
218
218
                                             new_id)) != 0) {
219
219
 
267
267
            postmaster = var_bounce_rcpt;
268
268
            if ((bounce = post_mail_fopen_nowait(mail_addr_double_bounce(),
269
269
                                                 postmaster,
270
 
                                                 INT_FILT_BOUNCE,
 
270
                                                 INT_FILT_MASK_BOUNCE,
271
271
                                                 NULL_TRACE_FLAGS,
272
272
                                                 new_id)) != 0) {
273
273
                count = -1;