Displaying 20 results from an estimated 10000 matches similar to: "Manual thread breaking from Thunderbird"
2007 Jun 12
0
New experimental XEXEC plugin status
No to long ago I proposed an experimental extension to the IMAP protocol
to allow IMAP to execute extername server side code and talk to email
plugins to create custom client/server applications over an existing
authenticated IMAP connection. I am happy to say they we have working
code. It's not quite ready to download yet but we do have some life
happening. I have started to document it
2008 Mar 18
5
xexec and dovecot 1.1
I'll test very interesting plugin xexec. It seems very nice and can be
used in many things. It's compiled perfect with dovecot 1.0, but certanly
not with dovecot 1.1. It's stopped with next error:
In file included from cmd-xexec.c:30:
xexec.h:8: error: expected specifier-qualifier-list before 'array_t'
cmd-xexec.c: In function 'cmd_xexec':
cmd-xexec.c:134: error:
2010 Sep 16
1
Execution of external commands from Pigeonhole sieve
Does anybody knows if there are some method to call an externall command
from sieve? Is xexec plugin is what i am looking for? Is it avaiable for
Dovecot 1.2?
__ <http://wiki.dovecot.org/Plugins/xexec>I am using dovecot 1.2 and
sieve 0.1.17.
I want to call ripmime from sieve to save attchments from mails in a
user account.
Thanks for your feedback,
Greetings,
--
Andr?s Fernando
2008 Jul 29
3
broken links to xexec module and patches
>From this page attaches cannot be downloaded anymore:
http://wiki.dovecot.org/Plugins/xexec
Error:
You are not allowed to do AttachFile on this page. Login and try again.
Clear message
Probably files should be placed here
http://www.dovecot.org/patches/
And on page above just links to it?
A.
--------------
"Hic Jacet Ego"
gpg key: http://viliar.net.ru/public.gpg
2006 May 24
6
enumerables problem?
I was wondering whether anybody could please tell me why this is causing an
error in IE (works in Firefox):
$A(container.getElementsByTagName(''*'')).each( function(el) {
Element.cleanWhitespace(el);
}.bind(this));
What would be an alternative of achieving the same?
Thank you
Marco M. Jaeger | Url: http://mmjaeger.com <http://mmjaeger.com/> | E-mail:
2013 Mar 12
3
9.1-Stable rc.conf ifconfig IPv6
Hi,
I have a box with freebsd 9.1-Stable
uname -a
FreeBSD master.bogdanturcanu.ro 9.1-STABLE FreeBSD 9.1-STABLE #3: Fri Mar 8
18:43:56 EET 2013
root at master.bogdanturcanu.ro:/usr/obj/usr/src/sys/MASTER amd64
The server is connected ussing alc0 interface. If i run:
Ifconfig alc0 inet6 x:x:x:x prefixlen 64
it's working.
But, if I put in my rc.conf:
ifconfig_alc0_ipv6="inet6
2004 Oct 15
1
Directory Name '.../pipe' not allowed ? Samba Bug ?
Hi All,
scenario:
Samba Version 2.2.8a-UL
running on Suse Linux Enterprise 8
Kernel Version 2.4.21-241-smp
as Server
Windows 2000 SP4 as Client
Trying to import a MS-Foxpro file into MS-ACCESS. MS-Foxpro File residing on
Samba Server.
The Foxpro filename is 'projects.dbf'. During import MS-Access tries to also
open a non existent file 'projects.inf'
depending on the path in
2010 Nov 01
2
Mailing lists in Dovecot?
Hi all,
I was wondering if anyone could recommend a simple mailing list manager that plays well with a Postfix/Dovecot setup, with virtual domains?
It really just has to be very simple, basically, an alias would work, if I could rewrite the sender address/name, and I don't really need the possibility for users to subscribe via e-mail based commands.
I've looked at the XEXEC plugin as a
2008 Oct 30
2
Inno setup script request
Dear all,
I am a public resaerch engineer in marseille (France) and I am currently developping a free software for high throughput experiments in biology using mainly R (bioconductor). This project is almost at a finalisation stage and I would like to build an installshield using innosetup for the windows version of my software. The ideal case would be to also include the required 2.6
2005 Oct 11
5
show message while loading - ajax
Hello,
Could anybody please tell me how I would show a message or an image while
the ajax request gets processed?
thank you in advance for your help.
this is what I came up with but it doesn''t really work:
function getHTML() {
var url = "./scripts/rfiles.php";
var par = "";
var myAjax = new Ajax.Updater("fm-viewdetails", url, {method:
2006 Feb 17
7
Released: window dialog script
Hello,
First, please let me thank you to Ryan Gahl and Jerod Venema for their
patient help - really appreciated their input - I couldn''t have done this
script without their support.
Today I released a dialog script based on scriptaculous and prototype. A
demo can be seen here: http://net4visions.com/dev/dialog/dialog.htm . Please
see the readme and changelog file for details. Your
2010 Jul 28
1
Bug#590679: [logcheck-database] rules for ntpd
Package: logcheck-database
Severity: wishlist
Tags: patch
Hi,
some rules for ntpd as i couldn't find any:
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: time reset
[+-]*[0-9]{1,2}\.[0-9]{6} s$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: synchronisation
lost$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: no servers
reachable$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+
2018 Feb 10
2
makeCluster hangs
Hi all,
I can't get the functionality of the package parallel to work.
Specifically, makeCluster() hangs when I run it. I first noticed the
problem when trying to run Rstan with multiple cores and the traced it
back to the core package parallel. The following results in R hanging
after the call to makeCluster.
library(parallel)
# Calculate the number of cores
no_cores <-
2006 Apr 07
2
IMAP threading - the THREAD command
Hi folks,
there's an extension [1] to IMAP specifying the THREAD command to return
list of message sequence numbers grouped to indicate the threading of
them. That draft currently defines two algorithms, one of them based
solely on Subjects (which is rather dumb) and the second one, combining
Subjects with In-Reply-To (etc) headers.
The second method is actually advertised and supported by
2018 Feb 11
1
makeCluster hangs
Dear Henrik,
thank you, for the quick reply. Bizarrely enough, the problem vanished when
I woke the computer from sleep (I had previously replicated the problem
after several restarts of both R and the MacOS).
I will follow-up if I can again replicate the problem.
Florian
On 2/10/18 4:39 PM, Henrik Bengtsson wrote:
> A few quick comments:
>
> * You mention R --vanilla, but make sure
2006 May 03
1
qu: predict with lmer (lme4) or other ways to get classification accuracy
Hi,
I am using lmer (from the package lme4) to predict a binary response
variable (REL) from a bunch of fixed effects and two random effects
(Speaker_ID and NPhead_lemma):
fit <- lmer(REL ~
SPEAKER_GENDER +
log(SPEECHRATE) +
SQSPEECHRATE +
.....
+ (1|Speaker_ID) + (1|NPhead_lemma),
family="binomial",
data=data.lmer,
method="Laplace", model=T, x=T)
I
2006 Jan 16
8
resizable window/div - some help needed
Hello
I have been working on a little window dialog script - please see
<http://net4visions.com/dev/window/window.htm>
http://net4visions.com/dev/window/window.htm for a preview. the necessary
files can be downloaded here:
<http://net4visions.com/dev/window/window.zip>
http://net4visions.com/dev/window/window.zip .I''ve included just the basics
- please change the path in
2008 Aug 04
2
Parsing code with newlines
Dear List,
When I try to parse code containing newline characters with R_ParseVector, I
get a compilation error. How can I compile code that includes comments and
newlines?
I am using the following:
void* my_compile(char *code)
{
SEXP cmdSexp, cmdExpr = R_NilValue;
ParseStatus status;
PROTECT (cmdSexp = allocVector (STRSXP, 1));
SET_STRING_ELT (cmdSexp, 0, mkChar (code));
2006 May 01
3
beta testers: tab panes
Hello,
I was wondering whether anybody is interested to do some beta testing on a
script I''m currently working on.
Here is a little preview: http://net4visions.com/dev/tabs/tabs.html.
A little doc file can be found here:
http://www.net4visions.com/dev/tabs/docs/readme.htm
_______________________________________________
Rails-spinoffs mailing list
2020 Oct 01
1
Sieve not exists
I thought this was working as intended, but I have recently been getting some random messages put into this mailbox that definitely have list-ip headers (including some messages from this list) and that do not have multiple addresses. I believe this started happening on 20200922, which would hav been when I applied the most recent update to dovecot, as that is when the listCC box seemed to