Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 175898
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +8 lines)
Line  Link Here
0
-- sid-filter/sid-filter.c.orig        2007-04-10 00:48:38.000000000 -0600
0
++ sid-filter/sid-filter.c     2007-04-10 00:51:43.000000000 -0600
Lines 1610-1615 Link Here
1610
       int err;
1610
       int err;
1611
       char *user;
1611
       char *user;
1612
       char *domain;
1612
       char *domain;
1613
        char *auth_authen;
1613
       Context sic;
1614
       Context sic;
1614
1615
1615
#ifndef DEBUG
1616
#ifndef DEBUG
Lines 1627-1632 Link Here
1627
       sid_msgcleanup(ctx);
1628
       sid_msgcleanup(ctx);
1628
1629
1629
       /*
1630
       /*
1631
       ** Accept authed users.
1632
       */
1633
       if (auth_authen = smfi_getsymval(ctx, "{auth_authen}"))
1634
         return SMFIS_ACCEPT;
1635
1636
       /*
1630
       **  Don't fail on the RFC2821 bounce address.
1637
       **  Don't fail on the RFC2821 bounce address.
1631
       */
1638
       */

Return to bug 175898