search for: rfc2822

Displaying 20 results from an estimated 43 matches for "rfc2822".

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: *edit-mail....
2017 Aug 27
0
vacation problem with SRS
...Cant compile piegeon hole from github with this feature: > That's because this branch is based on master (v2.3). I created a rebased branch for v2.2: https://github.com/dovecot/pigeonhole/tree/vacation-to-header-ignore-envelope-2.2 Regards, Stephan. > 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); > > * ^* &g...
2006 Nov 10
2
RFC 2822 - message-id
...ssage-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 a right/wrong way of writing the headers? RFC2822 doesn't come right out and say it, but all the examples therein are "Message-ID". RFC 822 says they are all the same. Both?
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 rename-it.nl>: > > > Op 20-7-2017 om 10:37 schreef Kacper Guzik: > > Hi i have similiar problem...
2001 Aug 26
1
time zone issues
>RFC822 is HISTORIC: please refer to RFC2822 instead. > >While UTC is sufficient for human beings, but not necessarily accurate >for machines, because of the leap year adjustment. TAI is the You mean leap seconds, not leap years. Since 1972, UTC == TAI modulo some number of seconds. Leap Seconds are announced officially by the IER...
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/.
2006 May 18
2
How to debug the rendering in Rails?
...sts @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 = Time.rfc2822(@request.env["HTTP_IF_MODIFIED_SINCE"]) rescue nil if minTime and @messages.first.created_on <= minTime render :text => ''Not Modified'', :status => 304 end end This works fine in development, but not in production. The funny thing is that taili...
2018 Jan 31
2
lda: Warning: Failed to parse return-path header: Invalid character in localpart
...\r\n line endings, then run something like this: > cat testcase.txt | /usr/lib/dovecot/dovecot-lda -e -d '<username>' with a username recognized by your running dovecot installation. The header is 'Return-Path:', \r\n, two spaces, '<...>', \r\n According to rfc2822 folding rules, that should be valid - the Return-Path header allows CFWS at that location. The error message originates in lib-lda/mail-deliver.c in mail_deliver_get_return_address(), while the invalid character message seems to originate from one of several places in lib-lda/mail-deliver.c...
2018 Jan 31
2
lda: Warning: Failed to parse return-path header: Invalid character in localpart
...gt;>> cat testcase.txt | /usr/lib/dovecot/dovecot-lda -e -d '<username>' >> with a username recognized by your running dovecot installation. >> >> The header is 'Return-Path:', \r\n, two spaces, '<...>', \r\n >> >> According to rfc2822 folding rules, that should be valid - the >> Return-Path header allows CFWS at that location. >> >> >> The error message originates in lib-lda/mail-deliver.c in >> mail_deliver_get_return_address(), while the invalid character message >> seems to originate from o...
2005 Sep 21
1
Another address-spec problem
I've had complaints from users about "MISSING_DOMAIN" in header fields and I've tracked it down to having "." in an unquoted display name. By my reading of RFC2822 (especially section 4.1) A N Other <a.n.other at somewhere.org> "A. N. Other" <a.n.other at somewhere.org> are legal, but A. N. Other <a.n.other at somewhere.org> is "obsolete", but should be supported by the server (no clients should do it). I think the...
2006 Feb 22
3
[OT] Email line separator
What line separator do you use when composing emails? 1. \n 2. \r\n 3. \r Is there a ''official'' line separator for emails (rfc-document?)? What separator is the most compatible between Windows, OS X and Linux? -- Norman Timmler http://blog.inlet-media.de
2014 May 02
2
When the subject portion of an e-mail contains a control character, dovecot.sieve terminates unexpectatedly.
Hello. We have currently set dovecot.sieve to insert the text "[SPAM]" at the beginning of an e-mail's subject when it's X-Spam-Score is above 80%. After we set our system as stated the following errors occur: 1) When an e-mail's subject contains control characters like [Ctrl+V|^V], dovecot.sieve terminates with an error and an e-mail is not able to be sent. When a MIME
2017 Oct 26
2
Bug: lmtp proxy does not quote local parts with spaces
...te: > 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 local-part spec has changed. :) > > [ ... ] > >> MAIL FROM:<test at testdomain.com>\r\n >> RCPT TO:<deemzed.uk+Junk E-mail>\r\n >> >> 501 5.5.4 Invalid.parameters\r\n > > That recipient address is total...
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 Mar 28
1
DKIM, DMARC, mailman. Oh Joy!
...reply is *always* wrong > in a maling-list > I have checked the various Mailman options and have found this: Should the Sender header be rewritten for this mailing list to avoid stray bounces? Yes is recommended. and this is indeed set to 'Yes' The help for this option refers to RFC2822, amongst which is 'Reply-to'. As far as I can see this is the only other option in Mailman that even mentions 'Reply-To' and then only in a roundabout way. If it is DKIM that is adding the 'Reply-To', then this is beyond my control. What I will say is, Reindl, you are the...
2012 Feb 16
2
Released Pigeonhole v0.3.0 for Dovecot v2.1.0
...is disallowed in stead of unlimited. Default value remains four. * Fixed interaction of Sieve include extension with ManageSieve. It is updated to match new requirements in the draft include specification. Missing included scripts are no longer an error at upload time. * Updated RFC2822 header field body verification to exclude non-printing characters (RFC5322). Only Sieve actions that can create unstructured header values (currently enotify/mailto and editheader) are affected by this change. + Completed sieve-filter tool to a useful state. The sieve-filter tool...
2012 Feb 16
2
Released Pigeonhole v0.3.0 for Dovecot v2.1.0
...is disallowed in stead of unlimited. Default value remains four. * Fixed interaction of Sieve include extension with ManageSieve. It is updated to match new requirements in the draft include specification. Missing included scripts are no longer an error at upload time. * Updated RFC2822 header field body verification to exclude non-printing characters (RFC5322). Only Sieve actions that can create unstructured header values (currently enotify/mailto and editheader) are affected by this change. + Completed sieve-filter tool to a useful state. The sieve-filter tool...
2003 Oct 19
23
Notification
************* eManager Notification ************** Recipient, Content filter has detected a sensitive e-mail. Destination mailbox(es): "samba@samba.org" ******************* End of message ******************* -------------- next part -------------- Received: from 208.8.92.167 by jupiter.INSIDEAI.COM (InterScan E-Mail VirusWall NT); Sun, 19 Oct 2003 14:55:27 -0400 Received: from
2018 Jan 31
0
lda: Warning: Failed to parse return-path header: Invalid character in localpart
...something like this: > > cat testcase.txt | /usr/lib/dovecot/dovecot-lda -e -d '<username>' > with a username recognized by your running dovecot installation. > > The header is 'Return-Path:', \r\n, two spaces, '<...>', \r\n > > According to rfc2822 folding rules, that should be valid - the > Return-Path header allows CFWS at that location. > > > The error message originates in lib-lda/mail-deliver.c in > mail_deliver_get_return_address(), while the invalid character message > seems to originate from one of several places in...
2018 Jan 31
0
lda: Warning: Failed to parse return-path header: Invalid character in localpart
...case.txt | /usr/lib/dovecot/dovecot-lda -e -d '<username>' >>> with a username recognized by your running dovecot installation. >>> >>> The header is 'Return-Path:', \r\n, two spaces, '<...>', \r\n >>> >>> According to rfc2822 folding rules, that should be valid - the >>> Return-Path header allows CFWS at that location. >>> >>> >>> The error message originates in lib-lda/mail-deliver.c in >>> mail_deliver_get_return_address(), while the invalid character message >>> s...