Home
last modified time | relevance | path

Searched refs:header_from (Results 1 – 25 of 43) sorted by relevance

12

/dports/mail/py-authres/authres-1.2.0/authres/
H A Ddkim_adsp.py39 header_from = None, header_from_comment = None argument
43 if header_from: self.header_from = header_from
46header_from, header_from_comment = make_result_class_properties('header', 'from') variable in DKIMADSPAuthenticationResult
H A Ddmarc.py40 header_from = None, header_from_comment = None, argument
46 if header_from: self.header_from = header_from
51header_from, header_from_comment = make_result_class_properties('header', 'from') variable in DMARCAuthenticationResult
H A Dcore.py284 header_from = None, header_from_comment = None, argument
291 if header_from: self.header_from = header_from
297header_from, header_from_comment = make_result_class_properties('header', 'from') variable in DomainKeysAuthenticationResult
336 header_from = None, header_from_comment = None, argument
343 if header_from: self.header_from = header_from
352header_from, header_from_comment = make_result_class_properties('header', 'from') variable in SenderIDAuthenticationResult
363 self.header_from
374 elif self.header_from:
/dports/mail/p5-Mail-DMARC/Mail-DMARC-1.20190308/t/
H A D15.Report.Aggregate.Record.t29 ok( $id->header_from( 'from.example.com' ), "header_from, set");
30 ok( $id->header_from eq 'from.example.com', "header_from, get");
38 header_from => 'from.example.com',
42 ok( $id->header_from eq 'from.example.com', "header_from, get");
H A D09.HTTP.t36 like($r, qr/no header_from/, "serve_validator, missing header_from");
38 $cgi->param('POSTDATA', '{"header_from":"tnpi.net"}');
43 $cgi->param('POSTDATA', '{"header_from":"tnpi.net","spf":[{"domain":"tnpi.net","scope":"mfrom","res…
48 $cgi->param('POSTDATA', '{"header_from":"tnpi.net","dkim":[{"domain":"tnpi.net","selector":"mar2013…
H A D04.PurePerl.t58 $dmarc->header_from('mail-dmarc.tnpi.net');
217 $dmarc->header_from('mail-dmarc.tnpi.net');
266 ok( $dmarc->header_from('example.com'), "spf, set header_from" );
278 $dmarc->header_from('mail.example.com');
290 $dmarc->header_from('mail.exUmple.com');
303 ok( $dmarc->header_from('example.com'), "dkim, set header_from" );
322 ok( $dmarc->header_from('mail.example.com'), "dkim, set header_from" );
326 ok( $dmarc->header_from('mail.exaNple.com'), "dkim, set header_from" );
346 ok( $dmarc->header_from('net'), "dkim, set header_from" );
350 ok( $dmarc->header_from('example.net'), "dkim, set header_from" );
[all …]
H A D06.Result.t35 $pp->header_from($test_dom);
62 $pp->header_from("www.$test_dom");
98 $pp->header_from($from_dom);
128 $pp->header_from($from_dom);
158 $pp->{header_from}
159 = 'host.nonexistent-tld'; # the ->header_from method would validate
202 $pp->header_from( 'responsebeacon.com' );
H A D00.Dmarc.t22 header_from => 'yahoo.com',
230 ok( $dmarc->header_from($k), "header_from, $k" );
235 eval { $dmarc->header_from($k); };
237 ok( $@, "header_from, $k, $@" );
246 header_from => [qw/ spam-example.com /],
261 header_from => [qw/ /],
H A D11.Report.Store.t46 ok( $dmarc->header_from($test_dom), "header_from" );
/dports/mail/opendmarc/OpenDMARC-rel-opendmarc-1-4-2/libopendmarc/
H A Dopendmarc_xml.c115 char header_from[MAX_ITEM_NAME_LEN]; in opendmarc_xml() local
140 (void) memset(header_from, '\0', sizeof header_from); in opendmarc_xml()
224 (void) strlcat(obuf, header_from, sizeof obuf); in opendmarc_xml()
255 (void) memset(header_from, '\0', sizeof header_from); in opendmarc_xml()
498 if (*header_from == '\0') in opendmarc_xml()
499 (void) strlcpy(header_from, cp, sizeof header_from); in opendmarc_xml()
502 (void) strlcat(header_from, "|", sizeof header_from); in opendmarc_xml()
503 (void) strlcat(header_from, cp, sizeof header_from); in opendmarc_xml()
/dports/mail/p5-Mail-DMARC/Mail-DMARC-1.20190308/lib/Mail/DMARC/Report/Aggregate/Record/
H A DIdentifiers.pm29 sub header_from { subroutine
30 return $_[0]->{header_from} if 1 == scalar @_;
31 return $_[0]->{header_from} = $_[1];
/dports/mail/p5-Mail-DMARC/Mail-DMARC-1.20190308/lib/Mail/DMARC/
H A DPurePerl.pm13 $self->{header_from} = undef;
115 my $from_dom = shift || $self->header_from or croak;
202 my $from_dom = $self->header_from or croak "header_from not set!";
267 my $from_dom = $self->header_from or croak "header_from not set!";
350 my $from_dom = shift || $self->header_from
390 my $from_dom = shift || $self->header_from or croak "no header_from!";
462 return $self->header_from if $self->header_from;
487 return $self->header_from($from_dom);
/dports/mail/p5-Mail-DMARC/Mail-DMARC-1.20190308/lib/Mail/
H A DDMARC.pm57 sub header_from { subroutine
58 return $_[0]->{header_from} if 1 == scalar @_;
60 return $_[0]->{header_from} = lc $_[1];
257 header_from => $self->header_from,
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/crates/tor-consdiff/src/
H A Dlib.rs806 fn header_from(s: &str) -> Result<([u8; 32], [u8; 32])> { in header() function
811 let (a,b) = header_from( in header()
825 assert!(header_from("network-status-diff-version 2\n").is_err()); in header()
826 assert!(header_from("").is_err()); in header()
827 assert!(header_from("5,$d\n1,2d\n").is_err()); in header()
828 assert!(header_from("network-status-diff-version 1\n").is_err()); in header()
829 assert!(header_from( in header()
835 assert!(header_from( in header()
841 assert!(header_from( in header()
847 assert!(header_from( in header()
[all …]
/dports/mail/py-authheaders/authheaders-0.14.0/authheaders/
H A D__init__.py237 …MARCAuthenticationResult(result=result, result_comment=result_comment, header_from=from_domain, po…
241 …MARCAuthenticationResult(result=result, result_comment=result_comment, header_from=from_domain, po…
245 …MARCAuthenticationResult(result=result, result_comment=result_comment, header_from=from_domain, po…
255 …return DMARCAuthenticationResult(result=result, result_comment=result_comment, header_from=from_do…
257 return DMARCAuthenticationResult(result=result, header_from=from_domain)
/dports/comms/rtl-433/rtl_433-21.12/src/devices/
H A Dradiohead_ask.c151 int msg_len, data_len, header_to, header_from, header_id, header_flags; in radiohead_ask_callback() local
165 header_from = rh_payload[2]; in radiohead_ask_callback()
178 "from", "From", DATA_INT, header_from, in radiohead_ask_callback()
/dports/sysutils/duplicity/duplicity-0.8.20/duplicity/backends/
H A Dimapbackend.py243 header_from = headers[u"from"]
246 if (not (header_from is None)):
247 if (re.compile(u"^" + self.remote_dir + u"$").match(header_from)):
249 log.Info(u"IMAP flist: %s %s" % (subj, header_from))
/dports/mail/p5-Mail-DMARC/Mail-DMARC-1.20190308/lib/Mail/DMARC/Report/
H A DReceive.pm336 if ( !$rec->identifiers->header_from ) {
337 $rec->identifiers->header_from(
346 if (!$rec->identifiers->header_from) {
347 $rec->identifiers->header_from($self->{_header_from});
/dports/mail/evolution/evolution-3.42.1/src/em-format/
H A De-mail-formatter-headers.c238 gchar *header_sender = NULL, *header_from = NULL, *name; in format_full_headers() local
328 header_from = g_string_free (html, FALSE); in format_full_headers()
339 if (!is_rfc822_headers && header_sender && header_from && mail_from_delegate) { in format_full_headers()
353 bold_from = g_strconcat ("<b>", header_from, "</b>", NULL); in format_full_headers()
367 g_free (header_from); in format_full_headers()
/dports/archivers/dpkg/dpkg-1.19.7/scripts/Dpkg/Source/Package/
H A DV2.pm475 if ($opts{header_from} and -e $opts{header_from}) {
476 my $header_from = Dpkg::Source::Patch->new(
477 filename => $opts{header_from});
478 my $analysis = $header_from->analyze($dir, verbose => 0);
548 header_from => $autopatch,
/dports/mail/bulk_mailer/bulk_mailer-1.13/
H A Dbulk_mailer.c153 char *header_from; /* From: address from message header */ variable
541 if (header_from && strcasecmp (header_from, buf) == 0)
1068 header_from = strdup (temp);
1071 header_from = NULL;
1590 if (header_from)
1591 fprintf (stderr, "<%s>\n", header_from);
/dports/mail/p5-Mail-DMARC/Mail-DMARC-1.20190308/bin/
H A Ddmarc_lookup27 $dmarc->header_from($domain);
H A Ddmarc_http_client49 header_from => 'yahoo.com',
/dports/mail/rspamd/rspamd-3.1/rules/
H A Dheaders_checks.lua455 local header_from = nil
459 header_from = task:get_from('mime')[1]
468 if header_from and header_cread then
469 if not string.find(header_from['addr'], header_cread['addr']) then
/dports/mail/rspamd-devel/rspamd-93430bb/rules/
H A Dheaders_checks.lua455 local header_from = nil
459 header_from = task:get_from('mime')[1]
468 if header_from and header_cread then
469 if not string.find(header_from['addr'], header_cread['addr']) then

12