Displaying 20 results from an estimated 200 matches similar to: "UTF-8 in dovecot-sieve ?"
2007 Nov 06
1
User keywords limit to 26
Hi,
I'm planning to use dovecot 1.0.5 for a webmail using a lot of user-
defined tags.
Recently, I just saw the limit of 26 of them when messages are stored
in maildir format.
This is an important issue for me, since I didn't find how to remove a
flag from the dovecot-keywords database.
Is there any plan to get rid of the keywords limit ?
Or perhaps the new dbox storage format can
2010 Jun 30
2
plain text in Chinese can not be set
Hi there,
According to ?par, 'font' is an integer which specifies which font to
use for text, that 1 corresponds to plain text (the default), 2 to bold
face, 3 to italic and 4 to bold italic.
When I test Chinese character in pdf(), I found that 1 to bold face, 2
to italic, 3 to bold italic, 4 to symbol. and I don't find how to set
plain text. In the following code, the font to use
2008 Mar 17
2
sieve header :matches for multiline header
RFC3028 say:
Folding of long header lines (as described in [IMAIL] 3.4.8) is
removed prior to interpretation of the data. The folding syntax (the
CRLF that ends a line plus any leading whitespace at the beginning of
the next line that indicates folding) are interpreted as if they were
a single space.
But it seems to be not true for dovecot-sieve-1.0.2
for header
Received:
2004 Aug 06
0
DirectShow filter for Speex
Hi,
I've had many requests in the past for a Speex DirectShow filter. Well,
the wait is now over, thanks to Jean-Francois Emond. Both source and
binaries are available from the "Other software" page
(http://www.speex.org/projects.html). Bear in mind that for now, only a
subset of Speex features are supported (8 kHz, 15 kbps).
For those who would like to know what's coming next,
2010 Oct 19
2
separate elements of a character vector
Dear colleagues, this seems like an easy problem, and I found some suggestions which I've incorporated in the help list, but I can't quite get it right.
I want to add a series of years to a second x-axis category label. I generate them with test and test_2 below, format them with some spacing (which is the suggestion I took from the R-list) and concatenate them and then write them with
2008 Apr 22
1
(PR#11240)
Hi,
I have a mac OS X 10.4.11.
Since I have updated R (version 2.6.2) I have a bug with the console:=20=20
when R is busy and I want to stop the computation, I click on "STOP"=20=20
and then R does not respond anymore (I have to kill it). I had no=20=20
problem with my previous version.
For information, I have downloaded R-2.6.2-mini.dmg
regards,
Christophe.
---
Ma=EEtre de
2009 Oct 25
4
Multiple line commands in R scripting
I'm wondering whether there is a character to let R know to expect more
input for a command on subsequent lines. Here is an example:
test_1.R:
x <- c(1,2,3,4)
/ c(1,2,3,4)
x
R CMD BATCh test_1.R produces test_1.Rout:
> x <- c(1,2,3,4)
> / c(1,2,3,4)
Error: unexpected '/' in " /"
Execution halted
test_2.R:
x <- c(1,2,3,4) /
c(1,2,3,4)
x
R CMD
2008 May 27
1
Sieve plugin changes 'To' header on redirect
Hi,
I'm a bit confused by the fact that the 'To' header is being modified by sieve
when a message is being redirected.
RFC3028 states in chapter 4.3:
> The "redirect" action is used to send the message to another user at
> a supplied address, as a mail forwarding feature does. The
> "redirect" action makes no changes to the message body or
2018 May 28
3
Problem in Pigeonhole sievec
Dear all,
I stumbled upon the following behaviour of Pigeonhole, which I consider
to be problematic. A user deployed a Sieve script similar to the following
snippet
if not anyof (address :is ["from","cc"] ["...", ..., "... at ...
GARBAGE", ...] {
fileinto "inbox.Trash";
stop;
}
Note the extra line break before GARBAGE. This script is
2005 Sep 28
1
Control Trafic
Hi !
I have an error in this script as it is not working and I can''t figure out what that is.
Anyone can help?
Thanks!
#!/bin/bash
### unitati de masura pt debit
# kbps - kilobytes per second
# mbps - megabytes per second
# kbit - kilbits per second
# mbit - megabits per second
EXT_IF="eth0"
INT_IF="eth1"
TC=/sbin/tc
IPTABLES=/sbin/iptables
# RATE
2005 Oct 01
0
Re: RE: Control Traffic
Hi Andreas!
I mainly understand what you mean, I tried to fix something on the script, I don''t know if I did it well.
Can you take another look on it please and if is wrong to make the corrections directly on it so that I see where the mistake is...
With this script I want to make limits for IP class 85.120.48.0/25 for international traffic in 256 KBps classes and for metropolitan
2007 Jun 05
1
multiple plot in odfWeave
Hello R users,
I found the odfWeave package to create an odf document. It seems to be a
very nice tool.
So i tried to used it to create a report with multiple plot:
I create an odt file with some code inside:
I connect to a mysql database
I get a list of projects
foreach project I would like to make a plot (a map exactly)
then in a R console I use the odfweave (inFile, outFile) function.
2018 May 28
0
Problem in Pigeonhole sievec
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Mon, 28 May 2018, Thorsten Hater wrote:
> I stumbled upon the following behaviour of Pigeonhole, which I consider
> to be problematic. A user deployed a Sieve script similar to the following
> snippet
>
> if not anyof (address :is ["from","cc"] ["...", ..., "... at ...
> GARBAGE", ...] {
2006 May 30
0
(PR#8905) Recommended package nlme: bug in predict.lme when an independent variable is a polynomial
Many thanks for your very useful comments and suggestions.
Renaud
2006/5/30, Prof Brian Ripley <ripley at stats.ox.ac.uk>:
> On Tue, 30 May 2006, Prof Brian Ripley wrote:
>
> > This is not really a bug. See
> >
> > http://developer.r-project.org/model-fitting-functions.txt
> >
> > for how this is handled in other packages. All model-fitting in R used =
2008 Feb 04
3
Convert plugin question
Hi,
Is it possible to change convert plugin, so it would keep old
UIDVALIDITY and UIDNEXT after conversion from mbox to Maildir?
As far as I can tell, this shouldn't be a big problem as this
information already exists in the mbox. Well, at least for mboxes, that
have
that information.
The problem is easy, if UIDVALIDITY changes during conversion, then
client has to reload whole mailbox
2011 Jul 25
1
Pigeon Sieve, redirect action and SPF
Since I've upgraded to dovecot 2.0.13 + Pigeonhole 0.2.3 (Gentoo
package) I've received a few complains of users about rejected messages.
Investigating the problem, I've seen that when the external sender
server publishes SPF information, when some message is sent from there
to one of my users that has a Sieve redirect action active to another
external system (that does SPF
2003 Nov 24
2
deliver mail with postfix to dovecot for mailinglists
This is a bit off topic on that list. But the question is
required because of a limitation of dovecot. It cannot
have shared mailboxes into which one would collect mailing list
mails. I assume one has already solved that problem and
therefore ask this question on that list.
I try to do the following:
I would like to setup an alias dovecot at kzone.ch
and subscribe this alias to the dovecot
2016 Mar 01
0
nwfilter : iptables rules not working
Hi,
I contact you as i have difficulties to use nwfilter with KVM host.
I want to implemente flow filtering between my Linux guests.
I created the following filter :
cat admin-dmz-internet.xml
<filter name='admin-dmz-internet'>
<!-- this zone is an SSH ingoing only zone -->
<!-- but SSH can go to an other SSH proxy -->
<filterref
2007 Dec 05
1
confidence intervals for y predicted in non linearregression
Hi Thanks for your suggestion, I'm trying to install this package in Ubuntu
(7.10) but unsuccessfully. Also tried in MacOSX, and no success too.
_____
De: Ndoye Souleymane [mailto:ndoye_p@hotmail.com]
Enviado el: miércoles, 05 de diciembre de 2007 13:38
Para: bady@univ-lyon1.fr; Florencio González
CC: r-help@stat.math.ethz.ch
Asunto: RE: [R] confidence intervals for y predicted in
2018 Dec 04
0
set seen flag and junk moving a mail manually to JUNK
Ok. I tried another Thunderbird-specific Flag:
require ["imap4flags", "vnd.dovecot.pipe", "copy", "imapsieve", "environment", "variables"];
if environment :matches "imap.email" "*" {
? set "email" "${1}";??
}
addflag "Junk";
addflag "\\seen";
addflag "$label3";
pipe