Displaying 20 results from an estimated 10000 matches similar to: "Differences in "Delivered-To" header between deliver and LMTP"
2018 Jan 31
2
lda: Warning: Failed to parse return-path header: Invalid character in localpart
Hello,
Sometimes, when delivering mails, this warning appears in my syslog:
> lda(...): Warning: Failed to parse return-path header: Invalid
character in localpart
dovecot-lda still exits with 0 and the mail is inserted into my inbox.
Looking at the mails in question, I determined that the error is caused
by a multiline Return-Path header. Here's a testcase:
--- snip ---
2017 Oct 26
2
Bug: lmtp proxy does not quote local parts with spaces
There seems to be a bug with RFC822 processing in ltmp proxying that doesn't
quote local parts that, for example, contain spaces.
director config:
director_username_hash = %Ln
lmtp_proxy = yes
recipient_delimiter = +
protocol lmtp {
auth_socket_path = director-userdb
auth_username_chars =
auth_username_format = %Ln
passdb {
2018 Jan 31
2
lda: Warning: Failed to parse return-path header: Invalid character in localpart
Hello,
On 31.01.2018 22:35, Stephan Bosch wrote:
> Op 1/31/2018 om 6:17 PM schreef Christian Authmann:
>> Hello,
>>
>> Sometimes, when delivering mails, this warning appears in my syslog:
>>
>>> lda(...): Warning: Failed to parse return-path header: Invalid
>> character in localpart
>>
>> dovecot-lda still exits with 0 and the mail is inserted
2013 Jul 02
2
lmtp: Disable Delivered-To header
Hi,
using LMTP, is it possible to disable the addition of the Delivered-To
header to messages?
Micha Krause
2012 Aug 09
1
Dovecot LMTP - Delivered-To header weirdness
Hi,
I'm not sure if this is a deliberate design decision or a technical
limitation that I've missed. Please briefly explain if so :). Or a bug
or feature request?
When LMTP receives a mail with a single recipient it adds a Delivered-To
header. However if the message is delivered in a batch that header isn't
added. At first I thought maybe the LMTP was doing something with
hardlinks
2017 Aug 24
2
vacation problem with SRS
i Cant compile piegeon hole from github with this feature:
2822.c -fPIC -DPIC -o .libs/rfc2822.o
*edit-mail.c:* In function '*edit_mail_set_cache_corrupted*':
*edit-mail.c:1665:3:* *error: *too many arguments to function '
*edmail->wrapped->v.set_cache_corrupted*'
(&edmail->wrapped->mail, field, reason);
* ^*
*edit-mail.c:* At top level:
2009 Apr 23
8
how to avoid (Net::SMTPFatalError) "555 5.5.2 Syntax error
Hi all,
I have written code to send mails through action_mailer, where in I
called
MassNotifier.deliver_forward_review_link(current_user.profile.display_name,email,params[:notification][:message],params[:title],params[:designation],params[:company],params[:id],@invitation.invitation_code)
this method , and in mass_notifier.rb
I fave written
def
2006 Nov 10
2
RFC 2822 - message-id
I was porting some email from one imap server location to another and ran into a
feature of something. One of them writes message-id as 'Message-Id' and the
other writes it as 'Message-ID'. Because of this, all the messages are forever
different.
All mail is delivered from postfix and will be in the future.
But I'm asking which of these syntaxes is correct or if there is
2017 Oct 26
2
Bug: lmtp proxy does not quote local parts with spaces
On 26/10/2017 18:38, Alexander Dalloz wrote:
> Am 26.10.2017 um 12:20 schrieb David Zambonini:
>>
>> There seems to be a bug with RFC822 processing in ltmp proxying that
>> doesn't
>> quote local parts that, for example, contain spaces.
>
> Newer related RFCs are RFC 5321 and 5322.
Typo, meant to say RFC2822, which they still supercede, not that the
2017 Jul 20
3
vacation problem with SRS
I have this version with FIXME
/* FIXME: If From header of message has same address, we should use
that
* instead to properly include the phrase part.
*/
rfc2822_header_printf(msg, "To", "<%s>", reply_to);
This should be work ok? Or You must change something?
2017-07-20 15:51 GMT+02:00 Stephan Bosch <stephan at
2010 Sep 09
1
scalable < > delimiters in plotmath
Dear list,
I read in ?plotmath that I can use bgroup to draw scalable delimiters
such as [ ] and ( ). The same technique fails with < > however, and I
cannot find a workaround,
grid.text(expression(bgroup("<",atop(x,y),">")))
Error in bgroup("<", atop(x, y), ">") : invalid group delimiter
Regards,
baptiste
sessionInfo()
R version
2010 Sep 09
1
scalable < > delimiters in plotmath
Dear list,
I read in ?plotmath that I can use bgroup to draw scalable delimiters
such as [ ] and ( ). The same technique fails with < > however, and I
cannot find a workaround,
grid.text(expression(bgroup("<",atop(x,y),">")))
Error in bgroup("<", atop(x, y), ">") : invalid group delimiter
Regards,
baptiste
sessionInfo()
R version
2006 May 19
2
Thunderbird 1.5 and messages with no Date: header
hi,
some of my Thunderbird users have a minor but annoying problem with
messages that have no Date: header.
these clients use BODY[HEADER.FIELDS (Date)] as the date for
messages. when a message has no Date: header, they display the
date as 01/01/1970 10:00:00 because Dovecot returns empty string.
would it be possible for Dovecot to return INTERNALDATE instead, for
messages that contain no Date:
2008 Nov 20
1
Links and Message URIs
Here is a OS X message URI in angled brackets:
<message://%3cE1KzXg9-0000Qb-3G at smtp1.mail.ox.ac.uk%3e>
Markdown yields:
<p><message://%3cE1KzXg9-0000Qb-3G at smtp1.mail.ox.ac.uk%3e></p>
Shouldn't it have given instead:
<p><a href="message://%3cE1KzXg9-0000Qb-3G at smtp1.mail.ox.ac.uk%3e">message://%3cE1KzXg9-0000Qb-3G at
2006 Mar 14
8
email address parse
hi all
how to parse such email string to a array:
#--------------------------------------------
"joe black"<joe_1@joe_black.com> joe_2@joe_black.com,
joe_3@joe_black.com
#--------------------------------------------
seems emails from user input include various format. and i have to
split them to a array.
any idea?
regards.
--
Posted via http://www.ruby-forum.com/.
2010 Sep 08
4
[LLVMdev] Union type, is it really used or necessary?
On 07/09/10 14:22, Erik de Castro Lopo wrote:
[...]
> When generating 32 bit code the struct looks like:
>
> <{ i32, pointer }>
>
> and for 64 bit code:
>
> <{ union { i32, i64 }, pointer }>
Surely LLVM will cause the first structure to be correctly aligned on
64-bit platforms by automatically inserting padding? Is explicit
alignment by the user
2008 May 06
3
expires header for .css
I''m using mongrel as my http server.
I was using yslow to evaluate the performance of my web site and noticed
I was downloading the .css file on every request??? I use one .css file
for the whole site and I though I would be cached?
Yslow indicates that there is no expires date/time set for the css file.
How can I tell mongrel to send an expires header with my static content?
thanks,
2005 May 10
1
wish: print.condition and html (PR#7848)
Full_Name: Tom Short
Version: 2.1.0
OS: Win2000
Submission from: (NULL) (68.236.159.160)
print.condition prints out error messages enclosed in angle brackets as in:
> simpleError("Sigh, yet another error...")
<simpleError: Sigh, yet another error...>
If R is used to generate HTML output (R2HTML or Rpad), then the error messages
get hidden because browsers will skip right
2008 Oct 17
2
R script from Python
Hi,
I'm trying to execute R-script from Python. I'm using R 2.7.2, Python 2.5
and WinXP.
I don't won't to use Python/R interface because of nature of project.
Python code :
import subprocess
command = 'c:\\Program Files\\R\\R-2.7.2\\bin\\Rterm.exe --vanilla -q
<d:\\test\\run\\geneBank.r> d:\\output.out'
subprocess.Popen(command).wait()
After that, I get error
2006 May 18
2
How to debug the rendering in Rails?
Hi,
I have some controller code like this:
def mailing_lists
@ml = MailingList.find_by_identifier(@params[:id])
@messages = @ml.messages
@headers["Content-Type"] = "application/atom+xml"
@response.headers[''Last-Modified''] =
@messages.last.created_on.httpdateunless @
messages.empty?
minTime =