similar to: indexing words with alternative spellings

Displaying 20 results from an estimated 800 matches similar to: "indexing words with alternative spellings"

2013 Apr 25
2
Converting MySQL database to Xapian
I am looking for some guidance on converting a large MySQL database to Xapian. The current structure is that the database is broken up into 160 "sub-databases". There are 50,000 or so records in each stub database. Each record has content that I am full-text indexing. The average size of the text is about 59k characters. The database is broken up into sub-databases because the MySQL
1998 Jun 14
14
SSH w/ttysnoop
I was wondering if anyone here has or knows how to implement ttysnoop w/ssh ?
2018 Jul 25
2
Search requests should ignore accents (C++ API)?
Hi, I am using libxapian in a C++ project (hence I am using Xapian's C++ API) and some user has requested that search requests should ignore accents. E.g. when the user searches for "Herr Müller" he expects that "Herr Muller" is also a search hit. Is this possible in Xapian? Do you have any links to the documentation of that feature? Thanks for your help, Kim
2018 Nov 30
5
DMARC policies
Hi, I have just started to get dovecot list messages which I had not been receiving until today. How can I opt out (again)? regards, Michal Szymanski On Fri, Nov 30, 2018 at 10:42:22AM +0100, Per Jessen wrote: > Aki Tuomi wrote: > >On 30.11.2018 10.03, Per Jessen wrote: > > > >>Hi AKi > >> > >>I guess my address was re-subscribed then? I was subscribed
2007 Oct 18
8
centos 5 vs OpenSuse 10.3
Apart from religious grounds (!), is there any pros or cons why I should choose one over the other for a new install of asterisk ? Julian
2015 Aug 25
2
sieve_after seems to ignored ?
Michael Kliewe wrote: > Hi Per, > > On 25.08.2015 11:40, Per Jessen wrote: >> sieve and managesieve are both working fine, have been for years. Now >> I want to add a sieve_after script: >> >> /etc/dovecot/conf.d/90-sieve.conf : >> >> plugin { >> sieve = ~/.dovecot.sieve >> sieve_dir = ~/sieve >> sieve_before = >>
2010 Oct 28
5
being bombarded with SIP packets
Over the last two weeks, we have had at least two "incidents" where our asterisk server got flooded (a hundred or more per second) by SIP packets. Once from 114.31.50.10, second time from 173.212.200.146. We became aware of the problem when bandwidth started suffering because asterisk got very busy sending back replies or rejects (dunno which, I didn't investigate it any further).
2018 Nov 30
3
DMARC policies
On 30.11.2018 10.03, Per Jessen wrote: > Aki Tuomi wrote: > >> Hi! >> >> It seems we accidentically had a high amount of subscribers >> temporarily disabled due to DMARC on some sender's host. We have now >> taken actions to prevent this in the future and all temporarily >> disabled members have been restored. >> >> Aki > Hi AKi >
2007 Apr 17
5
sending an SMS via Asterisk?
I've been googling and reading a lot, but I'm not getting any closer to getting an SMS sent via Asterisk. Prior to switching to asterisk, I used sms_client on an ISDN line to dial one of two Swisscom SMS centers: 0900900941 or 0794998990. My dialplan looks like this: exten => 0900900941,1,Goto(smsmotx,${CALLERIDNUM},1) exten => 0794998990,1,Goto(smsmotx,${CALLERIDNUM},1) ;
2010 Jul 09
3
multiple value with the same number?
I am working on a system for indexing email, and it would be nice to be able to store multiple values for the same value_no - for instance, if an email has multiple attachments, I might want to attach a value for each attachment, but a value with the same number. One option would be store the three values as one, e.g. comma-separated, but I was just wondering how others have dealt with such a
2007 May 01
4
did we all get spammed by TechnoCo ?
I just got spammed by TechnoCo - www.technoco.biz. Those guys must be a little dim if they believe they can openly go about borrowing email-addresses like this. /Per Jessen, Z?rich -- http://www.spamchek.com/ - managed email security.
2007 Nov 07
5
What do you do to keep asterisk alive?
I've asterisk stop (presumably segfaulting) a couple of times, and I was just beginning to look at how to keep it running - what have others done? I was thinking of wrapping a script around asterisk like this: while 1 do asterisk -f done /Per Jessen, Z?rich -- http://www.spamchek.com/ - your spam is our business.
2015 Aug 25
2
sieve_after seems to be ignored ?
Per Jessen wrote: > Per Jessen wrote: > >> Michael Kliewe wrote: >> >>> Hi Per, >>> >>> On 25.08.2015 11:40, Per Jessen wrote: >>>> sieve and managesieve are both working fine, have been for years. >>>> Now I want to add a sieve_after script: >>>> >>>> /etc/dovecot/conf.d/90-sieve.conf :
2015 Aug 25
2
sieve_after seems to ignored ?
sieve and managesieve are both working fine, have been for years. Now I want to add a sieve_after script: /etc/dovecot/conf.d/90-sieve.conf : plugin { sieve = ~/.dovecot.sieve sieve_dir = ~/sieve sieve_before = sieve_after = ~/sieve/personal.sieve sieve_subaddress_sep = + } I have compiled ~/sieve/personal.sieve to ~/sieve/personal.svbin, but it doesn't seem to be read. Any
2007 Dec 20
1
Recursive solution with for()
Hello, i just ran into the following problem: I wanted to recursively solve equations of the type x_1[t]=x_1[t+1]+beta*x_2[t], and used a for-loop written for(j in c(1:t-1, recursive=TRUE){ ... } This didn't work, so i resolved to writing for(j in c(10,9,...,1){ which worked, but is not terribly efficient. So, what did I do wrong? Thanks in advance, Owe -- Owe Jessen Diplom-Volkswirt
2014 Aug 25
3
Special-Use Mailboxes ?
Lots of people must have had this issue before me - users using different devices&software (pc, smartphone, tablet, thunderbird, outlook, webmail) and languages (e.g. English on the PC, German on the iPhone), some folders end of with different names - e.g. "Sent" and "Gesendete Elemente" - meaning the same thing, namely "sent mails". How do you map these to just
2011 Feb 03
2
disabling outgoing mail ?
We're using roundcube as a method of access to a read-only email archive served via imap/dovecot. I was thinking of disabling outgoing mails by fiddling with the roundcube code, but thought it might be possible to disable the outgoing functionality from dovecot? /Per Jessen, Z?rich
2006 Jan 25
12
DO NOT REPLY [Bug 3444] New: Cygwin files trashed when they only differ in the case of the name
https://bugzilla.samba.org/show_bug.cgi?id=3444 Summary: Cygwin files trashed when they only differ in the case of the name Product: rsync Version: 2.6.6 Platform: x86 OS/Version: Windows XP Status: NEW Severity: critical Priority: P3 Component: core AssignedTo: wayned@samba.org
2011 Jul 26
1
sieve, vacation - lda-dupes being ignored?
Environment: dovecot 2.0.9, postfix 2.6, Pigeonhole 0.2.2 I'm in the process of setting up vacation auto-reply for the first time, (it's that time of the year) and it looks like .dovecot.lda-dupes is being updated, but not read (or just ignored). my vacation script: require ["vacation","variables"]; # get hold of the subject if header :matches "Subject"
2019 Jan 24
4
Discard mail with from date older than xxxx
On 1/24/19 12:15 AM, Per Jessen wrote: > Trever L. Adams wrote: > >> I know that sieve doesn't do math. The file would be created >> externally. >> >> Based on examples in section 4.4 of >> https://tools.ietf.org/html/rfc5260#section-4 >> >> I figured something like this would work. >> >> if date :value "le" :originalzone