~ubuntu-branches/ubuntu/feisty/postfix/feisty-security

« back to all changes in this revision

Viewing changes to src/global/pipe_command.c

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2006-12-12 15:33:53 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20061212153353-q7mkymc0ti2uqzsn
Tags: 2.3.5-1
* New upstream version
* mydomain needs some cleanup if we're upgrading from < 2.3.5-1 on a machine
  where hostname(2) is a short name.  Bug introduced in 2.3.3-2.  Closes: #402788

Show diffs side-by-side

added added

removed removed

Lines of Context:
633
633
                         "Command died with signal %d: \"%s\"%s%s",
634
634
                         WTERMSIG(wait_status), args.command,
635
635
                         log_len ? ". Command output: " : "", log_buf);
636
 
                return (PIPE_STAT_BOUNCE);
 
636
                return (PIPE_STAT_DEFER);
637
637
            }
638
638
            /* Use "D.S.N text" command output. XXX What diagnostic code? */
639
639
            else if (dsn_valid(log_buf) > 0) {