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

« back to all changes in this revision

Viewing changes to src/bounce/bounce_warn_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:
164
164
            postmaster = var_delay_rcpt;
165
165
            if ((bounce = post_mail_fopen_nowait(mail_addr_double_bounce(),
166
166
                                                 postmaster,
167
 
                                                 INT_FILT_BOUNCE,
 
167
                                                 INT_FILT_MASK_BOUNCE,
168
168
                                                 NULL_TRACE_FLAGS,
169
169
                                                 new_id)) != 0) {
170
170
 
202
202
     */
203
203
    else {
204
204
        if ((bounce = post_mail_fopen_nowait(NULL_SENDER, recipient,
205
 
                                             INT_FILT_BOUNCE,
 
205
                                             INT_FILT_MASK_BOUNCE,
206
206
                                             NULL_TRACE_FLAGS,
207
207
                                             new_id)) != 0) {
208
208
 
252
252
            postmaster = var_delay_rcpt;
253
253
            if ((bounce = post_mail_fopen_nowait(mail_addr_double_bounce(),
254
254
                                                 postmaster,
255
 
                                                 INT_FILT_BOUNCE,
 
255
                                                 INT_FILT_MASK_BOUNCE,
256
256
                                                 NULL_TRACE_FLAGS,
257
257
                                                 new_id)) != 0) {
258
258
                count = -1;