search for: bcc

Displaying 20 results from an estimated 848 matches for "bcc".

Did you mean: bc
2020 Feb 21
1
bcc tools and bpftrace packages misbuilt?
After upgrading to 8.1.1911, bcc-tools and bpftrace seem to be broken. Current package versions I have: bpftrace-0.9-3.el8.x86_64 and bcc-tools-0.8.0-4.el8.x86_64 Both of these seem to be pulling in LLVM version 7, rather than the version 8 that is in 8.1.1911: [root at localhost ~]# bpftrace bpftrace: error while loading shared...
2012 Jul 28
3
Appending the Column names
Hi Freinds, I have two data frames X,Y. I want to append both the data frames into one, along with the columns names from both the data frames (it should look like Z). X: Summary G Y R Acc 12 12 13 Bcc 11 14 15 Ccc 13 15 16 Y: Summary G Y R Acc 10 11 12 Bcc 13 12 11 Ccc 11 16 20 Result ---------- Z: Summary G Y R Acc 12...
2013 Apr 21
1
Sieve - BCC
Hi ! Can you help me please with sieve plugin for dovecot I have this rule: /require ["variables", "envelope", "fileinto", "subaddress", "imap4flags"]; if anyof ( address :is [ "to", "cc", "bcc" ] "test at example.com", envelope :contains "to" "test at example.com" ) { fileinto "Test"; stop; }/ and if somebody sends me an email with "test at example.com" in "TO" or "CC" - then sieve w...
2007 Dec 27
1
Error: cannot allocate vector of size ... Bcc: Add Cc | Add Bcc
I read the subject message in a number of R archived emails. Since I am experiencing the same problem: > upfmla A ~ T + cosP + cos2P + cos4P + cos5P + sin3P + sin5P + cosP2 + sinP3 + P2 > glmod <- gls(upfmla,correlation=corAR1(),method="ML") Error: cannot allocate vector of size 491.3 Mb > dim(xx) [1] 8025 14 and since I'm running R on a 64-bit Linux platform ...
2019 Jun 05
2
FTS Xapian
...amfes.com)<25877><IjkkJZOKPvKsOk9d>: FTS Xapian: FLAG=AND Jun 5 06:02:25 bubba dovecot: imap(dmiller at amfes.com)<25877><IjkkJZOKPvKsOk9d>: FTS Xapian: Query= (subject:"dovecot" OR from:"dovecot" OR to:"dovecot" OR cc:"dovecot" OR bcc:"dovecot" OR message-id:"dovecot" OR body:"dovecot") Jun 5 06:02:25 bubba dovecot: imap(dmiller at amfes.com)<25877><IjkkJZOKPvKsOk9d>: FTS Xapian: 0 results in 1 ms Jun 5 06:02:25 bubba dovecot: imap(dmiller at amfes.com)<25877><IjkkJZOKPvKsOk9d...
2019 Jun 07
1
FTS Xapian
...PvKsOk9d>: FTS Xapian: FLAG=AND >> Jun 5 06:02:25 bubba dovecot: >> imap(dmiller at amfes.com)<25877><IjkkJZOKPvKsOk9d>: FTS Xapian: Query= >> (subject:"dovecot" OR from:"dovecot" OR to:"dovecot" OR cc:"dovecot" OR >> bcc:"dovecot" OR message-id:"dovecot" OR body:"dovecot") >> Jun 5 06:02:25 bubba dovecot: >> imap(dmiller at amfes.com)<25877><IjkkJZOKPvKsOk9d>: FTS Xapian: 0 results in 1 ms >> Jun 5 06:02:25 bubba dovecot: >> imap(dmiller at amfes.c...
2019 Jun 06
0
FTS Xapian
...mfes.com)<25877><IjkkJZOKPvKsOk9d>: FTS Xapian: FLAG=AND > Jun 5 06:02:25 bubba dovecot: imap(dmiller at amfes.com)<25877><IjkkJZOKPvKsOk9d>: FTS Xapian: Query= (subject:"dovecot" OR from:"dovecot" OR to:"dovecot" OR cc:"dovecot" OR bcc:"dovecot" OR message-id:"dovecot" OR body:"dovecot") > Jun 5 06:02:25 bubba dovecot: imap(dmiller at amfes.com)<25877><IjkkJZOKPvKsOk9d>: FTS Xapian: 0 results in 1 ms > Jun 5 06:02:25 bubba dovecot: imap(dmiller at amfes.com)<25877><IjkkJZOK...
2019 Apr 21
3
FTS delays
On 3 Apr 2019, at 20.30, Joan Moreau via dovecot <dovecot at dovecot.org> wrote: > doveadm search -u jom at grosjo.net mailbox inbox text milan > output > > doveadm(jom at grosjo.net): Info: Query : ( bcc:inbox OR body:inbox OR cc:inbox OR from:inbox OR message-id:inbox OR subject:inbox OR to:inbox OR uid:inbox ) AND ( bcc:milan OR body:milan OR cc:milan OR from:milan OR message-id:milan OR subject:milan OR to:milan OR uid:milan ) > > 1 - The query is wrong That's because fts_backend_xap...
2006 Aug 28
2
filtering problem using sieve
...have tried several tests by connecting to port 25 and sending messages. The ones that fail are from MAILER-DAEMON at mydomain.net. Here are the rules I have tried: require ["fileinto", "reject", "vacation"]; if header :contains ["To", "Cc", "Bcc", "Reply-To", "In-Reply-To"] " mailer-daemon at mydomain.net" { fileinto "mailer-daemon"; stop; } if header :contains ["To", "Cc", "Bcc", "Reply-To", "In-Reply-To"] " MAILER-DAEMON a...
2019 Jun 05
2
FTS Xapian
For my primary namespace this is working fine - thanks to the developers! It also appears to work great for shared folders as well. But my virtual folders aren't returning results - at least not to the client. The logs show FTS Xapian opening several DB files and getting results - but nothing is being returned to client. Is this a config issue on my side or is this a current limitation of
2005 May 10
6
Does R have a command for sending emails?
Is there a way to have an R program send an email? Something like this: address <- 'abc at d.com' text <- 'This is the email body' send.email(address, text) Thanks. FS
2020 May 08
1
dovecot-lda quota warning email add BCC
...sends an email to the user via dovecot LDA this is the command in the shell script: /usr/lib/dovecot/dovecot-lda -d $USER -o "plugin/quota=dict:User quota::noenforcing:proxy::quota" I already have looked in the docs: https://wiki.dovecot.org/LDA but can't find an option to add a BCC I would like to receive a copy of the quota warning email so I also get notified and know if user mailboxes get filled up. How could I achieve that? thanks & greetings Becki
2002 Jul 18
0
Updated BCC projects
In response to requests, I've given my vorbis BCC projects a thorough cleaning. They are now much more professional, complete, and include a little documentation. Ogg Vorbis 1.0 ready! The new files are available here: http://dave.gasaway.org/vorbis/vorbis_bcc.zip At this time, they cannot compile with the free command-line tools availabl...
2014 Jan 27
0
Opus installation in BCC/Win32
Hi, I recently found Opus as a great enhancement to Vorbis (and even deprecates SPEEX). The compilation with MinGW went smootly but the compilation with BCC (Borland C Compiler) failed to achieve a version.h. This file seems to be the output of win32\genversion.bat which seems to require Git tool. Because with libvorbis I did managed to compile with BCC, I wonder if opus could be presently, or perhaps in the near future, compilable with other compiler...
2008 Sep 02
2
Actionmailer - Multipart and Outlook?
...e the [Ref: ##{options[:ticket_id]}] in your subject when replying, Thank you." : options[:message] subject "subject" recipients options[:recipients]||'''' from options[:from]||'''' cc options[:cc]||"" bcc options[:bcc]||"" content_type "multipart/alternative" part :content_type => "text/plain", :body => render_message("ticket_email.text.plain.haml", :message => msg) part :content_type => "text/html", :body => r...
2020 Oct 22
2
Sieve_before
...t;, "envelope", "fileinto", "subaddress"]; if envelope :matches :detail "to" "*" { set :lower "name" "${1}"; redirect :copy "backup+295.${name}@@*example.com*"; } ## Started executing script 'bcc' 5: envelope test 5: starting `:matches' match with `i;ascii-casemap' comparator: 5: getting `to' part from message envelope 5: extracting `detail' part from address <kremels at kreme.com> 5: finishing match with result: not matched 5: jump if res...
2019 Mar 13
2
recipient bcc and dovecot
I have a recipient_bcc_maps which contains a bcc map that is updated everyday: rbcc.pcre: if !/backup.*@/ /^([^+_]*).*@([^.]*)/ backup+071.${1}-${2}@adomain.tld endif the 071 portion is changed each day to the current day of the year. Everything works, but I get an error from dovecot on every message: lda(backup a...
2019 Apr 21
2
FTS delays
...: Query(1): add term(wilcard) : inbox > doveadm(jom at grosjo.net): Info: Query(2): add term(wilcard) : milan > doveadm(jom at grosjo.net): Info: Testing if wildcard > doveadm(jom at grosjo.net): Info: Query: set GLOBAL (no specified header) > doveadm(jom at grosjo.net): Info: Query : ( bcc:inbox OR body:inbox OR cc:inbox OR from:inbox OR message-id:inbox OR subject:inbox OR to:inbox ) AND ( bcc:milan OR body:milan OR cc:milan OR from:milan OR message-id:milan OR subject:milan OR to:milan ) > doveadm(jom at grosjo.net): Info: Query: 2 results in 1 ms // THIS IS WHEN BACKEND HAS FOU...
2019 Mar 13
0
recipient bcc and dovecot
Add mail_location setting or return 'mail' from userdb. Aki On 13.3.2019 5.53, @lbutlr via dovecot wrote: > I have a recipient_bcc_maps which contains a bcc map that is updated everyday: > > rbcc.pcre: > if !/backup.*@/ > /^([^+_]*).*@([^.]*)/ backup+071.${1}-${2}@adomain.tld > endif > > the 071 portion is changed each day to the current day of the year. > > Everything works, but I get an error fr...
2008 Oct 19
0
accessing bcc recipients in ActionMailer view
Apologies if this has been covered already, but I haven''t been able to turn anything up after a bit of searching. I have an app that sends out a mail to a large bcc list. I''d like to be able to add some personalization to the mail (you know, something like "Hi, person X, thanks for being on our huge mailing list!") but I''m not sure how to access the mail object in the ActionMailer view to get at the "to" header. Is this at...