Displaying 20 results from an estimated 800 matches similar to: "sieve parse error"
2007 Oct 08
1
v1.1 QUOTA and inbox quota
My mail agent is postfix and by default it imposes the INBOX size of 50
meg. I would like my imap mail clients (I'm using Thunderbird) to "see"
this and warn me when my inbox fills up. I tried doing it with the old
quota system but wasn't successful. With the new quota rule system it
looks like per-mailbox quotas are possible, however when I do this:
quota = maildir
2010 May 11
3
Authentication of local users (smbpasswd) fails with security = domain
Hi list,
I have set up a samba installation (SLES 11, Samba 3.2.7) and joined a
domain. I've created local users (/etc/passwd) and can authenticate
with this users against the domain controller.
Now I want to add a local user (with smbpasswd) and authenticate with
this user which does not exist in the domain. When I'm trying to log
in with the user the log says:
domain_client_validate:
2007 Jul 22
4
[Patch] Support embedded systems better
Hi,
I am one of the developers of the FreeWRT project and I want to give
you some feedback. Shorewall runs quite fine on our supported devices,
but we need to patch Shorewall to get it
running as expected. The problem is the ip command and busybox 1.4.2.
Some words about busybox:
BusyBox is a multi-call binary that combines many common Unix
utilities into a single executable.
2007 Nov 26
4
Using global und per-user sieve scripts at the same time
Hi list,
I'm trying to get a global sieve mailfilter with per-user sieve scripts
to work.
At the "lda"-section in the dovecot.conf file I have:
global_script_path = /usr/local/etc/sieve/spam
/usr/local/etc/sieve/spam:
require "fileinto";
if header :contains ["Subject"] ["***Spam***"] {
fileinto "Spam";
stop;
}
which will work fine
2016 Mar 14
3
clang triple and clang target
On Sat, Mar 12, 2016 at 2:38 PM, Tim Northover <t.p.northover at gmail.com>
wrote:
> On 12 March 2016 at 11:51, Rail Shafigulin via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
> > I tried every possible combination of --target I could think of but
> nothing
> > worked. Would you mind helping me out?
>
> First, 64-bit x86 is "x86_64", and 32-bit
2002 Mar 24
3
Data Checking
Hi,
This is a simple question with if elseif....however I am having trouble
constructing the solution for some reason.
Suppose I have a data set with 3 variables, a, b and c say. Let's say c
is the sum of a and b. So:
a b c
1 2 3
2 3 5
3 4 7
. . .
. . .
. . .
Suppose that I know there have been some data entry errors and I want to
check if ALL values in c is
2003 Mar 26
2
ifelse()
Hi,
I'm not sure if this can be done but..
I know that with ifelse() I can do something like:
ifelse(x <= 3, 1, 2)
to go through each element in my vector x, and if x_i <= 3 substitute the
number with 1 else with 2. Essentially I'll get a vector with 2 levels.
Can I tweak it so I can get 3-levels? For example:
if(x <= 3) then 1
elseif(3 < x <= 4) then 2
2008 May 01
3
elseif syntax
Hi, all
How to use elseif ?
For example, like following short python examples.
*********
x = 1
if x == 1:
print 'same'
*elif* x > 1:
print 'bigger'
else:
print 'smaller'
*********
Thanks in advance,
Hyunchul Kim
[[alternative HTML version deleted]]
2012 Aug 13
4
if else elseif for data frames
Hi all,
It seems like I cannot use normal 'if' for data frames. What would be the
best way to do the following.
if data$col1='high'
data$col2='H'
else if data$col1='Neutral'
data$col2='N'
else if data$col='low'
data$col2='L'
else
#chuch a warning?
Note that col2 was not an existing column and was newly assigned for this
2004 Aug 06
2
XML statistics on remote server
what i did in this situation was dump the stats/status file to the local
server through a lynx --dump call from php .. and then i also update a
sql table to reflect the changes so i can poll that instead ..
a.
<p>On Thu, 26 Feb 2004, MacSym wrote:
>
> Hi everybody,
>
> I am wondering if it is possible to generate the XML/XSL files on a remote
> server (status.xsl,
2018 Feb 09
2
[cfe-dev] [Release-testers] [6.0.0 Release] Release Candidate 2 tagged
On 9 Feb 2018, at 20:40, Dimitry Andric via cfe-dev <cfe-dev at lists.llvm.org> wrote:
>
>> On 9 Feb 2018, at 10:20, Hans Wennborg <hans at chromium.org> wrote:
...
>> What are all these test failures? Does it seems like they have a
>> common root cause and do we have a bug for it?
...
> The Clang Tools and Extra Tools Unit tests all appear to crash with:
>
2007 Jun 21
4
"if" within a function
Dear Friends.
I found a puzzling phenomenon in R when you use 'if' within a function:
# defining a function aaa
aaa=function(a)
{if (a==1) {aaa=1};
if (a!=1) {aaa=2}
}
# using the function:
> b=20
> bbb=aaa(b)
> bbb
[1] 2
> typeof(bbb)
[1] "double"
>
>
> c=1
> ccc=aaa(c)
> ccc
NULL
> typeof(ccc)
[1] "NULL"
It seems that only the last
2005 Jun 09
1
PHPAGI Swift Escape Digits
I am trying to use swift in PHP/AGI.
function swift($text, $escape_digits='', $frequency=8000, $voice=NULL,
$fnameIn='')
During swift speaking some text I want the caller to be able to press
1, 2 or 3 to do thing 1, thing 2 or thing 3.
How are these digit defines and then caught?
Thanks,
Michael
2018 Feb 11
2
[Openmp-dev] [cfe-dev] [Release-testers] [6.0.0 Release] Release Candidate 2 tagged
On 9 Feb 2018, at 22:30, Dimitry Andric <dimitry at andric.com> wrote:
>
> On 9 Feb 2018, at 22:11, Dimitry Andric via Openmp-dev <openmp-dev at lists.llvm.org> wrote:
>>
>> On 9 Feb 2018, at 20:40, Dimitry Andric via cfe-dev <cfe-dev at lists.llvm.org> wrote:
>>>
>>>> On 9 Feb 2018, at 10:20, Hans Wennborg <hans at chromium.org>
2006 Sep 22
3
extract data from lm object and then use again?
Hi list,
I want to write a general function so that it would take an lm object,
extract its data element, then use the data at another R function (eg, glm).
I searched R-help list, and found this would do the trick of the first part:
a.lm$call$data
this would return a name object but could not be recognized as a
data.frameby glm. I also tried
call(as.character(a.lm$call$data))
or
2019 Nov 22
1
[PATCH v4] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
On Fri, Nov 22, 2019 at 12:30:20PM +0100, Rafael J. Wysocki wrote:
> On Fri, Nov 22, 2019 at 11:36 AM Mika Westerberg
> <mika.westerberg at intel.com> wrote:
> >
> > On Thu, Nov 21, 2019 at 11:39:23PM +0100, Rafael J. Wysocki wrote:
> > > On Thu, Nov 21, 2019 at 8:49 PM Mika Westerberg
> > > <mika.westerberg at intel.com> wrote:
> > > >
2008 Mar 12
1
Bug+bugfix in ssh-copy-id
Hi!
the script ssh-copy-id assumes, that the remote machine has a POSIX
Compatible shell as login shell.
So you have to write in line 41:
? ssh $1 'sh -c "umask 077; test ?
instead of
? ssh $1 "umask 077; test ?
Patch is appended.
Greetings,
Benjamin Kellermann
--
GPG-Key-ID: 491A3D9C
Fingerprint: D19E 04A8 8895 020A 8DF6 0092 3501 1A32 491A 3D9C
http://pgpkeys.pca.dfn.de/
2006 Jul 17
1
Variance functions in package nlme
Dear R-help,
I am trying to set up linear mixed effects models in R using the (recommended)
nlme package (R version 2.3.1 on a Linux platform). When trying to reproduce
an example from Jose Pinheiro & Douglas Bates (2000, p 210) I get the
following error message (code to produce message pasted as well):
library("nlme")
data("Orthodont")
vf1Ident <- varIdent(
If Then Else Statements - Outbound Dialling on ISDN using CAPI -Individual Dial out Plans using msns
2004 May 04
2
If Then Else Statements - Outbound Dialling on ISDN using CAPI -Individual Dial out Plans using msns
Hi All,
Many thanks to Marc who helped me with a previous Capi Dialout plan -
however.....
What I now would like to be able to do is: -
We have 8 msn's 383590, 383591 383592 etc.
What I would like to do is set up an If Then Else type statement along the
following lines: -
If extension 7957 Then
Dialout on Capi msn 383590
ElseIf extension 7958 Then
Dialout on Capi msn 383591
ElseIf
2014 Dec 01
3
[LLVMdev] [Compiler-rt] -march=aarch64 flag in gcc/clang
Hi,
I wonder if this is a valid flag in either clang/gcc.
The flag in question is "-march=aarch64". I verified with latest tip and neither clang nor gcc fail to recognize this flag.
This piece of code is in cmake/config-ix.cmake in compiler-rt repo.
+ elseif("${COMPILER_RT_TEST_TARGET_ARCH}" MATCHES "aarch64")
+ test_target_arch(aarch64