search for: junk

Displaying 20 results from an estimated 4347 matches for "junk".

Did you mean: jun
2019 Jun 12
3
Outlook renames Junk folder
Hello, Some versions of Outlook will randomly rename the Junk folder to Junk Email. This of course causes errors because Dovecot can no longer store junk. I go in to Outlook for each user and add another Junk folder, so now they have Junk and Junk Email. This fix action lasts a while until Outlook decides to do it again. Is there a way to tell Dovecot t...
2010 Feb 04
4
xyplot 3 panels 3 different Y variables
...e all on one page, parallel. Note that several of these variables are measured in different units. ? One panel for each outcome variable, arranged one above the other. ? Minimal vertical space between the panels. To make this concrete, let's generate toy data: N<-40 set.seed(5234767) JUNK<-data.frame(Day=1:N) JUNK$Creatinine<-exp(2*rnorm(nrow(JUNK))) JUNK$Estrogen<- (sin(JUNK$Day/pi) + 2.5) * ( exp(2*rnorm(nrow(JUNK))) * JUNK$Creatinine ) JUNK$Creatinine[10]<-0.0001 JUNK$Ratio<- JUNK$Estrogen / JUNK$Creatinine The following traditional graphics commands put an annoyi...
2006 Jun 22
1
Asterisk-1.2.9.1 e MOH
...iled asterisk-addons-1.2.3, but exactly thus it reports this error, could help me? -- Executing WaitMusicOnHold("SIP/3205-d9ef", "30") in new stack -- Started music on hold, class 'default', on SIP/3205-d9ef Jun 23 02:14:21 WARNING[24960]: interface.c:215 decodeMP3: Junk at the beginning of frame 49443303 Jun 23 02:14:21 WARNING[24960]: common.c:134 decode_header: Layer 1 not supported! Jun 23 02:14:21 WARNING[24960]: interface.c:215 decodeMP3: Junk at the beginning of frame e4e45a8a Jun 23 02:14:21 WARNING[24960]: layer3.c:966 III_dequantize_sample: mpg123: Can...
2007 Dec 05
1
confint for coefficients from lm model (PR#10496)
Full_Name: Christian Lajaunie Version: 2.5.1 OS: Fedora fc6 Submission from: (NULL) (193.251.63.39) confint() does not use the appropriate variance term when the design matrix contains a zero column (which of course should not happen). Example: A 10x2 matrix with trivial column 1: > junk <- data.frame(x=rep(0,10), u=factor(sample(c("Y", "N"), 10, replace=T))) The response: > ans <- as.integer(junk$u) + rnorm(10) and the model: > junk.model <- lm(ans ~ junk$x + junk$u) 3 coefficients: > coefficients(junk.model) (Intercept) junk$x jun...
2008 Feb 26
2
Subsetting within xyplot()
....3, -0.4) x = c(4.1000, 4.9600, 1.2000, 3.9000, 3.1875, 1.9000, 1.8625, 0.7650, 1.5750, 2.4700, 1.6250, 1.5500, 2.3125, 1.3125, 1.0600, -0.5500, 1.1000, 0.0200, -0.0375, 3.4600, 2.5250, 2.0950, 0.8000, 1.6050, -0.4150, -0.7300, 1.1550, 1.4850, 2.2000, 2.2500, 0.6000, 2.1000) junk.frm = data.frame(x, y, z = rep(c("D", "P"), 16)) xyplot(y ~ x , data = junk.frm[junk.frm$z =="D",], type = c("g", "p", "smooth"), pch = 20) xyplot(y ~ x , data = junk.frm[junk.frm$z =="D",], type = c("g", "p&quot...
2010 Mar 04
2
fisher.test gives p>1
...to (1) report an example where fisher.test returns p > 1 (2) ask if there is a reliable way to avoid p>1 with fisher.test. If one has designed one's code to return an error when it finds a "nonsensical" probability, of course a value of p>1 can cause havoc. Example: > junk<-data.frame(score=c(rep(0,14), rep(1,29), rep(2, 16))) > junk<-rbind(junk, junk) > junk$group<-c(rep("DOG", nrow(junk)/2), rep("kitty", nrow(junk)/2)) > table(junk$score, junk$group) DOG kitty 0 14 14 1 29 29 2 16 16 > dput(fisher....
2005 Oct 10
0
compile problem on solaris10 x86
...Error: unknown pseudo-op: `.half' ddraw.ZNYvlZ.s:37: Error: unknown pseudo-op: `.half' ddraw.ZNYvlZ.s:42: Error: unknown pseudo-op: `.half' ddraw.ZNYvlZ.s:43: Error: unknown pseudo-op: `.half' ddraw.ZNYvlZ.s:76: Error: unrecognized symbol type "" ddraw.ZNYvlZ.s:76: Error: junk at end of line, first unrecognized character is `2' ddraw.ZNYvlZ.s:86: Error: unrecognized symbol type "" ddraw.ZNYvlZ.s:86: Error: junk at end of line, first unrecognized character is `2' ddraw.ZNYvlZ.s:96: Error: unrecognized symbol type "" ddraw.ZNYvlZ.s:96: Error: ju...
2018 Dec 04
2
set seen flag and junk moving a mail manually to JUNK
Hi there! I want to set the \seen and the Junk Flag to an email, which i move manually to my Junk-Folder. I tried a lot... but nothing worked like expected. I have a sieve-filter, which takes an email and copy it to a pipe to rspamc. This filter is working correctly, i get a debug-message from the script, which is called through the sieve-fil...
2018 Dec 04
2
set seen flag and junk moving a mail manually to JUNK
...sievepipe/report-spam contains my sieve-script from my first posting. So, the difference from setflag to addflag is, setflag sets the flags, and only the given flags (removing all other flags), and addflag adds a flag to the existing flags... I fiddled around a little... The sieve-script sets the Junk-Flag, when it looks like: require ["imap4flags", "vnd.dovecot.pipe", "copy", "imapsieve", "environment", "variables"]; if environment :matches "imap.email" "*" { ? set "email" "${1}";?? } addflag...
2019 Aug 10
3
Autoexpunge not working for Junk?
On 8 Aug 2019, at 13:03, Amir Caspi <cepheid at 3phase.com> wrote: > IMHO the setting should apply regardless of protocol, but is that actually the case in practice? It seems to be broken. I have namespace inbox { inbox = yes location = mailbox Drafts { special_use = \Drafts } mailbox Junk { autoexpunge = 14 days auto = subscribe special_use = \Junk } ? } and I have messages in my Junk Mail from 16 July 2019 -- I AM ZOMBOR! (kelly) ZOMBOR!
2010 Feb 07
2
conditioned xyplot, many y variables
...iculty is to lock the levels of the factor (the columns) into the same scale for each y variable (for each row), while allowing the scales to differ between the y variables (between the rows). Details: # Toy data: N<-15 TIME <- (1:N)/N ppp <- TIME^2 QQQ <- exp(TIME) z <- ppp / QQQ JUNK<-data.frame( ppp=ppp, QQQ=QQQ, z=z, TIME=TIME) JUNK$ID<-1 jank<-JUNK jank$ID<-2 jank$ppp<-jank$ppp / 2 jank$QQQ<-jank$QQQ / 2 jank$z<-jank$ppp/jank$QQQ JUNK<-rbind(JUNK, jank) jank<-JUNK jank$ppp<-(jank$ppp) ^(1/4) jank$QQQ<-(jank$QQQ) / 100000 jank$z <- jank$ppp...
2018 Dec 04
0
set seen flag and junk moving a mail manually to JUNK
...erbird-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 :copy "learn-spam.sh"; pipe :copy "learn-spam-sa.sh" [ "${email}" ]; When i move an unflagged email to Folder Junk, it is shown in Thunderbird as "personal", Junk but Unseen. So, the rule...
2005 May 14
2
[LLVMdev] Building Cygwin binaries
...C version 3.4.3. ' /tmp/cctoZeMj.s:3: Error: no such instruction: `ggc heuristics:--param ggc-min-e xpand=30 --param ggc-min-heapsize=4096' /tmp/cctoZeMj.s:4: Error: no such instruction: `options passed:-I../../../src/ll vm-gcc/gcc/../winsup/w32api/include' /tmp/cctoZeMj.s:5: Error: junk at end of line, first unrecognized character is ` -' /tmp/cctoZeMj.s:6: Error: junk at end of line, first unrecognized character is ` -' /tmp/cctoZeMj.s:7: Error: junk at end of line, first unrecognized character is ` -' /tmp/cctoZeMj.s:8: Error: junk at end of line, first unrecogniz...
2017 Aug 22
2
store into mailbox 'Junk' aborted
...>I have spamassisn running via postfix milter, and dropping off via >>main.cf >>"mailbox_transport = lmtp:unix:/var/lib/imap/socket/lmtp" >> >>The issue is that I get a sequence of these log messages: >> >> >>Aug 21 19:43:59 lmtp(toppk): Debug: Junk: Mailbox opened because: >>lib-lda >>delivery >>Aug 21 19:43:59 lmtp(toppk): Debug: $MAILDIR/Junk: Mailbox opened >>because: >>lib-lda delivery >>Aug 21 19:43:59 lmtp(toppk): Debug: Mailbox <lmtp DATA>: Opened mail >>UID=1 >>because: copying &gt...
2001 Jul 10
4
accessing a table
Hi, all. I'm sure this is a simple question, but I'm having problems figuring it out myself... I have a table: > currenttable <- table(junk[-1],junk[-n]) > currenttable bar foo junk bar 2 2 0 foo 1 0 0 junk 0 0 1 and I'd like to know the result of the cell currenttable(bar,foo). what is the best way to get that result? thanks! greg -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2016 Nov 09
1
question concerning junk folder
hi using centos 6.5, qmailtoaster, dovecot, spamassassin. i found that junk folder is specified under /etc/dovecot/conf.d/15-mailboxes.conf the issue is that this folder is getting created automatically and genuine emails from both within the server and also from external domains are being routed to the Junk folder. all these emails are not scanned by spamassasin. i wis...
2012 Dec 06
1
scope, lme, ns, nlme, splines
...I get an error. fitfunction() below demonstrates this. Why? KLUDGEfit() below provides a clumsy solution. It turns the lme() command, along with the appropriate value of splineDF, into a text string and then uses eval(parse(text=mystring)). But is there not a more elegant solution? set.seed(5) junk<-data.frame(x=rnorm(100)) junk$y<-junk$x + rnorm(nrow(junk)) junk$idvar<- factor(sample(LETTERS[1:10], size=nrow(junk), replace=TRUE)) library("nlme") library(splines) fitfunction<-function(splineDF=1) { thislm<-lm( y ~ ns(x, df=splineDF), data= junk) thislm cat(&quo...
2017 Dec 14
6
sieve filter move wrong email to Junk folder
> Date: Thursday, December 14, 2017 09:47:44 -0800 > From: Gao <gao at pztop.com> > > I use a sieve filter to move spam email to user's Junk folder: ># cat spam_to_junk.sieve > require "fileinto"; > ? if exists "X-Spam-Status" { > ????????? if header :contains "X-Spam-Status" "YES" { > ????????? fileinto "Junk"; > ????????? stop; > ????????? } else { > ?????...
2019 Jul 25
3
Autoexpunge not working for Junk?
Hi all, I set up dovecot a couple of months ago and am having trouble getting autoexpunge=30d to work on my Trash and Junk mailboxes. Not sure why not because I'm not getting error messages in my log. Running "doveadm search -u <user> mailbox Junk savedbefore 30d" shows me many messages (I've got messages back to mid-May, and a couple of other users have them back to early April, although if t...
2016 Jul 02
2
Deletion of mail from Junk mailbox
I have a pigeon sive running which directs some of my received mail to the Junk folder. That works just fine. However, a couple minutes later, it is moved to Deleted mailbox and deleted from Junk. At first I thought my client was doing that so I shut down the client and it still happens. Here are the log entries: Jul 2 00:36:31 mail dovecot: imap(doug): copy from INBOX:...