Displaying 12 results from an estimated 12 matches for "fileprefix".
2012 May 22
0
trouble with png image creation in R v2.14.0 on Red Hat 6
...out error (even creating and filling some output files), but no more
images are drawn.
I've simplified the instance to a bit of code below.
For example, this shell script works:
*#!/bin/csh -f*
*R --no-save <<Eoi*
*ow <- options("warn")*
*rootDir <- "$1"*
*filePrefix <- "$2"*
*
*
*filename <- paste(rootDir,"/",filePrefix,".examplePlot.png", sep="")*
*png(file=filename, width = 1600, height = 1070, units = "px",type=c("cairo"
))*
*
*
*errors <- matrix(nrow = 5, ncol = 2)*
*for (i in 1:5)...
2015 Jul 20
2
[Dovecot Antispam] Can't seem to load plugin
...see your dovecot -n output here.
> 
Ok, found it in the first mail...
Do these folders exist in the filesystem? The case matches?
I use antispam_{spam,trash}_pattern_ignorecase and don't care about the 
case of the folders...
plugin {
   antispam_backend = crm114
   antispam_crm_args = --fileprefix=/home/%u/spamdb/
   antispam_crm_binary = /usr/local/etc/dovecot/filter/mailreaver.crm
   antispam_debug_target = syslog
   antispam_signature = X-CRM114-CacheID
   antispam_spam = Spam
   antispam_trash = Trash
   antispam_unsure = INBOX/Suspect
i don't know crm114 but this looks ok to me.
y...
2009 Sep 18
4
basename returns "." not in filename (PR#13958)
Full_Name: Jens Oehlschl?gel
Version: 2.9.2
OS: Win32
Submission from: (NULL) (85.181.152.156)
# Obviously an empty basename is allowed (if the filepath is a pure path)
> basename("/")
[1] ""
# but here we get the dot from the path
> basename("./")
[1] "."
> version
               _                           
platform       i386-pc-mingw32      
2008 Feb 14
0
ExtenSpy strange behavior on Asterisk 1.4.18
...issue:
I have this block on my extensions.conf
[record] ;-------Extensiones individuales
exten => _7781[23]X,1,Authenticate(/etc/asterisk/eavepass|am)            
   ; Authenticate
exten => 
_7781[23]X,n,extenspy(${EXTEN:3:6}@${CONTEXT}|bqr(${EXTEN:3:6}-))  ; 
extenspy(exten at context|bqr(fileprefix-)
exten => _7781[23]X,n,Hangup                                             
   ; Hangup
If 122 calls 123 , and 123 answers ( 122 =====[called]====> 123 ):
- Dialing 778*122* from 121 (for spying and recording) generates a 0 
byte file like 122-.1203025287.raw (on /var/spool/asterisk/monitor...
2007 Jul 18
0
Saving R graphics as various file types.
...atInfo("png")
  [1] "png ; portable network graphics" "raster"
  > graphicsFormatSupport("jpeg")
  Warning message:
  No jpeg support in capabilities() and no Cairo package present
  [1] FALSE
And then the all important:
  > convertTo("png",filePrefix="/foo/bar")
  I'm still pondering the above functions.  The basic idea would be to 
make graphics file format conversions device driver independent.  I'm 
not sure if this is too lofty a goal, since different device drivers 
will require very different further arguments...
  Any...
2015 Jul 20
0
[Dovecot Antispam] Can't seem to load plugin
...; Ok, found it in the first mail...
> 
> Do these folders exist in the filesystem? The case matches?
> I use antispam_{spam,trash}_pattern_ignorecase and don't care about the
> case of the folders...
> 
> plugin {
>    antispam_backend = crm114
>    antispam_crm_args = --fileprefix=/home/%u/spamdb/
>    antispam_crm_binary = /usr/local/etc/dovecot/filter/mailreaver.crm
>    antispam_debug_target = syslog
>    antispam_signature = X-CRM114-CacheID
>    antispam_spam = Spam
>    antispam_trash = Trash
>    antispam_unsure = INBOX/Suspect
> 
> i don't...
2015 Jul 20
2
[Dovecot Antispam] Can't seem to load plugin
Thanks for the pointer! Thanks to the enabled debug logging, I can now see 
that the plugin is at least loading
root at zerolag:/usr/local/etc/dovecot # grep antispam /var/log/debug.log
Jul 19 20:02:30 zerolag dovecot: imap(james.lott): Debug: Module loaded: 
/usr/local/lib/dovecot/lib90_antispam_plugin.so
Jul 19 20:02:35 zerolag dovecot: imap(james.lott): Debug: Module loaded: 
2015 Jul 19
2
[Dovecot Antispam] Can't seem to load plugin
...ubscribe
    special_use = \Sent
  }
  mailbox Spam {
    auto = subscribe
    special_use = \Junk
  }
  mailbox Trash {
    auto = subscribe
    special_use = \Trash
  }
  prefix = 
  separator = /
}
passdb {
  args = %s
  driver = pam
}
plugin {
  antispam_backend = crm114
  antispam_crm_args = --fileprefix=/home/%u/spamdb/
  antispam_crm_binary = /usr/local/etc/dovecot/filter/mailreaver.crm
  antispam_debug_target = syslog
  antispam_signature = X-CRM114-CacheID
  antispam_spam = Spam
  antispam_trash = Trash
  antispam_unsure = INBOX/Suspect
  recipient_delimiter = +
  sieve = file:~/filters;active=...
2014 Nov 13
0
Error using Tika as meta extractor with solr
...mespace {
   list = children
   location = maildir:/var/mail/public
   prefix = Public/
   separator = /
   subscriptions = no
   type = public
}
passdb {
   args = webmail=127.0.0.1 cache_key=%u%s
   driver = vpopmail
}
plugin {
   antispam_backend = crm114
   antispam_crm_args = 
-u;/opt/crm114;--fileprefix=/opt/crm114/;--config=/usr/share/crm114/mailfilter.cf
   antispam_crm_binary = /usr/share/crm114/mailreaver.crm
   antispam_crm_notspam_arg = --good
   antispam_crm_spam_arg = --spam
   antispam_signature = X-CRM114-CacheID
   antispam_spam_pattern_ignorecase = crm-spam*
   antispam_trash_pattern_i...
2013 Apr 12
0
Problem with vpopmail + qmail + dovecot lda
...antispam_spam = SPAM
   antispam_unsure = UNSURE
   antispam_trash_pattern_ignorecase = trash;Deleted *
#  antispam_signature = X-DSPAM-Signature
#  antispam_signature_missing = move
#  antispam_dspam_binary = /usr/local/bin/dspamc
#  antispam_crm_args = 
-u;%h;/usr/share/crm114/mailreaver.crm;--fileprefix=/usr/share/crm114/
#sa-learn -u clamav --spam /var/mail/public/.Spam --showdots
#  antispam_dspam_args = --deliver;--user;%u
    antispam_pipe_program = /usr/bin/sa-learn
#        (defaults to /usr/sbin/sendmail)
    antispam_pipe_program_args = -u;clamav
    antispam_pipe_program_spam_arg = --spam...
2012 Sep 27
7
Antispam plugin problem (CRM114)
...RM114-CacheID
   antispam_verbose_debug = 1
   antispam_debug_target = stderr
   antispam_backend = crm114
   antispam_signature_missing = error
   antispam_trash = Trash
   antispam_spam = SPAM
   antispam_unsure = UNSURE
   antispam_crm_binary = /opt/crm114/mailreaver.crm
   antispam_crm_args = --fileprefix=/opt/crm114/
   . . .
}
protocol imap {
   . . .
   mail_plugin_dir = /usr/local/lib/dovecot
   mail_plugins = $mail_plugins quota imap_quota mail_log antispam
   . . .
}
I have a sieve default compiled script that automatically put mails in 
SPAM folder or UNSURE folder if respectively in messag...
2015 Jan 20
0
Help backup mails from one dovecot server to another dovecot server
...assdb {
   args = /usr/local/etc/dovecot/passwd.masterusers
   driver = passwd-file
   master = yes
   pass = yes
}
passdb {
   driver = shadow
}
passdb {
   args = webmail=127.0.0.1 cache_key=%u%s
   driver = vpopmail
}
plugin {
   antispam_backend = crm114
   antispam_crm_args = 
-u;/opt/crm114;--fileprefix=/opt/crm114/;--config=/usr/share/crm114/mailfilter.cf
   antispam_crm_binary = /usr/share/crm114/mailreaver.crm
   antispam_crm_notspam_arg = --good
   antispam_crm_spam_arg = --spam
   antispam_signature = X-CRM114-CacheID
   antispam_spam_pattern_ignorecase = crm-spam*
   antispam_trash_pattern_i...