Displaying 20 results from an estimated 20 matches for "siglist".
Did you mean:
sglist
2006 Apr 11
1
dspam plugin
...ed: aborting
The line with the correct signature showing up is simply outputing
'signature' after:
signature = mail_get_first_header(mail, SIGHEADERLINE);
The 'working with signature' that shows the corrupted signature is right
before call_dspam is called, and it outputs siglist->sig:
...
syslog(LOG_INFO, "working with signature %s ", siglist->sig );
if ((*enh_error = call_dspam (siglist->sig, is_spam))) {
...
This leads me to believe that there's a problem with:
list_append(listpool, &siglist)->sig = p_strdup(listpool,...
2005 Feb 10
1
Undocumented S4 methods: generic coerce and siglist matrix, Massvector
Hi,
While checking the package I am getting all the time the following
complain about the function:
Undocumented S4 methods:
generic coerce and siglist matrix,Massvector
I have not defined the function nowhere in the R files.
My gues is that this has something to do with the following definition
of the setAs function.
setAs("matrix","Massvector"
,def= function(from)
{
return(new("Massvector",fr...
2013 Sep 09
1
missing documentation entries ... WARNING
...If anyone has advice on how to pass R CMD check, it would be greatly appreciated.
~luis
***
* checking for missing documentation entries ... WARNING
Undocumented code objects:
?lagSelect? ?mod?
Undocumented S4 classes:
?commcorrelogram?
Undocumented S4 methods:
generic 'mod' and siglist 'commcorrelogram'
generic 'plot' and siglist 'commcorrelogram,missing'
***
2016 Nov 28
6
Antispam plugin: insufficent error messages
...there are hardly any comments.
I have been able to trace the problem to function signature_extract_to_list()
in signature.c. There, -1 is returned:
int signature_extract_to_list(const struct signature_config *cfg,
struct mailbox_transaction_context *t,
struct mail *mail, struct siglist **list,
enum classification wanted)
{
const char *const *signatures;
struct siglist *item;
signatures = get_mail_headers(mail, cfg->signature_hdr);
if (!signatures || !signatures[0]) {
if (!cfg->signature_nosig_ignore) {
mail_storage_set_error(t->box->storage,...
2016 Dec 17
0
Antispam plugin: insufficent error messages
...gt;
> I have been able to trace the problem to function signature_extract_to_list()
> in signature.c. There, -1 is returned:
>
> int signature_extract_to_list(const struct signature_config *cfg,
> struct mailbox_transaction_context *t,
> struct mail *mail, struct siglist **list,
> enum classification wanted)
> {
> const char *const *signatures;
> struct siglist *item;
>
> signatures = get_mail_headers(mail, cfg->signature_hdr);
> if (!signatures || !signatures[0]) {
> if (!cfg->signature_nosig_ignore) {
>
> mail...
2013 Jun 07
0
[LLVMdev] clang/llvm with glibc
...> > time to send some WIP patches and instructions.
>
> This is amazing!
>
> What are you guys doing about -fno-toplevel-reorder?
I haven't done anything about this flag, to be honest. From looking
at glibc's git HEAD it seems to currently be only used by two files
-- siglist.c and errlist.c -- and maybe I'm missing something but I
can't see any reason why either of these files now need it (in the
past these files seem to have contained some assembly but now
only contain straight C declarations). It also seems to have been used
in the past by initfini.c but tha...
2013 Dec 06
1
Undocumented S4 method Warning For Bracket
Hello,
With R version 3.0.2 Patched (2013-10-30 r64123) I don't see warnings that I get in R Under development (unstable) (2013-11-03 r64145)
The warnings are like :
Undocumented S4 methods:
generic '[' and siglist 'BayMethList,ANY,ANY'
The function actually looks like :
setMethod("[", "BayMethList",
function(x, i) {
# Code to subset object.
}
It has 2 parameters, not 3. The warning also happens in R 3.0.2 Release. Has this been fixed in Patched but not in the development...
2006 Nov 22
1
Undocumented S4 methods: generic 'show'
Dear R-Devel subsriber,
during the set-up of a package with a NAMESPACE I stumbled over the
following warning during:
R CMD check -l c:/R/package smem
## skipped output
* checking for missing documentation entries ... WARNING
Undocumented S4 methods:
generic 'show' and siglist 'equation'
All user-level objects in a package (including S4 classes and methods)
## skipped output
However, I do have in the Rd.-file for class 'equation' an \alias{} as:
\alias{show, equation-method}
and I have included in the same file:
\section{Methods}{
\describe{
\it...
2013 Jun 07
2
[LLVMdev] clang/llvm with glibc
> It is (almost) possible to compile glibc using DragonEgg -- there
> are only a handful of patches required (for LLVM and DragonEgg),
> most of which are now up for review.
>
> It builds, and most of glibc's test suite currently passes, except
> for some tests that deal with floating point arithmetic, and some
> tests which use very obscure GNU as features which I
2008 Oct 29
3
antispam plugin claims "antispam signature not found"
Hi,
I am trying to setup the antispam plugin using the direct dspam backend.
I have set
antispam_signature = X-DSPAM-Signature
in dovecot.conf
and in all mails I have signature lines like
X-DSPAM-Signature: 1,49084a24139132188715614
but still, if I try to move a mail into the spam folder, i get the IMAP error message
"antispam signature not found".
I thought it might have to do
2014 Sep 29
2
[LLVMdev] Compiling glibc with clang/LLVM
...me
> > time to send some WIP patches and instructions.
>
> This is amazing!
>
> What are you guys doing about -fno-toplevel-reorder?
I haven't done anything about this flag, to be honest. From looking
at glibc's git HEAD it seems to currently be only used by two files
-- siglist.c and errlist.c -- and maybe I'm missing something but I
can't see any reason why either of these files now need it (in the
past these files seem to have contained some assembly but now
only contain straight C declarations). It also seems to have been used
in the past by initfini.c but tha...
2011 Mar 11
1
WARNING Undocumented S4 methods 'initialize' - why?
Dear all,
I am just writing the documentation file for S4 class 'QualTreeSet' and
get the following warning with R CMD check:
* checking for missing documentation entries ... WARNING
Undocumented S4 methods:
generic 'initialize' and siglist 'QualTreeSet'
All user-level objects in a package (including S4 classes and methods)
should have documentation entries.
See the chapter 'Writing R documentation files' in manual 'Writing R
Extensions'.
All my S4 classes have a method 'initialize' and R CMD check has...
2008 Jun 08
1
R CMD CHECK WARNING inappropriate for S4 method?
...hNEL), and has exportMethods(union).
union,graph,graph-method is not used in GSEABase.
R version 2.8.0 Under development (unstable) (2008-06-08 r45879)
reports from R CMD CHECK GSEABase
* checking for missing documentation entries ... WARNING
Undocumented S4 methods:
generic 'union' and siglist 'graph,graph'
I guess union,graph,graph-method is exposed to the user indirectly by
its import along with the graph class and export along with the
newly-defined union methods.
It would seem inappropriate to document union,graph,graph-method in
GSEABase. Making GSEABase Depend: graph rath...
2013 Jan 30
0
ROxygen2-Documenting of S4 Method
...owing posts such as this: http://tinyurl.com/ae3kdno
I just can't get it to work (this is roxygen2_2.2.2).
I attach an example below which seems parsed properly, but "R CMD check"
keeps complaining
> ...
> Undocumented S4 methods:
> ...
> generic 'set<-' and siglist 'rcfpdsuperclass,character'
> ...
What am I doing wrong?
Thanks for any pointers.
Sincerely, Joh
#' @title set<-
#' @description Blabla
#' @details Blabla
#' @param object An object of class \code{\link{rcfpdsuperclass}} (or a
#' class inheriting from it).
#...
2004 Feb 08
3
Re: klibc - setenv broken
Kay Sievers wrote:
> Hi,
> this simple program compiled with klibc:
>
> #include <stdio.h>
> int main(int argc, char* argv[])
> {
> setenv("TESTENV", "happy", 1);
> printf("TESTENV='%s'\n", getenv("TESTENV"));
> }
>
> prints:
>
> ./env
> TESTENV='(null)'
>
>
2007 Aug 15
0
[git patch] fstype support + minor stuff
...nt.o \
- creat.o open.o openat.o open_cloexec.o \
- fopen.o fread.o fread2.o fgetc.o fgets.o \
- fwrite.o fwrite2.o fputc.o fputs.o puts.o putchar.o \
- sleep.o usleep.o strtotimespec.o strtotimeval.o \
- raise.o abort.o assert.o alarm.o pause.o \
- __signal.o sysv_signal.o bsd_signal.o siglist.o sigabbrev.o \
- siglongjmp.o \
- sigaction.o sigpending.o sigprocmask.o sigsuspend.o \
- pselect.o ppoll.o \
- brk.o sbrk.o malloc.o realloc.o calloc.o \
- mmap.o shm_open.o shm_unlink.o \
- memcpy.o memcmp.o memset.o memccpy.o memmem.o memswap.o \
- memmove.o memchr.o memrchr.o \
-...
2023 Jan 26
0
[klibc:time64] time: Use clock_* system calls for time-of-day and sleep
...fread2.o fwrite2.o fgets.o fputc.o fputs.o puts.o putchar.o \
- sleep.o usleep.o strtotimespec.o strtotimeval.o \
+ clock_nanosleep.o nanosleep.o sleep.o usleep.o \
+ strtotimespec.o strtotimeval.o \
raise.o abort.o assert.o alarm.o pause.o \
__signal.o sysv_signal.o bsd_signal.o siglist.o sigabbrev.o \
siglongjmp.o \
@@ -53,7 +54,8 @@ klib-y += vsnprintf.o snprintf.o vsprintf.o sprintf.o \
clearenv.o nullenv.o \
getopt.o getopt_long.o readdir.o scandir.o alphasort.o remove.o \
syslog.o closelog.o pty.o isatty.o reboot.o \
- time.o lseek.o nice.o getpriority.o \
+...
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...knl/linux/usr//include -I/root/gen/trunk/knl/linux/usr//arch/powerpc/include -D__KLIBC__=2 -D__KLIBC_MINOR__=0 -D_BITSIZE=32 -fno-stack-protector -fwrapv -m32 -Os -W -Wall -Wno-sign-compare -Wno-unused-parameter -c -o usr/klibc/bsd_signal.o usr/klibc/bsd_signal.c
ppc-linux-gcc -Wp,-MD,usr/klibc/.siglist.o.d -nostdinc -iwithprefix include -I/root/ofs/trunk/packages/klibc-2.0.2/usr/include/arch/ppc -Iusr/include/arch/ppc -I/root/ofs/trunk/packages/klibc-2.0.2/usr/include/bits32 -Iusr/include/bits32 -I/root/ofs/trunk/packages/klibc-2.0.2/usr/klibc/../include -Iusr/klibc/../include -I/root/ofs/trunk/...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote:
> >
> Find attached two patches I have in order to build klibc 2.0.2
> against kernel 3.8.13
> We had to introduce those patches when going from kernel 3.6 to kernel 3.7
> Hope it helps.
>
those patches are wrong and again very brittle.
just use the way it is described in `make help':
A) cd ~/src/linux
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In
particular, the patchset has been reorganized so as not to break
git-bisect.
Additionally, this updates the patch base to 2.6.17-git12
(d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main
difference on the klibc side is removal of obsolete code.
This is also available as a git tree at: