search for: dkim_signed

Displaying 13 results from an estimated 13 matches for "dkim_signed".

2018 Apr 13
0
How to change Domain password as normal user?
...mba <samba at lists.samba.org> Reply-To: Mark Foley <mfoley at ohprs.org> Content-Type: text/plain; charset="utf-8" Errors-To: samba-bounces at lists.samba.org Sender: "samba" <samba-bounces at lists.samba.org> X-Spam-Status: No, score=-106.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,T_RP_MATCHES_RCVD,USER_IN_WHITELIST,USER_IN_WHITELIST_TO autolearn=unavailable autolearn_force=no version=3.4.1-_revision__1.25__ X-Spam-Report: * -100 USER_IN_WHITELIST From: address is in the user's white-list * -0.0 T_RP_MATCHES_RCVD Envelope sender domain matc...
2020 Sep 17
2
dovecot: lmtp: Error: fatal error: failed to reserve page summary memory
...d error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.] Sep 17 08:54:00 lonjemail spamd[3231]: spamd: clean message (1.1/5.0) for Debian-exim:114 in 0.3 seconds, 2760 bytes. Sep 17 08:54:00 lonjemail spamd[3231]: spamd: result: . 1 - DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,RDNS_NONE,SPF_HELO_NONE,SPF_PASS scantime=0.3,size=2760,user=Debian-exim,uid=114,required_score=5.0,rhost=::1,raddr=::1,rport=57844,mid=<CANcP0tbws-r=L8KrTug_NKLk0EuPwo1vKotdpV= Pf95Pxusbww at...
2010 Dec 18
0
What's wrong with these mail headers?
...m", which may have been responsible for it. Looking at the headers of the original message (which was sent out to R-help after moderation), the only indication of problems is in the following: X-Tag-Only: YES X-Filter-Node: phil3.ethz.ch X-USF-Spam-Level: ** X-USF-Spam-Status: hits=2.1 tests=DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, T_TO_NO_BRKTS_FREEMAIL X-USF-Spam-Flag: NO X-Virus-Scanned: by amavisd-new at stat.math.ethz.ch in which the occurrences of "FREEMAIL" (associated with gmail, nabble, yahoo etc.) may carry the clue, th...
2018 Apr 13
2
How to change Domain password as normal user?
On Thu, 5 Apr 2018 16:59:15 +0100 Rowland Penny <rpenny at samba.org> wrote: > > On Thu, 05 Apr 2018 11:31:18 -0400 > Mark Foley via samba <samba at lists.samba.org> wrote: > > > OK, I'm having issues with the problem. To summarize, I'm trying to > > have a normal user change his password from a domain member. I've > > tried: passwd, kpasswd
2016 Dec 12
2
why does parent.frame() cycle when called from inside capture.output()?
Hello R devel/help, I ran into this strange behavior: # showstack is supposed to walk through the stack of parent # environments when it is called: showstack = function() { env = environment() for(i in 1:12) { env = do.call(parent.frame, list(), env=env) print(env) } } # a simple chain of functions: g3=function(t) showstack()
2016 Dec 12
2
why does parent.frame() cycle when called from inside capture.output()?
Hello R devel/help, I ran into this strange behavior: # showstack is supposed to walk through the stack of parent # environments when it is called: showstack = function() { env = environment() for(i in 1:12) { env = do.call(parent.frame, list(), env=env) print(env) } } # a simple chain of functions: g3=function(t) showstack()
2007 Oct 03
2
Sample selection problem
I want to get a sample of some arbitrary size from a population having only two values 0 and 1 with replacement, but with different probability for selection. For example 0 will be selected with probability 0.4 and 1 with 0.6. I could use sample function i.e. sample(c(0,1), 30, T) to get this, however here, selection of either 0 or 1 has equal probability here. I am looking for a function which
2020 Oct 08
0
dovecot: lmtp: Error: fatal error: failed to reserve page summary memory
...tial DNS > violation DVE-2018-0001, retrying transaction with reduced feature > level UDP.] > Sep 17 08:54:00 lonjemail spamd[3231]: spamd: clean message (1.1/5.0) > for Debian-exim:114 in 0.3 seconds, 2760 bytes. > Sep 17 08:54:00 lonjemail spamd[3231]: spamd: result: . 1 - > DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,RDNS_NONE,SPF_HELO_NONE,SPF_PASS > scantime=0.3,size=2760,user=Debian-exim,uid=114,required_score=5.0,rhost=::1,raddr=::1,rport=57844,mid=<CANcP0tbws-r=L8KrTug_NKLk0EuPwo1vKotdpV=Pf95Pxusbw...
2016 Dec 12
0
[RE: why does parent.frame() cycle when called from inside capture.output()?]
...from Mark.Bravington at data61.csiro.au ----- Date: Mon, 12 Dec 2016 06:20:17 +0000 From: Mark.Bravington at data61.csiro.au To: frederik at ofb.net Subject: RE: [Rd] why does parent.frame() cycle when called from inside capture.output()? X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,T_SPF_HELO_TEMPERROR,T_SPF_TEMPERROR autolearn=ham autolearn_force=no version=3.4.1 X-Spam-Level: X-My-Tags: inbox r-devel Hi Frederik [ I'm replying off-list in case you, or the rest of R-devel, don't find this reply useful... please fwd to the list if it doe...
2024 Apr 19
2
passing a modified argument to an S3 method
Is there a way to pass a modified argument from an S3 generic to a method? Here's a non-working example that I want to return "abcd". test <- function(x, y = NULL){ y <- "abcd" UseMethod("test") } test.default <- function(x, y = NULL) y test(x = 3) Is that possible? I've looked around a lot, but can't find any examples or
2013 Mar 01
2
I need help with my mail client: was [OCLUG] running cron on UTC
...(envelope-from <oclug-bounces at penguin.oclug.org>) id 1UBJuI-0004wp-KM for slitt at troubleshooters.com; Thu, 28 Feb 2013 23:57:27 -0700 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on box500.bluehost.com X-Spam-Level: X-Spam-Status: No, score=0.9 required=6.0 tests=BAYES_20,DKIM_SIGNED,RDNS_NONE, T_DKIM_INVALID shortcircuit=no autolearn=no version=3.3.1 Received: from [66.51.217.34] (port=57600 helo=mailman.oclug.org) by box500.bluehost.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.80) (envelope-from <oclug-bounces at penguin.oclug.org>) id 1UBJuH-0004vU-Sl for slitt at...
2015 Jan 04
0
dmarc_moderaction_action
...smp01.myvzw.com> Importance: normal From: "gene.cumm at yahoo.com" <gene.cumm at yahoo.com> To: For discussion of Syslinux and tftp-hpa <syslinux at zytor.com> MIME-version: 1.0 User-Agent: ICS X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MALFORMED_FREEMAIL,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,T_DKIM_INVALID autolearn=no autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on terminus.zytor.com Content-Disposition: inline X...
2015 Jan 04
3
dmarc_moderaction_action
( previous thread at http://www.syslinux.org/archives/2015-January/023050.html ) > > <info from="web interface mailman" extra_from="backend mailinglist software"> > dmarc_moderation_action Option > dmarc_moderation_action (privacy): Action to take when anyone posts > to the list from a domain with a DMARC Reject/Quarantine Policy. > >