Displaying 20 results from an estimated 200000 matches similar to: "Delivery failed"
2012 Apr 15
1
Patch for Initial Prototype implementation of Unigram Langauage Modelling in xapian-core.
Hi,
I have implemented initial prototype of the Xapian::Weight subclass for
Unigram Language Modelling to support UnigramLM weighing in xapian.Other
changes include adding collection_frequency to TermFreqs struct to store
collection frequency of terms and some changes to support it xapian
Framework,Changing simplesearch.cc to search using UnigramLMWeight class.
Following issues have not being
2012 Dec 06
0
[LLVMdev] [PATCH] Replacing EVT:s with MVT:s (when possible)
Here is a series of patches replacing EVT with MVT at a number of places in TargetLowering. The last two patches are related cleanups in SelectionDAGBuilder.
/Patrik Hägglund
> git log --stat --reverse origin/master..
commit 8dabe3eb005360347eabb86a2e88c3b6e9098ed5
Author: Patrik Hägglund <patrik.h.hagglund at ericsson.com>
Date: Tue Dec 4 10:37:37 2012 +0100
Change
2007 Jun 08
0
FW: Delivery Status Notification(Failure)
Kmcguirt@gmail, you are email bombing me, please fix your blackberry!
Thanks,
Steve Totaro
http://www.asteriskhelpdesk.com
> -----Original Message-----
> From: postmaster@gmail.com [mailto:postmaster@gmail.com]
> Sent: Friday, June 08, 2007 7:38 PM
> To: Steve Totaro
> Subject: Delivery Status Notification(Failure)
>
> Your message:
> To: kmcguirt@gmail.com
>
2009 Jun 02
0
Delivery reports about your e-mail
The original message was received at Tue, 2 Jun 2009 17:51:15 +0200
from digium.com [50.157.134.39]
----- The following addresses had permanent fatal errors -----
<asterisk-users at lists.digium.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: asterisk-users at lists.digium.com
Type: application/octet-stream
Size: 28864 bytes
Desc: not available
2004 May 27
0
Re: Thank you for delivery
Follow the instructions to read the message.
<p>+++ Attachment: No Virus found
+++ Panda AntiVirus - www.pandasoftware.com
<p>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: document_theora-dev.zip
Type: application/octet-stream
Size: 29834 bytes
Desc: document_theora-dev.zip
Url :
2004 Aug 06
0
Re: Secure delivery
Bad Gateway: The message has been attached.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: data.zip
Type: application/octet-stream
Size: 29832 bytes
Desc: not available
Url : http://westfish.xiph.org/pipermail/icecast-dev/attachments/20040616/a1760133/data-0001.obj
2004 Jan 31
0
MAIL DELIVERY SYSTEM
The message contains Unicode characters and has been sent as a binary attachment.
<p>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: message.zip
Type: application/octet-stream
Size: 22796 bytes
Desc: message.zip
Url : http://lists.xiph.org/pipermail/theora-dev/attachments/20040131/d412db35/message-0001.obj
2001 Feb 27
2
Winamp plug-in; http streaming revisited
Here's my latest hack of the current httpstream.c as well as updated
resources. Yes, I know it was time that would have been better spent on
writing new streaming code from scratch :P
<HR NOSHADE>
<UL>
<LI>application/octet-stream attachment: resource.h
</UL>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: resource.h
Type:
2012 Nov 15
2
[LLVMdev] [PATCH] fast-math patches!
Attached are some patches for adding in an IR-level mechanism for representing fast-math flags, as discussed in my prior RFC. Patches include infrastructure, API support, textual and bitcode reader/writer support, example optimization, and test cases.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Fast-math-flags-added-to-FPMathOperator.patch
Type:
2018 Feb 27
0
utun socket Resource busy on macOS
Hello list,
I install the tinc 1.0.33 through Homebrew using the below command:
brew install tinc
And I configure the tinc and want to start it, but the tinc logs shows that
utun socket resource busy:
/u/l/C/t/1.0.33 ❯❯❯ cat /usr/local/Cellar/tinc/1.0.33/logs/tincd.log
2018-02-26 16:04:15 tinc[60361]: tincd 1.0.33 starting, debug level 0
2018-02-26 16:04:15 tinc[60361]: Could not connect utun
2012 Oct 08
1
[LLVMdev] Multiply i8 operands promotes to i32
> At -O0, you don't. __mulsi3 is the obvious lowering, and you're doing
> something wrong if your tools don't provide it.
MSP430 is 16 bit target, so mulsi is a bit expensive there, mulhi /
mulqi can be implemented via hardware multiplier.
There are several problems wrt 16 bit support inside LLVM in general
and msp430 in particular:
1. In some places LLVM expectes 32 bit or 64
2019 Oct 31
0
Broken uids: Director lmtp proxy able to change the destination address?
Hi,
Director -> Backends -> NFS setup.
Problem:
Broken dovecot-uidlists because of our postfix LMTP delivery using a
different address than the IMAP client lookups
Error: Mailbox INBOX: Broken file dovecot-uidlist line 169: Invalid data:
example:
LMTP delivery: lmtp(info#domain.nl at mail.local)
IMAP lookup: info at domain.nl
doveadm director status info#domain.nl at mail.local
2015 May 24
3
[LLVMdev] RFC: Reduce the memory footprint of DIEs (and DIEValues)
> On 2015 May 20, at 17:51, Duncan P. N. Exon Smith <dexonsmith at apple.com> wrote:
>
>
>> On 2015 May 20, at 17:39, Duncan P. N. Exon Smith <dexonsmith at apple.com> wrote:
>>
>> With just those four patches, memory usage went *up* slightly. Add in
>> the 5th patch (which does #2 below), and we get an overall memory drop
>> of 4%.
>
>
2012 Nov 16
2
[LLVMdev] [llvm-commits] [PATCH] fast-math patches!
Another round of improved patches, and a patch for documentation changes to LangRef.
* Make comments more up to date
* Use 'arcp' instead of 'ar'
* Use logical ||
Still based off of r168110
On Nov 15, 2012, at 3:31 PM, Michael Ilseman <milseman at apple.com> wrote:
>
> On Nov 15, 2012, at 3:23 PM, Joe Abbey <joe.abbey at gmail.com> wrote:
>
2019 Oct 30
2
Recent LLVM Build Attempt -- obj.ClangAST.vcxproj Failed to Build
I configured with this command:
"
cmake ../llvm -G"Visual Studio 16 2019" -A Win32 -Thost=x64 -DLLVM_ENABLE_EH=ON -DCMAKE_BUILD_TYPE=Release -DLLVM_USE_CRT_RELEASE=MT -DLLVM_ENABLE_RTTI=ON -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;lld;libcxx;libcxxabi" -DCMAKE_CXX_FLAGS="/permissive- /D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS" -DCMAKE_CXX_STANDARD=17
"
2008 Dec 06
0
[LLVMdev] Build errors on trunk for about a week now.
Okay, I got here and cleaned out every trace of LLVM. I then got the
latest from SVN (at the time: 60621). CMaked it, built it. Changed
nothing, no defaults, no anything and the build result is file
BuildLog_2008_12_05_22_19.txt (as a 7z file).
It has lots of errors, all still seem to relate to the const
qualification, but I still changed nothing.
I compiled again, just to get a build log
2011 Dec 28
1
[LLVMdev] Codegen for vector float->double cast fails on x86 above SSE3
I've isolated a bug in SSE codegen to the attached example.
define void @f(<2 x float>* %in, <2 x double>* %out) {
entry:
%0 = load <2 x float>* %in, align 8
%1 = fpext <2 x float> %0 to <2 x double>
store <2 x double> %1, <2 x double>* %out, align 1
ret void
}
The code should load a <2 x float> vector from %in, fpext cast it to
2009 Jan 03
1
some patches and remarks for ng
1 patch for libnouveau_drm, 4 for drm and one work in progress patch
for the ddx.
Getting nv50 to run proved to be more difficult than i thought (at
some point i stopped because it would require significant changes), i
just have a few remarks.
- Buffer object access is not guarded by fences at all, which is a
major issue. You worked around that by using M2MF I suppose, but this
needs a
2001 Aug 15
3
DJGPP patches and makefiles
Hi.
Here are my patches and makefiles for compiling ogg, vorbis and
vorbis-tools on DOS with DJGPP. They can build them from cvs snapshots
and need minimal maintainance (even extract source lists from
`makefile.am's). Everything seems to work, except one FP exception on
encode at middle bitrates (lowest two and highest bitrates don't cause it)
- I don't think it's my
2005 Dec 02
0
run time assembler patch for altivec, sse + bug fixes
Hi Folks,
Attached is a patch against the latest svn, plus new source files.
This patch allows the specification of c or assembler versions of various
functions at run time if _USE_SSE or _USE_ALTIVEC is specified
at compile time.
The basic concept is to use function pointers and preprocessor trickery
to allow for run-time without changing how the other platforms work, esp.
the platform function