similar to: How to substitute colon `:' for another character in Maildir message files?

Displaying 20 results from an estimated 10000 matches similar to: "How to substitute colon `:' for another character in Maildir message files?"

2006 Jun 27
1
Colon in maildir folder name breaks keywords
With maildir, if you have a colon in a folder name, and you try to set a keyword on a message in that folder, the keyword does not get set - and worse, all existing keywords and other status information gets dropped (flagged, seen, replied, trashed). Bill
2014 Apr 24
1
maildir compressed message fix patch
When a compressed maildir message has a bad S= size in its filename it puts the user in an unrecoverable state, since maildir's do_fix_size function just does a stat() on the maildir file and saves the compressed size in the filename. This (quick, rough, barely tested) patch addresses this issue, it's inefficient, but we're already in a hopefully rare emergency situation. ---
2012 Apr 12
5
[PATCH 0/4] libguestfs cannot open disk images which are symlinks to files that contain ':' (colon) character (RHBZ#812092).
Note: This is a regression in RHEL 6.3. Please review this patch urgently. The description of the bug is here: https://bugzilla.redhat.com/show_bug.cgi?id=812092 This patch set attempts to fix the problem conservatively, because it's a very high risk codepath and very late in the development of RHEL 6.3. The first patch reverts the behaviour of calling realpath(3) and checking for
2003 Jul 31
1
mount_smbfs and samba 2.2.0
I know 5.1 isn't considered part of -stable, but it doesn't really seem like -current either, so I'm asking here. If this is the wrong place please let me know where I should be. At work I have a 5.1-R box that I'm trying to use to mount shares from a Sun box running samba 2.2.0 as well as some Win2K boxes. Both the sun and win2k machines authenticate to the company's domain
2020 Feb 28
0
Mac OS and interpretation of @ in a username. Ex user@mds.xyz doesn't work on Mac OS but does on Win 10
On 2/24/2020 12:47 AM, TomK via samba wrote: > On 2/23/2020 2:54 PM, TomK via samba wrote: >> On 2/23/2020 11:44 AM, Rowland penny via samba wrote: >>> On 23/02/2020 16:05, TomK wrote: >>>> On 2/21/2020 9:18 PM, Andrew Bartlett via samba wrote: >>>>> On Fri, 2020-02-21 at 20:48 -0500, TomK wrote: >>>>>> >>>>>>
2020 Feb 24
2
Mac OS and interpretation of @ in a username. Ex user@mds.xyz doesn't work on Mac OS but does on Win 10
On 2/23/2020 2:54 PM, TomK via samba wrote: > On 2/23/2020 11:44 AM, Rowland penny via samba wrote: >> On 23/02/2020 16:05, TomK wrote: >>> On 2/21/2020 9:18 PM, Andrew Bartlett via samba wrote: >>>> On Fri, 2020-02-21 at 20:48 -0500, TomK wrote: >>>>> >>>>> >>>>>> >>>>>> "Sadly this really appears
2007 Nov 16
2
[Fwd: pxelinux doesn't suppress common prefix if nothing precedes double colon]
Just a reminder that this remains an issue up to and including the latest syslinux 3.53-pre (0x473cfc9c). Additional testing suggests that implicit hostname/IP has never worked, ever since the common prefix suppression feature was added in version 3.00. -------- Original Message -------- Subject: pxelinux doesn't suppress common prefix if nothing precedes double colon Date: Sat, 25 Aug
2014 Mar 20
3
[Bug 2213] New: X11 forwarding to DISPLAY containing a hexadecimal-colon IPv6 address fails
https://bugzilla.mindrot.org/show_bug.cgi?id=2213 Bug ID: 2213 Summary: X11 forwarding to DISPLAY containing a hexadecimal-colon IPv6 address fails Product: Portable OpenSSH Version: -current Hardware: Other OS: Linux Status: NEW Severity: normal Priority: P5
2001 Aug 09
1
how do I rsync files which have a colon in the name?
I can't figure out how to quote a colon in a filename that I'm trying to push so that it doesn't think everything in front of the colon is a hostname. Chris -- Chris Garrigues http://www.DeepEddy.Com/~cwg/ virCIO http://www.virCIO.Com 4314 Avenue C Austin, TX 78751-3709 +1 512 374 0500 My email address is an
2012 Jan 17
2
Reference for dataset colon (package survival)
Dear R team, dear Prof. Therneau, library(survival) data(colon) ?colon gives me only a very rudimentary source (only a name). Is there a possibility to get a reference to the clinical trial these data are taken from? Many thanks in advance. With best wishes, Matthias Gondan --
2004 Mar 22
1
freebsd + mount_smbfs = ?
When I use mount_smbfs I receive such message: # mount_smbfs -W sbrc -U Kid -E koi8-r:cp1251 -Iradius.sbrc.local //Kid@radius/MUSIC$ /home/anonftp/.2 mount_smbfs: can't get server address `radius.sbrc.local': Resolver Error 0 (no error) mount_smbfs: can't get server address: syserr = Network is down Network is up in fact, dns server resolves name, but I receive this message
2007 Aug 26
1
pxelinux doesn't suppress common prefix if nothing precedes double colon
Contrary to the pxelinux.doc documentation, the common filename prefix is only suppressed if an explicit hostname or IP address precedes the double colon, e.g. 192.168.1.1::/foobar. A tcpdump of TFTP requests reveals that the double colon does nothing in implicit case (::/foobar is the same as /foobar, i.e. gets mapped to /pxelinux//foobar or whatever). 0.0.0.0::/foobar also does this. I
2019 Sep 13
2
if statement with true value that contains a colon
How can I use an IF statement with a true value being a variable that has a colon in it? The colon in the true value variable is being taken as the delimiter for the false value. The only solution I came up with was some hackery to use STRREPLACE to replace the : with a % before the IF statement and then use STRREPLACE again after to change the % back to a :. i.e.:
2010 Feb 19
3
ssh feature - ignore colon in host name
sorry if this has been discussed and rejected before, I'm new to the list, I did google but didn't find anything. -- quite often I use ssh and scp within a few minutes, so I might do this... scp myfile user at host.example.com: ssh user at host.example.com it would make life a lot easier if I could type scp myfile user at host.example.com: ssh !$ or sometimes I simply copy
2004 Dec 06
1
port and double-colon
double-colon mode doesn't work in CVS version. -vv says port number is 0. % rsync -vv host.domain::any opening tcp connection to host.domain port 0 rsync: failed to connect to host.domain: Can't assign requested address (49) rsync error: error in socket IO (code 10) at clientserver.c(94) And --port=873 cannot be used in client mode now. I made a small sample patch. (Sorry, I
2006 Mar 30
3
Is mount_smbfs broken in 6.1-PRERELEASE?
Anyone know if mount_smbfs is broken in 6.1, I'm trying to run this: "mount_smbfs -I 192.168.1.2 //nbritton@192.168.1.2/music2 /mnt/network/music/" And then it asks for my password, I type it in, and then I get this error: "mount_smbfs: unable to open connection: syserr = Authentication error" I've had this same problem on another 6.1 box too... I can run this same
2010 Sep 16
2
Realtime semi-colon
Hi list, Does anyone know how to send * a semi-colon from a realtime database. I know that * uses the semi-colon as a 'seperator' - but I need to be able to use one in a command. I know I can use \; in the non-realtime configs, but this doesn't work in realtime. Cheers, Andrew Thomas Technical Services Manager DataVox Ltd Saddleworth Business Centre Huddersfield Road Delph, Oldham
2010 Mar 04
2
Removing colon from numerical data
Basic question, looked through the forum and documentation but didnt see a solution. So consider O<-c(1:20) D<-c("1:","2:","3:","4:","5:","6:","7:","8:","9:","10:","11:","12:","13:","14:","15:","16:",
2024 Apr 29
1
RFE to extend "LISTEN" directive to support host-colon-port (as single token)
Cheers all, A recent discussion in the issue tracker brought up the idea to allow the `LISTEN` keyword to also accept a single "host:port" token (e.g. if there is only one argument, with at least one colon, and the last colon is followed only by numbers, split it into host and port) : https://github.com/networkupstools/nut/issues/2424 I see certain pros to the idea (may be more
2008 Oct 09
9
[Bug 1530] New: ssh-copy-id: strip colon from end of hostname
https://bugzilla.mindrot.org/show_bug.cgi?id=1530 Summary: ssh-copy-id: strip colon from end of hostname Product: Portable OpenSSH Version: 5.1p1 Platform: Other URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=22617 2 OS/Version: Linux Status: NEW Severity: trivial Priority: