OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: adi (adi_at_acme.com)
Date: Tue Oct 29 2002 - 13:41:20 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    this is a small patch for forgotten rcpt->orig_addr argument
    for sent() on pipe.c.

    Regards,

    P.Y. Adi Prasaja

    *** pipe.c- Wed Oct 30 02:28:44 2002
    --- pipe.c Wed Oct 30 02:29:30 2002
    ***************
    *** 719,725 ****
              for (n = 0; n < request->rcpt_list.len; n++) {
                  rcpt = request->rcpt_list.info + n;
                  /*XXX this should not be really "sent", yes? */
    ! sent(request->queue_id, rcpt->address, service,
                      request->arrival_time, "dropped %s", request->nexthop);
                  deliver_completed(src, rcpt->offset);
              }
    --- 719,725 ----
              for (n = 0; n < request->rcpt_list.len; n++) {
                  rcpt = request->rcpt_list.info + n;
                  /*XXX this should not be really "sent", yes? */
    ! sent(request->queue_id, rcpt->orig_addr, rcpt->address, service,
                      request->arrival_time, "dropped %s", request->nexthop);
                  deliver_completed(src, rcpt->offset);
              }

    -
    To unsubscribe, send mail to majordomopostfix.org with content
    (not subject): unsubscribe postfix-users