similar to: charset-specific searches, and continuation lines

Displaying 20 results from an estimated 4000 matches similar to: "charset-specific searches, and continuation lines"

2014 Sep 04
0
charset-specific searches, and continuation lines
Quoting Eric Abrahamsen <eric at ericabrahamsen.net>: > Hi there, > > I'm looking into improving IMAP search support for the Gnus Emacs mail > client, and trying to add the ability to search non-ascii characters. So > far as I know, I start this invocation with something like: > > . UID SEARCH CHARSET UTF-8 TEXT {NNN} > > Where NNN is the number of bytes in my
2014 Sep 09
1
minimal configuration for lucene fts
Hi, I'm using dovecot (version 2.2.13 on archlinux) in the simplest, no-brainer way possible. It sits between mbsync, which I use to fetch mail from servers, and Gnus, my MUA. Both mbsync and Gnus connect to dovecot with an invocation like this: /usr/lib/dovecot/imap -o mail_location=maildir:$HOME/.mail/ea/ I have three different mail accounts, all that changes is the final directory on the
2013 Jun 30
1
LIST command -- quoting of folder names
If I open an imap connection to a local maildir installation like so: /usr/lib/dovecot/imap -o mail_location=maildir:$HOME/.mail/account/:LAYOUT=fs And issue: c list "" * This is the result (this is a gmail account): * LIST (\HasChildren) "/" [Gmail] * LIST (\HasNoChildren) "/" [Gmail]/Spam * LIST (\HasNoChildren) "/" [Gmail]/Starred * LIST
2015 Oct 13
2
iterate users with passwd-file passdb?
On 14 Oct 2015, at 00:01, Eric Abrahamsen <eric at ericabrahamsen.net> wrote: > > Joseph Tam <jtam.home at gmail.com> writes: > >> Eric Abrahamsen writes: >> >>> Simply: Is it possible to iterate over users if I'm using the >>> passwd-file passdb driver? Do I need a SQL-based driver if I want to >>> iterate? >> >> What
2015 Oct 13
2
iterate users with passwd-file passdb?
Eric Abrahamsen writes: > Simply: Is it possible to iterate over users if I'm using the > passwd-file passdb driver? Do I need a SQL-based driver if I want to > iterate? What do you mean by "iterate"? If you mean whether you can look up a password entry in a multi-entry file, then yes, definitely. If you mean to sequentially go through it and do a first/last/best match,
2013 May 30
1
recursive mail_location?
Forgive what may be a newby question, but I'm trying to get a new setup working, and there are many different things confusing me. I'm trying for a gnus + dovecot + mbsync arrangement, with mbsync writing to maildirs, and gnus reading from those dirs with a dovecot invocation. Fairly standard, I think. I have multiple email accounts I'm trying to sync, all of them gmail. My problem
2007 Mar 29
3
Asterisk hangs up SIP call after 6 200 retransmits
I have the following scenario: PSTN gateway (202.180.nnn.nnn) -> OpenSER 1.0.1 (147.202.nnn.nnn) -> Asterisk 1.2.16 (203.89.nnn.nnn) When an incoming call is received, often (but not always) Asterisk repeatedly sends a SIP 200 OK message and eventually hangs up the call. sip.conf [general] port = 5060 ; Port to bind to (SIP is 5060) bindaddr = 0.0.0.0 ; Address to bind to (all
2005 Jul 04
2
Extensions will not go to voicemail
I have a remote installation that connects via IAX from my office pbx. When I call an extension on the remote pbx, after the dial period, the call is terminated. Nothing I do in configuration of that extension seems to matter: -- Executing NoOp("IAX2/netconcepts@nnn.nnn.nnn.nnn:4569-5", ""Dial 710"") in new stack -- Executing
2013 Dec 11
1
Why ssh client breaks connection in expecting SSH2_MSG_NEWKEYS state?
I have a client host that I don't have access to now, which attempts to establish ssh connection back to my BSD server using the private key. Client runs this command: /usr/bin/ssh -i ~/.ssh/my_key_rsa -o "ExitOnForwardFailure yes" -p $HPORT $HUSER@$HOST -R $LPORT:localhost:$LPORT -N On the server debug log looks like this: Connection from NNN.NNN.NNN.NNN port 43567 debug1: HPN
2008 Apr 23
2
Replecing empty values with a letter (continuation)
Sorry, I hit the send botton by accident. Here is my code so far: dat<-read.csv('myfile.csv', na.strings="") dat[is.na(dat]<-'N' But it doesn't replace the <NA> for the letter 'N'. I am using R v 2/7/0, running it under Windows XP. Thank you, Judith
2008 Sep 30
5
Corrupted transaction log file / record size too small
I recently upgradeded dovecot on one of our servers from version 1.0.10 to version 1.1.3. Ever since, we've been seeing occasional errors similar to this sequence (with the username and IP addresses elided): Sep 30 00:09:56 alcor dovecot: pop3-login: Login: [4954], XXXX, NNN.NNN.NN.NNN Sep 30 00:09:56 alcor dovecot: wrapper[5006]: pop3, XXXX, NNN.NNN.NN.NNN Sep 30 00:09:56 alcor
2000 Mar 01
1
smbpasswd failure
I've attempted to change my smb password on a remote NT PDS, but it always fails with resolve_name: Attempting lmhosts lookup for name SERVER<0x20> getlmhostsent: lmhost entry: 127.0.0.1 localhost resolve_name: Attempting host lookup for name SERVER<0x20> Connecting to nnn.nnn.nnn.nnn at port 139 error connecting to nnn.nnn.nnn.nnn:139 (Connection refused) unable to connect to
2002 Jun 13
1
cannot setup print in w2k on debian/samba/winwind/cups server
hi. I am trying to get print working and have a hard time indeed... My goal is to replace our nt4 print server with a linux/samba one as we have problems serving printers and drivers to win2000 workstations (and I don't want to set up a win2000 server for printing, and have the same problem _again_ when switching to XP ;-) The situation so far : - Debian woody - Samba 2.2.4-1 - Winbind
2005 May 18
2
Call forwarding...
Sorry for posting this again, but it seems to have become attached to another thread. Guess I replied to another message instead of starting a new one... Hi, I'm trying to setup a call forwarding rule so that when an extention doesn't answer the call is forwarded to my mobile. I'm using voiptalk.org for incoming and outgoing calls and SIP phones for extentions (so all IP based -
2009 Jun 10
1
Weird behavior in receive_data function
Dear List, I'm trying to get diff/removed data and it's offset out. So I write a functions in receive_data. When I run backup, I found there is a weird behavior which I don't understand. i = recv_token(f_in, &data) will receive (i = -1, offset2 = 0) some where in the middle of the transfer procedure. That's to say, it's going to transfer the first data block from sender,
2008 Mar 19
2
rsync fails to exclude... sometimes?
Hello List. I am using rsync to pull html files from a shared drive to 2 web server boxes to keep the files synchronized. However, I have a few files I do not want rsync to copy over because they contain information specific (IP address) to the box hosting them. Rsync seems to intermittently ignore the exclude statement and copies them from time to time. Is there a way to absolutely prevent
2008 Apr 10
1
memory issues with 1.1.rc4 (now it's PAM)
Hi! I'm running 1.1rc4 on a system and this happens occasionally: --8<-- mail.info; dovecot: auth(default): client in: AUTH 1 PLAIN service=imap lip=NN.NN.NN.NN rip=NNN.NN.NNN.NN lport=143 mail.info; dovecot: auth-worker(default): pam(XXXXXXXXXXXX,NNN.NN.NNN.NN): lookup service=imap kern.alert; kernel: grsec: From NN.NN.NN.NN: denied resource overstep by requesting
2007 Apr 03
1
SDP bug
>> The call that gets dropped had a retransmission of INVITE from UAC >> to UAS (and therefore retransmission of 200 OK from UAS to UAC). >> There is nothing wrong with the re-transmission as such, but I >> noticed a potential bug in Asterisk in the way it responds to an >> INVITE retransmission. Asterisk is bumping up the session version >> number in
2008 Oct 09
4
runs of heads when flipping a coin
Can someone recommend a method to answer the following type of question: Suppose I have a coin with a probability hhh of coming up heads (and 1-hhh of coming up tails) I plan on flipping the coin nnn times (for example, nnn = 500) What is the expected probability or frequency of a run of rrr heads* during the nnn=500 coin flips? Moreover, I would probably (excuse the pun) want the answer for a
2008 Sep 26
1
problems with auth protocol
Hello there, I have a client connecting to dovecot and comunicating like this: * OK Dovecot ready. * AUTHENTICATE MYAUTH + base64 challange base64_response {NNN} * NO Invalid base64 data in continued response The problem is that dovecot seems to reject the response because of the {NNN} in the end of the string. If I remove the {NNN} it authenticates just fine. Any idea of whether it's