search for: linefeed

Displaying 20 results from an estimated 172 matches for "linefeed".

Did you mean: linefeeds
2001 Mar 15
1
supressing linefeed at end of file
...pt which makes the pre- and post-processing of the data (generate scenarios, analyze results). The R-script writes the input file for the simulation with e.g. write(x, file="test.dat", ncolumns=10) The problem is, however, that this command (and even constructions with cat) will add a linefeed after the last line of data. Unfortunately the simulation program however is very stupid, as it does not allow a linefeed after the last line. It interprets the linefeed after the last line of data as an empty line and will fail. I did not find anything concerning this problem in the R-data.pdf ma...
2008 Jun 03
2
mbox: extra linefeed after Content-Length header in 1.1.rc8
mbox messages gets header corruption caused by an extra linefeed after Content-Length Users sees their mails in Sent mbox folder without the from and to fields, without attachments and with the date of 1/1/1970 Diego. --- Here is an anonymized header: >From xxxxxxxx at xxxxxx.xxxxxx.xxxxx.xx.xx Tue Jun 03 09:14:33 2008 Message-ID: <xxxxxxxx.xxxxxxx at...
2008 Mar 12
1
[Bug 744] New: hex_to_byte should trim a linefeed at the end of a file
http://defect.opensolaris.org/bz/show_bug.cgi?id=744 Summary: hex_to_byte should trim a linefeed at the end of a file Classification: Development Product: zfs-crypto Version: unspecified Platform: Other OS/Version: Solaris Status: NEW Severity: minor Priority: P3 Component: other AssignedTo: ajscarp at...
2006 Jan 17
14
Going nuts on ''\n'' to <br />
Hi all, Is there no way to easily resolve this. It can''t be that I''m the first that wants this, and it wouldn''t be RoR if it''s not possible. On the mysql prompt with the select description from todos .. linefeeds are show, so they are there. This is the actual contents with a linefeed after the ":" "Project contacts: delete table, point project to contacts" But this: <%= todo.description.tr(''\n'', ''<br />'') %> Results in this: Project...
2003 Nov 05
3
How to represent pure linefeeds chr(10) under R for Windows
I need to write out with write.table() a csv file allowing for line feeds (pure chr(10)) as part of character field (not as a line seperator). How can I do that? Best regards Jens Oehlschl?gel --
2009 Aug 03
1
Linefeeds in mailbox names
Wonder if I should just disallow creating mailboxes whose name contains CR or LF characters? Wonder how many peoples' scripts/tools already would break if a user created such mailbox names.. :) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL:
2009 Aug 20
1
SOT: Removing _extra_ linefeeds from MSOutlook(?) messages
I realize this is sorta off topic but my searches using Google have got me mostly no where. So I thought I'd ask here as there is a lot of _past Postfix_ mail handling issues discussed. The issue is; I have to deal with a lot of messages that come from MS Outlook users and sometimes they are replies to replies to replies ... My reading indicates it has a little to do with HTML composed
2003 Aug 15
3
Incorrect format of Text
Hi, I am running Samba 2.2.8a on Solaris 8, and have shared out a directory containing some simple text files. The issue I am experiencing is the following: If the files are FTP'd from the Unix box to a Windows machine and opened using Notepad, the formatting is correct. If the same files are either opened directly or copied (from the Samba share) from the Unix box to the Windows machine,
2016 Jul 03
2
clib `open` writes a linefeed to stdout when used in the JIT
I'm having a problem with my code generating empty lines and it appears to be the CLib `open` function generating an empty line when used within the JIT-VM. If I compile my program to an exe file it doesn't happen. I also have a lot of other code running in the VM without this problem, it's somehow particular to `open`. A chunk of my IR that calls `open`: defer_body_26:
2011 Dec 06
2
configuring a package for own personal needs
Hi All, There is a function in package "R2Cuba" called Cuhre that I need to use. It keeps spitting out a new-line which I really dont want it to do. So I was wondering what is the best way of configuring the package. I tried copying and pasting the code into Cuhre2 and getting rid of the newline command BUT that didn't work since it seems to have some private functions which I do
2019 Apr 05
2
Syslinux LUA -- output not visible in UEFI mode?
Hello all, We're having the following issue: when in UEFI mode, any output/errors from a lua script is invisible! This occurs even just running 'lua -v'. It runs and returns to a (visible) 'boot:' prompt, but there is simply no output visible from lua! (It does do a linefeed, but no visible text appears.) Has anyone encountered this? And/or know of a solution? For reference, I'm using a Dell Optiplex 7040 at my test platform. Thanks, WRSomsky -- Dr. William R. Somsky somsky at uw.edu Department of Physics, Box 351560 B217 Physic...
2005 Dec 01
1
mbox separators ignored
...order to create one big mbox file. I dropped it into my ~/mail folder and started my IMAP client (Mulberry) and opened the new Weather folder. It shows one gargantuan concatenated message, instead of lots of more reasonable-sized ones. The messages appear to be properly separated by "<linefeed><linefeed>From<space>". Why doesn't dovecot parse them into separate messages? I double-checked and removed any header lines with Content-Length, X-UID, X-IMAPbase, and X-Keywords. So this should look like a new mbox file with new content delivered by procmail. What'...
2003 Nov 06
2
Summary: How to represent pure linefeeds chr(10) under R for Windows
Thanks to all who have responded. My concern was to be able to write a csv file that can have line feeds in string columns chr(10). Why? Excel allows line feeds chr(10) within cells and line breaks chr(13)+chr(10) at line ending, but the windows version of R automatically replaces \n by \r\n in writing and \r\n by \n in reading (text mode). The clues for a solution came from Brian Ripley and
2007 Jun 02
1
Dovecot .99 Bug - LF not found where expected
...the mbox file to see if it is fixed without moving the mail. I have read several places, although this is extremely difficult to track as there seems to be a multiple from address issue for some releases.. but anyway, I did finally find that dovecot .99 has an issue with leaving behind an extra linefeed at the beginning of the mbox. Deleting this linefeed fixes the problem. Supposedly dovecot 1 has fixed this problem. I have found many reports of problems on Fedora and RedHat. Also, Debian has a closed bug report regarding this issue as they have moved forward to dovecot-1.0 and it doesn'...
2011 Apr 04
1
doveadm mailbox status - getting the size in bytes
Hi, doveadm has an option to get the "vsize" of mailboxes, which is calculated by counting the number of linefeeds, but there does not appear to be way to simply get the size in bytes of a mailbox. I was wondering if there is something I am missing (I am using mdbox), or if not is it possible to implement this. Thanks
2006 Aug 02
4
1.0 RC3 released
http://dovecot.org/releases/dovecot-1.0.rc3.tar.gz http://dovecot.org/releases/dovecot-1.0.rc3.tar.gz.sig Does this fix the hangs people have been reporting? - SSL connections hanged sometimes, especially when saving messages. - mbox: Mail bodies were saved with CR+LF linefeeds - Mail forwarding was broken with deliver/Sieve - dbox fixes. Might actually be usable now. - Index file handling fixes with keywords - Cache file was incorrectly used in some situations, which probably caused problems sometimes. - Maildir++ quota: Don't count "." and "....
2006 Aug 02
4
1.0 RC3 released
http://dovecot.org/releases/dovecot-1.0.rc3.tar.gz http://dovecot.org/releases/dovecot-1.0.rc3.tar.gz.sig Does this fix the hangs people have been reporting? - SSL connections hanged sometimes, especially when saving messages. - mbox: Mail bodies were saved with CR+LF linefeeds - Mail forwarding was broken with deliver/Sieve - dbox fixes. Might actually be usable now. - Index file handling fixes with keywords - Cache file was incorrectly used in some situations, which probably caused problems sometimes. - Maildir++ quota: Don't count "." and "....
2005 Jun 14
2
1.0-test73
http://dovecot.org/test/ Two potentially dangerous changes: - mbox parser should now be able to handle CR+LF linefeeds. Hopefully doesn't break anything. - Some mail header parser changes. Hopefully doesn't break anything. And other stuff: - COPY shouldn't crash anymore with 64bit systems - If PAM modifies username, keep it - When auth workers died they leaked file descriptors in dovecot-aut...
2018 May 08
2
[sieve][regex] Matching multiple strings in the "Received" header
Hello Adi, did you try: " from.*(outbound.protection.outlook.com|.google.com|.yahoo.com|mx.aol.com) " If you need to specify the posix character class: [[:blank:]] means space and tab. With pcre it would be like [ \t] [[:space:]] includes space, tab, newline, linefeed, formfeed, vertical tab (in pcre like [ \t\n\r\f\v]) "[[:blank:]]from.*(outbound.protection.outlook.com|.google.com|.yahoo.com|mx.aol.com)[[:blank:]]" Best regards, Gerald > Am 08.05.2018 um 03:38 schrieb Adi Pircalabu <adi at ddns.com.au>: > > On 08-05-2018 2:43, Benn...
2017 Feb 04
4
Greeter openssh 7.4 is not according rfc4253.
...character (ASCII 13 and 10, respectively)." Now the greeter send by openssh 7.4 looks like: 00000000 53 53 48 2d 32 2e 30 2d 4f 70 65 6e 53 53 48 5f |SSH-2.0-OpenSSH_| 00000010 37 2e 34 0a |7.4.| 00000014 As you can see the greeter is terminated by "0a", which is a linefeed. The carriage return is not there. Stef Bon