search for: addopt

Displaying 9 results from an estimated 9 matches for "addopt".

Did you mean: adopt
2019 Nov 16
2
Learning ham/spam with IMAPSieve: sa-learn-ham.sh terminated abnormally, signal 11
Hello, I am trying to get rspam to learn what is spam and what is ham. After following the IMAPSieve guide in the dovecot wiki (https://wiki2.dovecot.org/HowTo/AntispamWithSieve), the mail.log shows the following, whenever I move a mail from the Spam folder to my inbox and vice versa: sieve: Opening script 1 of 1 from `/usr/lib/dovecot/sieve/report-ham.sieve' sieve: Loading script
2020 Apr 23
2
Looking for C8 AMD help
...flags 0x20) I'm using firewalld? on both hosts and allow these services mountd nfs rpc-bind and protocols 111/tcp and 111/udp? all of which allow autofs to work flawlessly, I've tried turning firewalld off which made no difference. Here's my /etc/amd.remote file looks like new \ ? -addopts:=fstype=nfs,vers=4,soft,intr \ ? host==remotehost;type:=link;fs:=/export/data/& \ ? rhost:=remotehost;rfs:=/export/data/& Any assistance in pointing me in the right direction would be greatly appreciated. Pete -- Unencumbered by the thought process. -- Click and Clack the Tappet br...
2019 Nov 17
0
Learning ham/spam with IMAPSieve: sa-learn-ham.sh terminated abnormally, signal 11
Jens Rey via dovecot skrev den 2019-11-17 00:51: > $ cat sa-learn-ham.sh > #!/bin/sh > exec /usr/bin/rspamc learn_ham rspamc is not spamc is rspamd installed ?, is spamassassn installed ? make sa-laern-ham.sh change name to rspamd-learn-ham.sh and addopt sieve to that name change i cant se other error on what you have
2005 Aug 21
3
Data binding
Hi, Is there any interest in data binding functions? I''ve got several functions that enable you to populate tables, select lists and forms etc using js arrays and objects. It could be useful to anyone using Ajax, computed javascript or any other mechanism to read data from a server separately from the HTML. Any interest? Joe.
2020 Apr 24
0
Looking for C8 AMD help
...39;m using firewalld? on both hosts and allow these services mountd nfs rpc-bind and protocols 111/tcp and 111/udp? all of which allow autofs to work flawlessly, I've tried turning firewalld off which made no difference. > > Here's my /etc/amd.remote file looks like > new \ > ? -addopts:=fstype=nfs,vers=4,soft,intr \ > ? host==remotehost;type:=link;fs:=/export/data/& \ > ? rhost:=remotehost;rfs:=/export/data/& > > Any assistance in pointing me in the right direction would be greatly appreciated. > Pete > sudo dnf -y install autofs # for the win! conside...
2019 Nov 17
2
Learning ham/spam with IMAPSieve: sa-learn-ham.sh terminated abnormally, signal 11
> make sa-laern-ham.sh change name to rspamd-learn-ham.sh and addopt sieve > to that name change I thought about the same thing while following the wiki guide. But in the end it's just the name of a bash script. Now I changed it as you proposed, since it just makes more sense, but the error remains: Error: program `/usr/lib/dovecot/sieve/rspamd-learn-ham...
2006 Feb 21
3
AJAX sub-list
In the new / edit screen for an "item" I''d like to be able to add/remove "sub-items" on pressing an add button below the "sub-items" a bit of a form shows up with the html looking something like: <div id="uniqueid"> <!-- label etc here --> <input type="text" id="sub_items[]" name="sub_items[]"
2014 Aug 18
7
[LLVMdev] [RFC] Removing static initializers for command line options
Today command line arguments in LLVM are global variables. An example argument from Scalarizer.cpp is: static cl::opt<bool> ScalarizeLoadStore ("scalarize-load-store", cl::Hidden, cl::init(false), cl::desc("Allow the scalarizer pass to scalarize loads and store")); This poses a problem for clients of LLVM that aren’t traditional compilers (i.e. WebKit, and Mesa).
2014 Aug 19
45
[LLVMdev] [RFC] Removing static initializers for command line options
> On Aug 19, 2014, at 1:32 PM, Rafael Espíndola <rafael.espindola at gmail.com> wrote: > >>> * Nobs for which there is not a single right answer for all users. >>> There are very few of these currently and we expect it to remain like >>> that. These should not use cl::opt or static storage at all. They >>> should be an option passed to the