Displaying 6 results from an estimated 6 matches for "_fully_".
Did you mean:
_full_
2019 May 13
2
LMTP and Sieve with <prefix><recipient_delimiter><user>
Hi there,
Dovecot's LMTP implementation and Pigeonhole Sieve already do support
the <user><delimiter><suffix> format. RfC 5233, the Sieve subaddress
extension, also offers <prefix><delimiter><user>.
Could Docecot's LMTP and Pigeonhole be extended to that effect?
Thanks & greetings,
Paul
2002 May 03
1
Daylight savings time and conversion to POSIXt (arghh!)
...PST"
[3] "2002-04-07 04:30:00 PDT"
And verify that the first and last are two hours apart with:
> diff(as.numeric(gcnv))
[1] 0 7200
But the middle one is still wrong. If they were correctly converted I
would see 0 3600 7200.
This suggests to me that as.POSIXct() isn't _fully_ honoring the tz argument.
Am I right in concluding that this is fundamentally due to:
> strptime
function (x, format)
.Internal(strptime(x, format))
and the fact that the internal strptime has no timezone argument?
Somewhat more generally, if my input time character vector was
specified to b...
2019 May 15
0
LMTP and Sieve with <prefix><recipient_delimiter><user>
...to 'suffix' making sure not to break existing setups using
+ # <user><delimiter><suffix> format.
+ # Switch to 'prefix' if you use the <prefix><delimiter><user> format
+ # described in RfC 5233.
+ #detail_affix = suffix
4) Changelog
+ now we _fully_ support IETF RfC 5233? (Sieve Subaddress Extension),
see new config parameter 'detail_affix'.
What do you think?
Thanks & greetings,
Paul
? On my Debian this is
/etc/dovecot/conf.d/20-lmtp.conf
and
/etc/dovecot/conf.d/90-sieve.conf
? https://tools.ietf.org/html/rfc5233
A...
2004 Apr 22
0
ipfilter/ipfw + bridge + out checking
...ct.
Is there a way to check the ipfilter/ipfw out-flow with bridge? Is it
implemented?
I've heard its not done due a performance issue (it's writen in ipf-howto),
but performance is not the main goal for me in this single situation. I
would like to have the stateful firewall and the bridge _fully_ working
together.
Best regards,
--aristeu
2018 Jul 22
0
Possible solution to R installation problems for Linux Mint 19 users
Hello!
After posting this a version of this on r-help, Bert Gunter kindly
suggested I should also post it here. Apologies for any cross-posting which
may occur. My thanks to Jeff Newmiller and Marc Schwartz for setting me
straight on one or two matters.
If you're a newly-minted (pun _fully_ intended) user of Linux Mint 19
("Tara") and you find you're having issues installing R (as I just have),
please read on as I may have a solution for you.
To set out the context, the problem looks like this:
You (naturally) consult the relevant webpage at cran.r-project.org for your...
2009 Jan 14
3
Precision in R
Dear All,
I'm preparing a simple algorithm for matrix multiplication for a
specific purpose, but I'm getting some unexpected results.
If anyone could give a clue, I would really appreciate.
Basically what I want to do is a simple matrix multiplication:
(WB) %*% t(WB).
The WB is in the disk so I compared to approaches:
- Load 'WB' using 'read.table' (put it in WB.tmp) and