Displaying 20 results from an estimated 1300 matches similar to: "[Bug] FTS invalid address parsing"
2017 Apr 09
0
[Bug] FTS invalid address parsing
On 9 Apr 2017, at 15.42, azurit at pobox.sk wrote:
>
> Hi,
>
> i found another bug in FTS while parsing quoted-printable/base64-encoded sender's name inside 'From' header (again, i was figuring out why some of messages cannot be searched).
>
>
> Header: From: =?UTF-8?Q?A=2CB?= <test at example.com>
> Data send to Solr by Dovecot: <field
2017 Apr 06
4
[Bug] FTS double escaping
Hi,
i'm trying to resolve few problems with indexing 'From' headers using
FTS/Solr. I was tcpdumping the communication between Dovecot and
Jetty/Solr and noticed that 'From' headers, which includes also
sender's name, are double escaped. This is what was Dovecot sending to
Solr:
</field><field name="from">Name Surname
&lt;test at
2017 Apr 09
1
[Bug] FTS double escaping
Cit?t Timo Sirainen <tss at iki.fi>:
> On 6 Apr 2017, at 14.58, azurit at pobox.sk wrote:
>>
>> Hi,
>>
>> i'm trying to resolve few problems with indexing 'From' headers
>> using FTS/Solr. I was tcpdumping the communication between Dovecot
>> and Jetty/Solr and noticed that 'From' headers, which includes also
>>
2015 Aug 31
2
alloca combining, not (yet) possible ?
Caldarale, Charles R schrieb:
> You have not provided us with the declaration for f(). Unless its argument is marked with the nocapture attribute, the compilation of g() cannot assume that f() has not retained a pointer to the x struct and is using it in the second call.
>
thanks a lot for the input. Yes, I forgot to that. The C function
declaration would have been
void f( struct a_b
2015 Aug 31
2
alloca combining, not (yet) possible ?
Hello
since my broad RFC request didn't catch any responses, let me get a bit
more into the nitty-gritty:
I tried to get llvm (3.7) to optimize superflous allocas away, but so
far I haven't figured out how. Is there no optimizer for this ? Should I
adorn something with some attributes ? As far as I can tell no, but I am
no llvm expert...
For what I want to do, i will probably have a
2012 Feb 14
3
Wildcard for indexing?
Hi,
I'd like to know if it is possible to use wildcards * for indexing...
E.g. I have a vector of strings. Now I'd like to select all elements
which start with A_*? I'd also need to combine that with logical operators:
"Select all elements of a vector that start with A (A*) OR that start with B (B*)"
Probably that is quite easy. I looked into grep() which I think might
2017 Aug 04
2
Why is as.function() slower than eval(call("function"())?
(Apologies if this is better suited for R-help.)
On my system (macOS Sierra, late 2014 MacBook Pro; R 3.4.1, Homebrew build), I found that it is faster to construct a function using eval(call("function", ...)) than using as.function(list(...)). Example:
make_fn_1 <- function(a, b) eval(call("function", a, b), env = parent.frame())
make_fn_2 <- function(a, b)
2015 Aug 28
2
RFC: alloca -- specify rounding factor for allocation (and more)
Hi
sorta piggybacking on the other thread. I am looking for some feedback
on how to implement the following idea in llvm.
The really short version of the idea is this:
* I want to alloca a field (record/struct), so that its size is an even
multiple of 64 bytes. [^1]
* This allocaed field will be exclusively used as an argument to functions
* llvm should be aware of the extra bytes and should
2012 Oct 14
4
listing the files in a directory using regular expressions
Hi Experts,
This might be silly question that I am asking, but no way as I am new to
R.
I want to list the files in a directory using regular expression like
A_B*_C*.csv etc.
How to make this possible in R ?
I tried like this list.files(dir=".", pattern="A_B*_C*.csv") but this gives
no output, whereas list.files(.... pattern="*.csv") giving all the .csv
files in
2017 Apr 06
0
[Bug] FTS double escaping
On 06.04.2017 14:58, azurit at pobox.sk wrote:
> Hi,
>
> i'm trying to resolve few problems with indexing 'From' headers using
> FTS/Solr. I was tcpdumping the communication between Dovecot and
> Jetty/Solr and noticed that 'From' headers, which includes also
> sender's name, are double escaped. This is what was Dovecot sending to
> Solr:
>
>
2017 Apr 09
0
[Bug] FTS double escaping
On 6 Apr 2017, at 14.58, azurit at pobox.sk wrote:
>
> Hi,
>
> i'm trying to resolve few problems with indexing 'From' headers using FTS/Solr. I was tcpdumping the communication between Dovecot and Jetty/Solr and noticed that 'From' headers, which includes also sender's name, are double escaped. This is what was Dovecot sending to Solr:
>
>
2017 Jul 21
1
FTS error Unknown user
Hi,
sorry for previous message, i accidentaly send it before it was complete.
Recently, i was configuring a setup with one proxy, which is doing
authentication and multiple backends, which doesn't have access to
user database (see
https://www.mail-archive.com/dovecot at dovecot.org/msg70123.html ). Now
i wanted to use FTS (solr) on backends but i'm getting this error
everytime
2014 Oct 09
3
arsh840@gmail.com has indicated you're a friend. Accept?
Hi,
arsh840 at gmail.com wants to follow you.
****** Is arsh840 at gmail.com you friend? ******
If Yes please follow the link below:
http://invites.infoaxe.net/signup_e.html?fullname=&email=centos at centos.org&invitername=arsh840 at
2010 Oct 26
4
divide column in a dataframe based on a character
Hello,
If I have a dataframe:
example(data.frame)
zz<-c("aa_bb","bb_cc","cc_dd","dd_ee","ee_ff","ff_gg","gg_hh","ii_jj","jj_kk","kk_ll")
ddd <- cbind(dd, group = zz)
and I want to divide the column named group by the "_", how would I do this?
so instead of the first row being
x
2017 Jul 10
2
Master auth only
Cit?t Aki Tuomi <aki.tuomi at dovecot.fi>:
>> On July 10, 2017 at 1:45 PM azurit at pobox.sk wrote:
>>
>>
>>
>> Cit?t Aki Tuomi <aki.tuomi at dovecot.fi>:
>>
>> >> On July 10, 2017 at 12:33 PM azurit at pobox.sk wrote:
>> >>
>> >>
>> >> Hi,
>> >>
>> >> i'm trying to
2017 Jul 12
3
Master auth only
> On July 11, 2017 at 11:50 AM azurit at pobox.sk wrote:
>
>
>
> Cit?t azurit at pobox.sk:
>
> > Cit?t Aki Tuomi <aki.tuomi at dovecot.fi>:
> >
> >>> On July 10, 2017 at 1:45 PM azurit at pobox.sk wrote:
> >>>
> >>>
> >>>
> >>> Cit?t Aki Tuomi <aki.tuomi at dovecot.fi>:
> >>>
>
2013 Oct 14
3
Strange output from LIST command
Hi,
i'm using Dovecot 2.1.7 (Debian Wheezy) and output from LIST command looks strange:
C: 4 LIST () "" (INBOX INBOX.Karantena INBOX.Spam) RETURN (STATUS (UNSEEN))
S: * LIST () "." "INBOX"
S: * LIST () "." "INBOX.Karantena"
S: * STATUS "INBOX.Karantena" (UNSEEN 0)
S: * LIST () "." "INBOX.Spam"
S: * STATUS
2010 Mar 04
1
[Possibly OT] rpm conflicts has me confused
Hi list,
I can install the default ppp-2.4.4-2, but when I try to
install an rpm I built from Sangoma's ppp-2.4.4.5 (using
checkinstall-1.6.1) I get this error:
# rpm -ivh ppp.2.4.4.5-1.eai.i386.rpm
error: Failed dependencies:
ppp < 2.4.3-3 conflicts with kernel-2.6.18-162.2.1.el5.i686
Isn't 2.4.4.5 > 2.4.3-3 ???
trying this:
yum localinstall ppp.2.4.4.5-1.eai.i386.rpm
2018 Nov 30
1
Dovecot 2.3.4 crash
Cit?t azurit at pobox.sk:
> Cit?t azurit at pobox.sk:
>
>> Cit?t Timo Sirainen <tss at iki.fi>:
>>
>>> On 29 Nov 2018, at 15.46, azurit at pobox.sk wrote:
>>>>
>>>> Hi,
>>>>
>>>> is this a know problem? Newest Dovecot 2.3.4 package from
>>>> repo.dovecot.org , Debian Stretch (fully upgraded).
2020 Jan 31
2
Vacation use different SMTP server
Op 28-1-2020 om 19:20 schreef azurit at pobox.sk:
> Really no more info?
You could do something with the sendmail_path or submission_host settings.
Regards,
Stephan.
>
>
>
>
> Cit?t azurit at pobox.sk:
>
>> Thanks for idea but it won't work for me as 'internal domains' can be
>> anything, including gmail.com (and i don't know which of them are