Displaying 15 results from an estimated 15 matches for "get_headers".
Did you mean:
get_header
2004 Dec 27
2
possible bug with mail->get_header and caching?
I don't know if this is intended or not, but here it comes.
I have
* that copy plugin I was working on
* dovecot 1.0-test59
* thunderbird test client
My copy plugin looks for the X-DSPAM-Signature header line, and reports
it to syslog as such:
imap: we have a signature: "X-DSPAM-Signature: <sig>"
where <sig> is replaced by what is found in the header line. This only
2010 Jan 27
3
Data transfer
Hi,
im a student and we are devloping a training sytem for
radio operators (for ships, police, ...) at our university.
So far we are using a simple own protocol for speech and data
transmission, works well at a Lan. Now we are looking for a way to
connect the devices over the internet.
I did some very quick testing with Asterisk and PJSIP [1] and it looks very
promising. Apart from the voice
2017 Aug 08
1
Troubleshooting php-fpm with apache on Centos 7
On 8/8/2017 8:57 ??, John R Pierce wrote:
> does the user apache is running as have write access to that folder ?
Thank you for your reply, John.
Yes, there is write access:
# ls -l /var/webs/wwwgreekgeo/log/php*
-rw-rw---- 1 root apache 0 Aug 7 22:58
/var/webs/wwwgreekgeo/log/php_error_log
# ls -l /var/webs/wwwgreekgeo/
total 8
drwxrwx--- 2 wftpuser apache 4096 Aug 8 03:46 log
2003 Apr 16
1
pop3 coredump
Hi-
I was able to get a coredump out of the new pop3 (from 0.99.9-test4)
by attempting to simulate the execution environment and simply running
the pop3 program.
Running the older pop3 from 0.99.8.1 works fine, repeatedly:
% /usr/local/libexec/dovecot/pop3
quit
+OK Logging out.
However running the new one:
% /usr/local/libexec/dovecot/pop3.new
pop3(user9): Error: Corrupted index file
2005 Sep 08
1
1.0alpha1: another imap core, no assert
Timo,
Output of gdb session on the core file attached. This
one only produced the following syslog:
IMAP(user): UIDs broken with partial sync in mbox file /var/mail/r/user
with no assert. Setup: Solaris 9, gcc 4.0.1 for dovecot build.
Jeff Earickson
Colby College
-------------- next part --------------
Script started on Thu Sep 08 10:05:53 2005
%gdb imap core.rtohara
GNU gdb 6.3
Copyright
2018 Dec 04
3
patch to support custom HTTP headers in download.file() and url()
...rnings(socketConnection("8.8.8.8", port = 53))
+ close(con)
+ con <- url("http://eu.httpbin.org/headers")
+ lines <- readLines(con)
+ close(con)
+ stopifnot(any(grepl("Host.*eu.httpbin.org", lines)))
+ TRUE
+ }, error = function(e) FALSE)
+}
+
+get_headers <- function(path = "anything", quiet = TRUE, ...,
+ protocol = "http") {
+ url <- get_path(path, protocol)
+ tmp <- tempfile()
+ on.exit(try(unlink(tmp)), add = TRUE)
+ download.file(url, tmp, quiet = quiet, ...)
+ readLines(tmp)
+}
+
+get_h...
2006 May 22
1
beta8: cores on corrupted index file
Timo,
I saw a couple of these cores over the weekend. The syslog says:
May 21 19:04:48 emerald dovecot: [ID 107833 mail.error] IMAP(user): Corrupted index cache file /home/students/s/user/.imap/sent-mail-apr-2004/dovecot.index.cache: indexid changed
With a resulting core file from imap at this time. I also discovered
a remaining lock file on the person's imap file:
-rw------- 1 user
2018 Jan 23
0
Now playing (PHP example)
...Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36';
$opts = [
'http' => [
'method' => 'GET',
'header' => 'Icy-MetaData: 1',
'user_agent' => $ua
]
];
if (($headers = get_headers($streamingUrl)))
foreach ($headers as $h)
if (strpos(strtolower($h), 'icy-metaint') !== false && ($interval = explode(':', $h)[1]))
break;
$context = stream_context_create($opts);
if ($stream = fopen($streamingUrl, 'r', false, $context))
{...
2004 Apr 21
0
SIP ACK // CSeq 0 => ZAP Channel hangup
Szenario:
UA(Grandstream) => PROXY(SER) => GATEWAY(*) => PSTN
After sending the SIP ACK From Gateway (*)
ACK sip:123456@127.0.0.1 SIP/2.0
Via: SIP/2.0/UDP 127.0.0.1;branch=z9hG4bK86c0bd474ea746b5
From: "Me" <sip:123456@mydomain.de>;tag=0f63d269bc25545d
To: <sip:100@mydomain.de>;tag=as05df60b5
Contact: <sip:100@192.168.0.1>
Call-ID:
2005 Dec 14
0
Assertion Failure in Current CVS Version
Just installed the latest (Dec. 12) CVS version and one user keeps getting
this assertion failure.
Todd
dovecot: Dec 13 15:53:01 Error: 29718 imap(username): mbox sync:
UID inserted in the middle of mailbox /mailhome/new/o/h/username/mbox
(4863 > 3417, seq=780, idx_msgs=1913)
dovecot: Dec 13 15:53:06 Error: 29718 imap(username): file
mail-index-transaction.c: line 129
2018 Jan 23
2
Now playing (PHP example)
Wow, thank you so much! I completely forgot about the status-json.xsl file... :D
2018-01-23 15:38 GMT+01:00, unosonic <un at aporee.org>:
> Danijela Popović:
>> Hi all,
>> Basically there's my question in the subject. I need a simple example
>> of now playing artist, song, and listeners. Can somebody write it down
>> for me?
>
> no time, sorry
>
2006 Jan 31
1
beta2: strange assert
..._mail_get_received_date>,
get_date = 0x47db8 <index_mail_get_date>,
get_virtual_size = 0x47f60 <index_mail_get_virtual_size>,
get_physical_size = 0x37368 <mbox_mail_get_physical_size>,
get_first_header = 0x4a510 <index_mail_get_first_header>,
get_headers = 0x4a274 <index_mail_get_headers>,
get_header_stream = 0x4a570 <index_mail_get_header_stream>,
get_stream = 0x37408 <mbox_mail_get_stream>,
get_special = 0x37298 <mbox_mail_get_special>,
update_flags = 0x49180 <index_mail_update_flags>,
u...
2006 Oct 23
0
SIP_HEADER function; what names are available?
Minor update - use the following:
> if (strcasecmp(data,
> "x-Asterisk-Request-URI-pseudo-header")==0)
> {
> ast_copy_string(buf, p->initreq.rlPart2, len);
> -----Original Message-----
> From: Steve Langstaff
> Sent: 23 October 2006 09:58
> To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
> Subject: RE: [asterisk-users]
2005 Sep 01
3
qpopper UIDLs and migrating to dovecot/maildir
hi all,
I am hoping to convert a 350K user qpopper installation using mbox to
dovecot and maildir (pop3 only).
many of the users "leave mail on server", and qpopper's UIDL format
isn't (yet) supported by dovecot. since the UIDLs have been written by
qpoppper to the existing mbox files (and will be preserved when the
mboxes are converted to maildir) it would be possible to do
2012 Aug 17
2
How to test Websocket support in SIP in Asterisk trunk?
I see no indication of how to do this in sip.conf, and when I start
Asterisk, it doesn't wait on port 80.
Greetings,
--
Juan Carlos Castro y Castro
Instant Solutions - Telefonia Gerando Resultado
http://www.instant.com.br
Principais capitais: 4063-6100
Demais regi?es: (11)4063-6100