Mail delivery failed: returning message to sender

2025-02-04 Thread Mail Delivery System via Cygwin
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address failed: annas1stee...@aol.com: SMTP error from remote server for TEXT command, host: mx

Re: Potential Argument Injection Issue in Cygwin's Command Line Handling

2025-02-04 Thread Glenn Strauss via Cygwin
On Wed, Feb 05, 2025 at 11:45:10AM +0800, Splitline Ng via Cygwin wrote: > Hi Marco, > > > $ python3.12 > > Python 3.12.8 (main, Jan 31 2025, 21:29:51) [GCC 12.4.0] on cygwin > > Type "help", "copyright", "credits" or "license" for more information. > > import subprocess > > subprocess.run([

Mail delivery failed: returning message to sender

2025-02-04 Thread Mail Delivery System via Cygwin
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address failed: anncliffo...@aol.com: SMTP error from remote server for TEXT command, host: mx-

Re: |IO_REPARSE_TAG_MOUNTPOINT| (Junctions) not working for remote filesystems in Cygwin ?

2025-02-04 Thread Jeremy Drake via Cygwin
On Tue, 4 Feb 2025, Roland Mainz via Cygwin wrote: > it seems that Cygwin does not support |IO_REPARSE_TAG_MOUNTPOINT| for > "remote" filesystems: > snip > 2582/* Don't handle junctions on remote filesystems as > symlinks. This type > 2583 of reparse point is handl

|IO_REPARSE_TAG_MOUNTPOINT| (Junctions) not working for remote filesystems in Cygwin ?

2025-02-04 Thread Roland Mainz via Cygwin
Hi! I am tinkering with Win32 reparse point (Junction) support and tried to implement |IO_REPARSE_TAG_MOUNTPOINT| (and other reparse tags) in our filesystems (mostly for automounter+NFSv4.1 referral support), but it seems that Cygwin does not support |IO_REPARSE_TAG_MOUNTPOINT| for "remote"

Mail delivery failed: returning message to sender

2025-02-04 Thread Mail Delivery System via Cygwin
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address failed: annamce...@aol.com: SMTP error from remote server for TEXT command, host: mx-ao

Re: Potential Argument Injection Issue in Cygwin's Command Line Handling

2025-02-04 Thread Splitline Ng via Cygwin
Hi Marco, > $ python3.12 > Python 3.12.8 (main, Jan 31 2025, 21:29:51) [GCC 12.4.0] on cygwin > Type "help", "copyright", "credits" or "license" for more information. > import subprocess > subprocess.run(['./test.exe', '"', " a b c"]) > argv[0] = ./test > argv[1] = " > argv[2] = a b c >

Request to package perl module installer, App::cpanminus

2025-02-04 Thread Dr Bean via Cygwin
ASSI, what about adding to the long list of packages you maintain another one, App::cpanminus, providing the commandline tool, 'cpanm', a popular alternative to the venerable CPAN, and the installer of choice of perl app developers? https://metacpan.org/pod/App::cpanminus https://github.com/miy

Re: [Ms-nfs41-client-devel] Fwd: Implementing mkfifo, mknod support with NFS_SPECFILE_FIFO and NFS_SPECFILE_SOCK?

2025-02-04 Thread Corinna Vinschen via Cygwin
On Jan 31 14:23, Roland Mainz via Cygwin wrote: > On Thu, Jan 30, 2025 at 2:34 PM Cedric Blancher > wrote: > [snip] > > Does the ms-nfs41-client support NFS_SPECFILE_FIFO and NFS_SPECFILE_SOCK? > > No, but if Cygwin implements this for the Microsoft NFSv3 client then > I'll add support for ms-nfs

Re: [mintty] Problem of the control key on focus change

2025-02-04 Thread Corinna Vinschen via Cygwin
Hi Thomas, On Jan 30 21:59, Thomas Wolff via Cygwin wrote: > > Am 28.01.2025 um 09:56 schrieb Corinna Vinschen via Cygwin: > > On Jan 28 00:50, Thomas Wolff via Cygwin wrote: > > > Am 27.01.2025 um 12:17 schrieb Takashi Yano via Cygwin: > > > > Hi Thomas, > > > > > > > > A few days ago, Corinna

Re: [Ms-nfs41-client-devel] Fwd: Implementing mkfifo, mknod support with NFS_SPECFILE_FIFO and NFS_SPECFILE_SOCK?

2025-02-04 Thread Corinna Vinschen via Cygwin
On Feb 4 12:08, Corinna Vinschen via Cygwin wrote: > $ cat > mk-dev-nfs.c < [...] Copy/Paste error, try this one: #include #include #include typedef struct { DWORD ReparseTag; WORD ReparseDataLength; WORD Reserved; struct { BYTE DataBuffer[1]; } GenericRepa