search for: l951

Displaying 8 results from an estimated 8 matches for "l951".

Did you mean: 951
2017 Jul 20
3
vacation problem with SRS
...e some how change this ugly to header to normal? >> >> I can't find anything on dovecot mailing lists >> > > Hmm, > > I think this relates to this FIXME: > > https://github.com/dovecot/pigeonhole/blob/master/src/lib- > sieve/plugins/vacation/cmd-vacation.c#L951 > > Looks like I've been just lazy. Should be relatively easy to fix. > > Regards, > > Stephan. >
2017 Jul 20
2
vacation problem with SRS
Hi i have similiar problem like here: http://www.iredmail.org/forum/topic11833-iredmail-support-vocation-respone-unknown-user.html email send : from : web123 at gmail.com to : jacka at mail.com vocation sent back from : jacka at mail.com to : srs0=hmc8=v7=gmail.com=web123 at mail.com postsrsd changing return-path from web123 at gmail.com to srs0=hmc8=v7= gmail.com=web123 at mail.com this
2017 Aug 24
2
vacation problem with SRS
...>> I can't find anything on dovecot mailing lists > >>> > >> Hmm, > >> > >> I think this relates to this FIXME: > >> > >> https://github.com/dovecot/pigeonhole/blob/master/src/lib- > >> sieve/plugins/vacation/cmd-vacation.c#L951 > >> > >> Looks like I've been just lazy. Should be relatively easy to fix. > > I addressed the FIXME earlier already and I have this pending now: > > https://github.com/dovecot/pigeonhole/commit/ > 0e5ec449f701bdc293c5fdc2551d0a7b242703d7 > > Regards, &gt...
2017 Jul 20
0
vacation problem with SRS
...to the Return-Path address > > it is possible some how change this ugly to header to normal? > > I can't find anything on dovecot mailing lists Hmm, I think this relates to this FIXME: https://github.com/dovecot/pigeonhole/blob/master/src/lib-sieve/plugins/vacation/cmd-vacation.c#L951 Looks like I've been just lazy. Should be relatively easy to fix. Regards, Stephan.
2017 Aug 24
0
vacation problem with SRS
...header to normal? >>> >>> I can't find anything on dovecot mailing lists >>> >> Hmm, >> >> I think this relates to this FIXME: >> >> https://github.com/dovecot/pigeonhole/blob/master/src/lib- >> sieve/plugins/vacation/cmd-vacation.c#L951 >> >> Looks like I've been just lazy. Should be relatively easy to fix. I addressed the FIXME earlier already and I have this pending now: https://github.com/dovecot/pigeonhole/commit/0e5ec449f701bdc293c5fdc2551d0a7b242703d7 Regards, Stephan.
2017 Aug 27
0
vacation problem with SRS
...> >> > >> I think this relates to this FIXME: > >> > >> https://github.com/dovecot/pigeonhole/blob/master/src/lib- > <https://github.com/dovecot/pigeonhole/blob/master/src/lib-> > >> sieve/plugins/vacation/cmd-vacation.c#L951 > >> > >> Looks like I've been just lazy. Should be relatively easy to fix. > > I addressed the FIXME earlier already and I have this pending now: > > https://github.com/dovecot/pigeonhole/commit/0e5ec449f701bdc293c5fdc2551d0a7b242703d7 > &lt...
2024 Feb 06
1
[EXTERNAL] Re: NOTE: multiple local function definitions for ?fun? with different formal arguments
Here's a dummy example that I think illustrates the problem: toto <- function() { if (runif(1) < 0.5) function(a) a else function(a,b) a+b } > fcn <- toto() > fcn(1,2) [1] 3 > fcn <- toto() > fcn(1,2) [1] 3 > fcn <- toto() > fcn(1,2) Error in fcn(1, 2) : unused argument (2) How can you use the returned function, if you get different arguments?
2024 Feb 07
1
[EXTERNAL] Re: NOTE: multiple local function definitions for ?fun? with different formal arguments
...; On Feb 6, 2024, at 3:17 PM, Martin Morgan <mtmorgan.xyz at gmail.com> wrote: >>> >>> I went looking and found this in codetools, where it's been for 20 years >>> >>> https://gitlab.com/luke-tierney/codetools/-/blame/master/R/codetools.R?ref_type=heads#L951 >>> >>> I think the call stack in codetools is checkUsagePackage -> checkUsageEnv -> checkUsage, and these are similarly established. The call from the tools package https://github.com/wch/r-source/blame/95146f0f366a36899e4277a6a722964a51b93603/src/library/tools/R/QC.R#L4585...