Home
last modified time | relevance | path

Searched refs:aspf (Results 1 – 25 of 31) sorted by relevance

12

/dports/mail/p5-Mail-DMARC/Mail-DMARC-1.20190308/t/
H A D01.Policy.t61 aspf => 'r',
73 aspf => [qw/ r s R S /],
95 aspf => [qw/ relaxed strict /],
278 #domain=reply.myphotobook.de;v=DMARC1;p=reject;adkim=s;aspf=r;rf�rf;pct0
282 domain=accuquote.com;v=DMARC1;p=none;fo:0;adkim=r;aspf=r;sp=none;rua=mailto:accu_postmaster@accuquo…
291 …com;v=DMARC1;p=none;rua=mailto:admin@filemail.com;ruf=mailto:admin@filemail.com;fo:0;adkim=r;aspf=r
301 domain=teogenes.com.br;v=DMARC1;p=quarantine;rua=mailto:retorno@teogenes.com.br;fo:1:d;adkim=r;aspf
303 domain=brightworksgroup.net;v=DMARC1;p=none;0;adkim=r;aspf=r
309 domain=lns.com;v=DMARC1;p=none;rua=mailto:dmarc@lns.com;ruf=mailto:dmarc@lns.com;0;adkim=r;aspf=r;p…
311 domain=theluxurycloset.info;v=DMARC1;p=reject;adkim=s;aspf=r;rf=afrf;;pct=100
[all …]
H A D06.Result.t104 my $policy = $pp->policy->parse("v=DMARC1; p=$pol; aspf=s; adkim=s");
135 = $pp->policy->parse("v=DMARC1; p=$pol; aspf=s; adkim=s; pct=0");
H A D04.PurePerl.t223 aspf => 'r', # $pol->new adds the defaults that are
286 ok( $dmarc->policy->aspf('r'), "spf alignment->r" );
/dports/mail/opendmarc/OpenDMARC-rel-opendmarc-1-4-2/opendmarc/
H A Dopendmarc-check.c65 char *aspf; in main() local
159 aspf = "unspecified"; in main()
163 aspf = "strict"; in main()
167 aspf = "relaxed"; in main()
171 aspf = "unknown"; in main()
229 fprintf(stdout, "\tSPF alignment: %s\n", aspf); in main()
/dports/mail/opendmarc/OpenDMARC-rel-opendmarc-1-4-2/libopendmarc/tests/
H A Dtest_dmarc_fetch.c15 int aspf; in main() local
52 status = opendmarc_policy_fetch_aspf(pctx, &aspf); in main()
58 if (aspf != DMARC_RECORD_A_STRICT) in main()
60 …policy_fetch_adkim: expected %d got %d: FAIL\n", __FILE__, __LINE__, DMARC_RECORD_A_STRICT, aspf); in main()
/dports/mail/p5-Mail-DMARC/Mail-DMARC-1.20190308/lib/Mail/DMARC/
H A DPolicy.pm62 $self->aspf('r') if !defined $self->aspf;
95 sub aspf { subroutine
96 return $_[0]->{aspf} if 1 == scalar @_;
98 return $_[0]->{aspf} = $_[1];
H A DPurePerl.pm276 if ( $self->policy->aspf && 's' eq lc $self->policy->aspf ) {
/dports/mail/opendmarc/OpenDMARC-rel-opendmarc-1-4-2/libopendmarc/
H A Dopendmarc_xml.c112 char aspf[8]; in opendmarc_xml() local
204 (void) strlcat(obuf, aspf, sizeof obuf); in opendmarc_xml()
462 (void) memset(aspf, '\0', sizeof aspf); in opendmarc_xml()
463 (void) strlcpy(aspf, cp, sizeof aspf); in opendmarc_xml()
H A Dopendmarc_policy.c884 if (opendmarc_policy_check_alignment(pctx->from_domain, pctx->spf_domain, pctx->aspf) == 0) in opendmarc_get_policy_to_enforce()
1065 pctx->aspf = DMARC_RECORD_A_STRICT; in opendmarc_policy_parse_dmarc()
1067 pctx->aspf = DMARC_RECORD_A_RELAXED; in opendmarc_policy_parse_dmarc()
1128 pctx->aspf |= DMARC_RECORD_RF_IODEF; in opendmarc_policy_parse_dmarc()
1281 if (pctx->aspf == DMARC_RECORD_A_UNSPECIFIED) in opendmarc_policy_parse_dmarc()
1282 pctx->aspf = DMARC_RECORD_A_RELAXED; in opendmarc_policy_parse_dmarc()
1365 opendmarc_policy_fetch_aspf(DMARC_POLICY_T *pctx, int *aspf) in opendmarc_policy_fetch_aspf() argument
1371 if (aspf == NULL) in opendmarc_policy_fetch_aspf()
1375 *aspf = pctx->aspf; in opendmarc_policy_fetch_aspf()
1924 switch (pctx->aspf) in opendmarc_policy_to_buf()
H A Ddmarc.h142 OPENDMARC_STATUS_T opendmarc_policy_fetch_aspf(DMARC_POLICY_T *pctx, int *aspf);
H A Dopendmarc_internal.h168 int aspf; member
/dports/mail/opendmarc/OpenDMARC-rel-opendmarc-1-4-2/reports/
H A Dopendmarc-import.in65 my $aspf;
405 if (!$dbi_s->execute($adkim, $aspf, $p, $sp, $pct, $request_id))
629 $aspf = $value;
666 undef $aspf;
H A Dopendmarc-reports.in78 my $aspf;
473 $aspf = $dbi_a->[2];
534 switch ($aspf)
/dports/mail/py-authheaders/authheaders-0.14.0/authheaders/
H A D__init__.py196 aspf = record.get('aspf', 'r')
205 if aspf == "s" and from_domain == mail_from_domain:
207 … elif aspf == "r" and get_org_domain(from_domain) == get_org_domain(mail_from_domain):
/dports/mail/p5-qpsmtpd/qpsmtpd-0.93/plugins/
H A Ddmarc187 return 0 if ($policy->{aspf} && lc $policy->{aspf} eq 's' ); # strict pol
/dports/graphics/xpx/xpx/
H A Dmagtoppm.c305 int x, y, x2, aspf, dx, r; local
318 aspf = hdr.screen_mode & ScreenModeAspectMask;
343 if (aspf) {
/dports/multimedia/libdca/libdca-0.0.7/libdca/
H A Ddca_internal.h52 int aspf; /* audio sync word insertion flag */ member
H A Dparse.c238 state->aspf = bitstream_get (state, 1); in dca_frame()
290 fprintf (stderr, "aspf: %i\n", state->aspf); in dca_frame()
967 if (state->aspf || subsubframe == state->subsubframes - 1) in dca_subsubframe()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/dca/
H A Ddca_internal.h52 int aspf; /* audio sync word insertion flag */ member
H A Dparse.c241 state->aspf = bitstream_get (state, 1); in dca_frame()
293 fprintf (stderr, "aspf: %i\n", state->aspf); in dca_frame()
970 if (state->aspf || subsubframe == state->subsubframes - 1) in dca_subsubframe()
/dports/multimedia/libxine/xine-lib-1.2.11/contrib/libdca/
H A Ddca_internal.h52 int aspf; /* audio sync word insertion flag */ member
H A Dparse.c238 state->aspf = bitstream_get (state, 1); in dca_frame()
290 fprintf (stderr, "aspf: %i\n", state->aspf); in dca_frame()
967 if (state->aspf || subsubframe == state->subsubframes - 1) in dca_subsubframe()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Ddca.c114 int aspf; ///< audio sync word insertion flag member
264 s->aspf = get_bits(&s->gb, 1); in dca_parse_frame_header()
304 av_log(s->avctx, AV_LOG_DEBUG, "aspf: %i\n", s->aspf); in dca_parse_frame_header()
972 if (s->aspf || subsubframe == s->subsubframes - 1) { in dca_subsubframe()
/dports/mail/opendmarc/OpenDMARC-rel-opendmarc-1-4-2/db/
H A Dschema.mysql63 aspf TINYINT NOT NULL DEFAULT '0',
/dports/mail/p5-Mail-DMARC/Mail-DMARC-1.20190308/share/
H A Dmail_dmarc_schema.sqlite124 `aspf` TEXT DEFAULT NULL,

12