~ubuntu-branches/ubuntu/trusty/opendkim/trusty

« back to all changes in this revision

Viewing changes to opendkim/opendkim.c

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2012-07-20 09:04:51 UTC
  • mfrom: (1.2.18)
  • Revision ID: package-import@ubuntu.com-20120720090451-enxmaiwl3bvrviue
Tags: 2.6.6-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
775
775
sfsistat dkimf_delrcpt __P((SMFICTX *, char *));
776
776
static Header dkimf_findheader __P((msgctx, char *, int));
777
777
void *dkimf_getpriv __P((SMFICTX *));
778
 
char * dkimf_getsymval __P((SMFICTX *, char *));
 
778
char *dkimf_getsymval __P((SMFICTX *, char *));
779
779
sfsistat dkimf_insheader __P((SMFICTX *, int, char *, char *));
780
780
static void dkimf_policyreport __P((connctx, struct dkimf_config *, char *));
781
781
sfsistat dkimf_quarantine __P((SMFICTX *, char *));
10570
10570
                                 keybits,
10571
10571
                                 dnssec == NULL ? "" : "; ",
10572
10572
                                 dnssec == NULL ? "" : dnssec,
10573
 
                                 val, domain,
 
10573
                                 domain, val,
10574
10574
                                 ts == DKIM_STAT_OK ? " header.b=" : "",
10575
10575
                                 ts == DKIM_STAT_OK ? ss : "");
10576
10576
 
14177
14177
                        }
14178
14178
                        else if (dfc->mctx_status != DKIMF_STATUS_UNKNOWN)
14179
14179
                        {
14180
 
                                _Bool test;
14181
14180
                                u_int keybits;
14182
14181
                                char *authresult;
14183
14182
                                char *failstatus;
14186
14185
 
14187
14186
                                memset(comment, '\0', sizeof comment);
14188
14187
 
14189
 
                                test = FALSE;
14190
14188
                                failstatus = (testkey ? "neutral" : "fail");
14191
14189
 
14192
14190
#ifdef USE_UNBOUND
14360
14358
                                        break;
14361
14359
                                }
14362
14360
 
14363
 
                                if (test)
 
14361
                                if (testkey)
14364
14362
                                {
14365
14363
                                        if (comment[0] == '\0')
14366
14364
                                        {