Displaying 12 results from an estimated 12 matches for "z_0".
Did you mean:
z_
2014 Sep 12
2
sieve: is it possible to filter ALL mailing lists (with header List-Id) to their folders with ONE rule?
Hello, Dovecot.
Is it possible to write one rule in sieve, which will:
(1) Trigger on any message with "List-Id" header
AND
(2) Put this message to folder with name build from content of "List-Id"
header, in such way, that message with List-Id
List-Id: This is decription of list <list-name.host.org>
will be put into folder "org.host.list-name" where
2019 Feb 09
0
Use sieve to move all mail automatically based on List-Id
Dear all,
I currently use the following rule to automatically sort email into
folders based on mailing lists:
# split out the various list forms
# Mailman & other lists using list-id
if exists "list-id" {
??? if header :regex "list-id" "<([a-z_0-9-]+)[.@]" {
??????? set :lower "listname" "${1}";
??????? fileinto :create "${listname}";
??? } else {
??????? if header :regex "list-id" "^\\s*<?([a-z_0-9-]+)[.@]" {
??????????? set :lower "listname" "${1}";
???????????...
2007 Sep 24
1
PicTeX output: how to suppress escaping of $ signs and braces?
Dear All,
I'm trying to draw a TeX histogram with the following pair of commands,
pictex(file = "realhisto.tex")
hist(Peaklist$V3,xlab="Height $z/\\ut{mm}$",ylab="Probability density $\\phi{}(z-z_0)/(1/\\ut{mm})$")
However, in the resulting file realhisto.tex, I get, for example
\put {Height \$z/\ut\{mm\}\$} [lB] <0.00pt,0.00pt> at 136.13 9.17
when what I'd like is
\put {Height $z/\ut{mm}$} [lB] <0.00pt,0.00pt> at 136.13 9.17
i.e. the $ signs and braces not to be e...
2017 May 10
1
Dovecot/Sieve shortcuts?
Thanks! This is super-interesting.
As I try to set up include, I get failures which may indicate a need
for more coffee, but in /etc/dovecot/cond.f/90-sieve.conf I have:
plugin {
# Directory for :personal include scripts. The default is to use
home directory.
sieve_dir = %h/.sieve
# Directory for :global include scripts (not to be confused with
sieve_global_path).
# If
2019 Jun 13
3
Sieve logging?
I am trying to create some sieve scripts to filter my mailing lists and am wondering if sieve logs anywhere, and it so where? I don?t see anything in mail.log beyond lines like:
dovecot: lda(kremels at kreme.com)<39790><hNchChSkAV1umwAAIdGjjQ>: sieve: msgid=<267D5D71-D99C-4790-8706-C1A92BCC9F97 at kreme.com>: stored mail into mailbox ?INBOX'
Which doesn?t really tell me
2019 Jun 13
4
Sieve logging?
...egex", "variables", "fileinto", "envelope", "mailbox", "imap4flags" ];
# split out using list-id
# List-Id: Dovecot Mailing List <dovecot.dovecot.org>
if exists "list-id" {
if header :regex "list-id" "<([a-z_0-9-]+)[.@]" {
set :lower "listname" "${1}";
fileinto :create "${listname}";
} else {
if header :regex "list-id" "^\\s*<?([a-z_0-9-]+)[.@]" {
set :lower "listname" "${1}";...
2016 Mar 30
1
cloud-init issue w/ GenericCloud image
I'm using the C7.2 GenericCloud image with KVM and am trying to inject my
own ssh key by adding it to /etc/cloud/cloud.cfg.d:
sudo virt-customize --upload
~/local/cloud/20_centos_sshkey.cfg:/etc/cloud/cloud.cfg.d/20_centos_sshkey.cfg
-d c7-template
Contents of the file:
#cloud-config
ssh_authorized_keys:
- ssh-rsa [mysshkeyhere]
The good news is that it puts something in the
2010 Dec 26
0
GLS with corAR(1) correlation structure residual/standard error calculation
...R1(),
method = "ML")
My understanding of model errors:
Y = b_0 + X1 b_1+ ...Xk b_k + Z
Z_t =phi Z_{t-1) + e_t
The residuals reported by GLS are the Z's, while the white noise terms are
the e's. I cannot replicate the reported residuals using this approach. I
also do not know how Z_0 should be calculated, i.e. what does the first step
of this recursive procedure look like?
>From the residuals, I also cannot replicate the reported standard errors. I
am using se(b_j) = sqrt(sigma^2/sum(x_i-x_mean)^2) where sigma =sqrt(SSR/df)
Any help on this or explanation of how GLS works...
2002 Apr 26
1
openssh 3.1p1 & autoconf 2.53
...config.status: creating ssh_prng_cmds
sed: -e expression #1, char 445: Unknown option to 's'
config.status: creating config.h
=== End screenshot ===
That's because the paths are used unquoted in config.status:
=== Begin extract from config.status ===
sed "
:t
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
s, at configure_input@,$configure_input,;t t
s, at srcdir@,$ac_srcdir,;t t
s, at abs_srcdir@,$ac_abs_srcdir,;t t
s, at top_srcdir@,$ac_top_srcdir,;t t
s, at abs_top_srcdir@,$ac_abs_top_srcdir,;t t
s, at builddir@,$ac_builddir,;t t
s, at abs_builddir@,$ac_abs_builddir,;t t
s, at top_builddir...
2004 Jun 16
2
erf function documentation
Hi all. I may be wrong, (and often am), but in trying
to determine how to calculate the erf function, the
documentation for 'pnorm' states:
## if you want the so-called 'error function'
erf <- function(x) 2 * pnorm(x * sqrt(2)) - 1
## and the so-called 'complementary error function'
erfc <- function(x) 2 * pnorm(x * sqrt(2),
lower=FALSE)
Should, instead, it read:
2012 Jan 23
0
[PATCH] maint: use $var notation rather than ${var} when possible
I noticed some uses of ${srcdir} in shell scripts.
That is almost always better written as $srcdir.
The patch below converts most such variable references.
Here are the few remaining candidates:
$ git grep -i -E '\$\{[a-zA-Z_0-9]+\}'|grep -v Makefile.in.in
configure.ac: JAR_INSTALL_DIR=\${prefix}/share/java
configure.ac: JNI_INSTALL_DIR=\${libdir}
debian/rules: for TEST in ${DEBIAN_SKIP_TEST}; do \
debian/rules:# mv $${mod} $$(dirname $${mod})/libguestfsmod.so; \
java/Makefile.am:libguestfs_j...
1997 Feb 05
0
bliss version 0.4.0
...\E%2>+"3`=6(/FAH*S!QYC6ZGCB6]WA%(J#Q:VS0NM
Z!@0K2(HC-:OVK8@S$IVCPCHA!*Y&P@EGXQH@%]=!_R>:^(OY0LX78QC=%_1_
Z(NB7_%K"-$1WL2RHW:=>UH[W.PXP,X/M3&9P6\HY/'':0)P9&N6))@7''''N_,(
Z/UH7D]V>%*30V2MZ<GS*!::?VG&G@MQP#/<9]4,Z5;AG:SSCN.S$4\H0J-BS
Z_0/@`SKFM.F]4.,M(Q<I8OZP[DONY5P/2:7V6NHM$:FZ`+_AO!G>O;(Y<R7!
ZS@MO(+NHD''Y^W8E-(V)>FJ_Z=:H@_#ZV2VG8C@4U@H)K9I)9;P$K2"F8)T%*
Z>237Z3_!1VI#*"Z:RX3^39T+=3U%5WDOMF''Q*13FZXXV-K&V(2`''*+%MVOM7
Z_''D^.-(A-GI\-B=><UV-$:MET"C*>B`W5GW&g...