Re: Error starting sshd: "Win32 error 1069"

2017-01-15 Thread kinjo via cygwin
Here I found the fix which works for me 
Method 1: Run Memory diagnostics
The Memory diagnostic tool will check and fix any issues with the computer’s
memory. You can refer these steps to run this tool.
a)  Press Windows key +X, select Control panel
b)  Change the view by option on the top right to Large icons
c)   Click on Administrative tools and select “Windows memory
diagnostic” and follow the prompts.
Method 2: Update BIOS and chipset drivers
This issue could also be caused due to outdated Basic Input Output system
(BIOS) or chipset drivers. I would suggest you to visit the manufacturer’s
website to download and install the latest BIOS and chipset drivers.
Method 3: Automatic repair
If you are unable to boot the computer, then I would suggest you to perform
an Automatic repair. The Automatic repair can detect and fix the issues that
prevent the computer from starting normally. You will need the Windows 8
disc to perform an Automatic repair. Refer these steps:
a)  When your computer starts, wait for the manufacturer logo to check
the option for boot menu, it will usually be F12.
b)  Restart the computer, keep pressing the Boot menu option key to
enter the boot menu and change the boot option to CD\DVD ROM
c)   After you boot your computer using Windows DVD or System Repair
Disc, a black screen appears with gray text "Press any key to boot from CD
or DVD". Press any key.
d)   Select the correct time and Keyboard type.
e)   Click Repair your computer in the lower left corner
f)   Click on Troubleshooting, advanced option and then click Automatic
repair.
Hope this helps.
  How To Fix IRQL_NOT_LESS_OR_EQUAL – 0x000A ?

  





--
View this message in context: 
http://cygwin.1069669.n5.nabble.com/Error-starting-sshd-Win32-error-1069-tp36791p131813.html
Sent from the Cygwin list mailing list archive at Nabble.com.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Cygwin 2.6.1 32-bit post install failed by /usr/bin/perl.exe

2017-01-15 Thread Katsumi Yamaoka
Hi,

I recently tried newly install Cygwin 2.6.1 on 32-bit Windows 10.

I did:
Stop old cygwin
cd c:\
ren cygwin cygwin.old
Run setup-x86.exe for full install excluding *x86_64* modulues.

However, the post install didn't seem to end.  At that time, ps
on mintty showed a lot of defunct perl processes.  Then I tried
replacing /usr/bin/perl.exe with the one I built from the source
one and a half years ago.

cd /usr/bin
mv perl.exe perl.exe.orig
ln -s /cygdrive/c/cygwin.old/usr/local/bin/perl.exe .

It did the trick!  Now new cygwin is running with no problem!
I don't know what yielded the result.  The file sizes of them
very differ because 5.22.3 was srtipped but 5.22.0 wasn't:

/usr/bin
-rwxr-xr-x 1 yamaoka None 12829 Jan 15 12:54 perl.exe.orig*
-rwxr-xr-x 1 yamaoka None 12829 Jan 15 12:54 perl5.22.3.exe

/cygdrive/c/cygwin.old/usr/local/bin
-rwxr-xr-x 2 yamaoka None 71801 Oct 21  2015 perl.exe*
-rwxr-xr-x 2 yamaoka None 71801 Oct 21  2015 perl5.22.0.exe*

But I cannot believe strip broke it.  cygcheck for them didn't
show meaningful difference.  It's a mystery.

Regards,


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: [ANNOUNCEMENT] Updated: libreadline7-7.0.1-1, libreadline-devel-7.0.1-1, bash-4.4.5-1

2017-01-15 Thread Steven Penny
On Sun, 15 Jan 2017 16:44:57, Steven Penny wrote:
> On Sun, 15 Jan 2017 23:33:48, Thomas Wolff wrote:
> > In a UTF-8 locale, e.g., Alt+2-1-6 should result in the Unicode 
> > character with decimal code 216

Actually, this does work:

- Alt 216 gives you U+256A via code page 437

- Alt 0216 gives you U+00D8 via UTF-8

http://fileformat.info/tip/microsoft/enter_unicode.htm


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: [ANNOUNCEMENT] Updated: libreadline7-7.0.1-1, libreadline-devel-7.0.1-1, bash-4.4.5-1

2017-01-15 Thread Steven Penny
On Sun, 15 Jan 2017 23:33:48, Thomas Wolff wrote:
> In a UTF-8 locale, e.g., Alt+2-1-6 should result in the Unicode 
> character with decimal code 216

No, it shouldnt. It should result in U+256A.

http://wikipedia.org/wiki/Code_page_437

Please advise where you are getting your information? Also even if the wrong
code page is being used, new version of readline still broke pasting, which will
still need to be fixed regardless of any Alt code situation.


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



network installation failed, new diagnostics

2017-01-15 Thread Thomas Wolff

Concerning https://cygwin.com/ml/cygwin-apps/2016-07/msg00021.html,
I have some new insights; first, I tried with a range of older versions 
of setup.exe (from the cygwin time machine) but all failed, so its not a 
regression as I had speculated.


Then I tried to run setup.exe without elevation, by elevating before 
(running mintty as adminstrator). So I noted (and could have checked 
this earlier...) that the involved network mounts were not fully 
established:


mount (unelevated):
L:/TGI/cygwin7 on / type ntfs (binary,auto)
L: on /cygdrive/l type ntfs (binary,posix=0,user,noumount,auto)
...

mount (elevated):
//141.64.144.100/Labormaterial/TGI/cygwin7 on / type ntfs (binary,auto)
...

After fixing the mount:
net use L: '\\141.64.144.100\Labormaterial'

setup.exe works as expected.

Not being familiar with details of Windows permission stuff and 
user-specific mounts myself, does this help to analyse and maybe even 
fix the situation?

Thanks
Thomas


Re: [ANNOUNCEMENT] Updated: libreadline7-7.0.1-1, libreadline-devel-7.0.1-1, bash-4.4.5-1

2017-01-15 Thread Thomas Wolff

Am 14.01.2017 um 22:47 schrieb Eric Blake:

On 01/13/2017 06:23 PM, Steven Penny wrote:

On Fri, 13 Jan 2017 08:46:43, Eric Blake wrote:

Is the problem in libreadline7 or in bash? ...

Okay, so you've isolated the problem to readline.  In all likelihood, it
is an unintentional upstream regression; now we need to figure out what
is causing the change in behavior.
Or actually, whether the current (now broken) functionality is useful at 
all, as it does not insert the character with the code being entered...
In a UTF-8 locale, e.g., Alt+2-1-6 should result in the Unicode 
character with decimal code 216, which is 'Ø', and so does mintty (with 
or without NumLock, by the way) – but it inserts 'Ï' which has code 216 
in the ancient PC/VGA character set (CP437). I think this is pretty useless.
I also think it would be better to place this functionality into the 
console handler in the cygwin dll on that occasion, and clear it from 
readline. If there is agreement on this, I might eventually look into 
the implementation...

Thomas

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: weechat-1.7-1

2017-01-15 Thread Sébastien Helleu
Version 1.7-1 of "weechat" has been uploaded.

ChangeLog and release notes:

https://weechat.org/files/changelog/ChangeLog-1.7.html
https://weechat.org/files/releasenotes/ReleaseNotes-1.7.html

DESCRIPTION
WeeChat is a fast, light and extensible chat client. It runs on many platforms
like Linux, Unix, BSD, GNU Hurd, Mac OS X and Windows (bash/ubuntu and cygwin).

HOMEPAGE
https://weechat.org/

Sébastien Helleu.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look at the
"List-Unsubscribe: " tag in the email header of this message. Send email to the
address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available starting
at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] [Updated] perl-5.22.3-1

2017-01-15 Thread Achim Gratz

Perl has been updated to version 5.22.3-1 on Cygwin.  This is the third
upstream maintenance release for Perl 5.22, released on January 14 2017.

-- 
  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[Updated] perl-5.22.3-1

2017-01-15 Thread Achim Gratz

Perl has been updated to version 5.22.3-1 on Cygwin.  This is the third
upstream maintenance release for Perl 5.22, released on January 14 2017.

-- 
  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.


Updated: weechat-1.7-1

2017-01-15 Thread Sébastien Helleu
Version 1.7-1 of "weechat" has been uploaded.

ChangeLog and release notes:

https://weechat.org/files/changelog/ChangeLog-1.7.html
https://weechat.org/files/releasenotes/ReleaseNotes-1.7.html

DESCRIPTION
WeeChat is a fast, light and extensible chat client. It runs on many platforms
like Linux, Unix, BSD, GNU Hurd, Mac OS X and Windows (bash/ubuntu and cygwin).

HOMEPAGE
https://weechat.org/

Sébastien Helleu.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look at the
"List-Unsubscribe: " tag in the email header of this message. Send email to the
address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com  cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available starting
at this URL.


Re: strace seg faults

2017-01-15 Thread Markus Moeller

Anyway to find out which app(s) ?  It worked fine with an older version.

Thank you
Markus

"Marco Atzeri"  wrote in message 
news:9d3c2522-ca3e-48fe-0cd6-6264d58f9...@gmail.com...


On 15/01/2017 16:50, Markus Moeller wrote:

Hi,

 I installed cygwin with --no-admin on Windows 7 and get always a
segfault when running strace. Is that a known issue ( I saw some old
posts, but no indication of the cause) ?

$  uname -a

CYGWIN_NT-6.1 PC814049 2.6.1(0.305/5/3) 2016-12-16 11:55 x86_64 Cygwin



likely a BLODA interferencing

Regards
Marco



--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: strace seg faults

2017-01-15 Thread Marco Atzeri

On 15/01/2017 16:50, Markus Moeller wrote:

Hi,

 I installed cygwin with --no-admin on Windows 7 and get always a
segfault when running strace. Is that a known issue ( I saw some old
posts, but no indication of the cause) ?

$  uname -a

CYGWIN_NT-6.1 PC814049 2.6.1(0.305/5/3) 2016-12-16 11:55 x86_64 Cygwin



likely a BLODA interferencing

Regards
Marco


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



strace seg faults

2017-01-15 Thread Markus Moeller

Hi,

 I installed cygwin with --no-admin on Windows 7 and get always a segfault 
when running strace. Is that a known issue ( I saw some old posts, but no 
indication of the cause) ?


$  uname -a

CYGWIN_NT-6.1 PC814049 2.6.1(0.305/5/3) 2016-12-16 11:55 x86_64 Cygwin



$ cygcheck  /usr/bin/strace.exe

C:\Users\Public\Documents\CYGWIN\bin\strace.exe

 C:\Windows\system32\ADVAPI32.dll

   C:\Windows\system32\msvcrt.dll

 C:\Windows\system32\KERNELBASE.dll

   C:\Windows\system32\ntdll.dll

 C:\Windows\system32\API-MS-Win-Core-Console-L1-1-0.dll

 C:\Windows\system32\API-MS-Win-Core-DateTime-L1-1-0.dll

 C:\Windows\system32\API-MS-Win-Core-Debug-L1-1-0.dll

 C:\Windows\system32\API-MS-Win-Core-ErrorHandling-L1-1-0.dll

 C:\Windows\system32\API-MS-Win-Core-Fibers-L1-1-0.dll

 C:\Windows\system32\API-MS-Win-Core-File-L1-1-0.dll

 C:\Windows\system32\API-MS-Win-Core-Handle-L1-1-0.dll

 C:\Windows\system32\API-MS-Win-Core-Heap-L1-1-0.dll

 C:\Windows\system32\API-MS-Win-Core-Localization-L1-1-0.dll

 C:\Windows\system32\API-MS-Win-Core-LibraryLoader-L1-1-0.dll

 C:\Windows\system32\API-MS-Win-Core-Memory-L1-1-0.dll

 C:\Windows\system32\API-MS-Win-Core-Misc-L1-1-0.dll

 C:\Windows\system32\API-MS-Win-Core-NamedPipe-L1-1-0.dll

 C:\Windows\system32\API-MS-Win-Core-ProcessEnvironment-L1-1-0.dll

 C:\Windows\system32\API-MS-Win-Core-ProcessThreads-L1-1-0.dll

 C:\Windows\system32\API-MS-Win-Core-Profile-L1-1-0.dll

 C:\Windows\system32\API-MS-Win-Core-String-L1-1-0.dll

 C:\Windows\system32\API-MS-Win-Core-Synch-L1-1-0.dll

 C:\Windows\system32\API-MS-Win-Core-SysInfo-L1-1-0.dll

 C:\Windows\system32\API-MS-Win-Core-Util-L1-1-0.dll

   C:\Windows\system32\API-MS-WIN-Service-Core-L1-1-0.dll

   C:\Windows\system32\API-MS-WIN-Service-winsvc-L1-1-0.dll

   C:\Windows\system32\API-MS-WIN-Service-Management-L1-1-0.dll

   C:\Windows\system32\API-MS-WIN-Service-Management-L2-1-0.dll

   C:\Windows\system32\API-MS-Win-Core-LocalRegistry-L1-1-0.dll

   C:\Windows\system32\API-MS-Win-Security-Base-L1-1-0.dll

   C:\Windows\system32\KERNEL32.dll

 C:\Windows\system32\API-MS-Win-Core-RtlSupport-L1-1-0.dll

 C:\Windows\system32\API-MS-Win-Core-IO-L1-1-0.dll

 C:\Windows\system32\API-MS-Win-Core-ThreadPool-L1-1-0.dll

   C:\Windows\system32\RPCRT4.dll

 C:\Windows\system32\API-MS-Win-Core-Interlocked-L1-1-0.dll

 C:\Windows\system32\API-MS-Win-Core-DelayLoad-L1-1-0.dll





$ gdb --args strace echo foo

GNU gdb (GDB) (Cygwin 7.10.1-1) 7.10.1

Copyright (C) 2015 Free Software Foundation, Inc.

License GPLv3+: GNU GPL version 3 or later 



This is free software: you are free to change and redistribute it.

There is NO WARRANTY, to the extent permitted by law.  Type "show copying"

and "show warranty" for details.

This GDB was configured as "x86_64-pc-cygwin".

Type "show configuration" for configuration details.

For bug reporting instructions, please see:

.

Find the GDB manual and other documentation resources online at:

.

For help, type "help".

Type "apropos word" to search for commands related to "word"...

Reading symbols from strace...(no debugging symbols found)...done.

(gdb) run

Starting program: /usr/bin/strace echo foo

[New Thread 22480.0x6908]



Program received signal SIGSEGV, Segmentation fault.

0x76c7c67c in KERNEL32!GetVolumePathNamesForVolumeNameW ()

  from /cygdrive/c/Windows/system32/kernel32.dll

(gdb) where

#0  0x76c7c67c in KERNEL32!GetVolumePathNamesForVolumeNameW ()

  from /cygdrive/c/Windows/system32/kernel32.dll

#1  0x0001800ca5c4 in dos_drive_mappings::dos_drive_mappings() ()

  from /usr/bin/cygwin1.dll

#2  0x0001800600c5 in cygwin_internal () from /usr/bin/cygwin1.dll

#3  0x00402b50 in ?? ()

#4  0x004074ba in ?? ()

#5  0x004013ed in ?? ()

#6  0x0040152b in ?? ()

#7  0x76c359cd in KERNEL32!BaseThreadInitThunk ()

  from /cygdrive/c/Windows/system32/kernel32.dll

#8  0x76e6a561 in ntdll!RtlUserThreadStart ()

  from /cygdrive/c/Windows/SYSTEM32/ntdll.dll

#9  0x in ?? ()

Backtrace stopped: previous frame inner to this frame (corrupt stack?)

(gdb) quit

A debugging session is active.



   Inferior 1 [process 22480] will be killed.



Quit anyway? (y or n) y



Thank you
Markus




--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: [ANNOUNCEMENT] Updated: libreadline7-7.0.1-1, libreadline-devel-7.0.1-1, bash-4.4.5-1

2017-01-15 Thread Steven Penny
On Sun, 15 Jan 2017 09:11:23, cyg Simple wrote:
> It is this expectation that others do the work that you freely use that is the
> problem.

I dont think you realize, I am the maintainer of the Cygwin package manager:

http://github.com/svnpenn/sage

to which I have put hundreds of hours of work into, free of charge. In addition
I donate over a 1,000 commits a year to open source:

http://github.com/svnpenn

And have helped millions of people on Stack Overflow:

http://stackoverflow.com/users/1002260/steven-penny

So please, dont tell me that I am not willing to do open source work. Yes, I do
expect Eric to fix this. readline is a critial Cygwin package and he let a
pretty glaring error get though. It is scary to think what testing he even did
before releasing it. The least he could do is roll it back until the problem has
been fixed by himself or upstream.


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: [ANNOUNCEMENT] Updated: libreadline7-7.0.1-1, libreadline-devel-7.0.1-1, bash-4.4.5-1

2017-01-15 Thread cyg Simple
On 1/15/2017 8:23 AM, Vince Rice wrote:
>> On Jan 14, 2017, at 6:27 PM, Steven Penny  wrote:
>>
>> On Sat, 14 Jan 2017 15:47:57, Eric Blake wrote:
>>> Okay, so you've isolated the problem to readline.  In all likelihood, it
>>> is an unintentional upstream regression; now we need to figure out what
>>> is causing the change in behavior.
>>
>> I would like to make it very clear that I will not be digging around in the
>> readline source code to fix this. I think I have gone above and beyond in
>> diagnosing this for you, so if you can take over it would be much 
>> appreciated.
> 
> It's times like this I wish CGF were still here…

Yes, being blunt about open source is everyone's responsibility,
including Steven Penny's, was a knack he had down pat.  Steven is just
plain rude with his expectations of others free time and his
paid-for-support model of expectations.  Steven, bullying your way
around this list is likely to get you band from it and it certainly
isn't appreciated that you *expect* others to do work you're not willing
to do.  It is this expectation that others do the work that you freely
use that is the problem.  So let's make it very clear we will not bend
over backward to resolve issues you *demand* to be fixed without
acknowledgement of others free time to do so.  Willingness to help is
the best thing you can offer even if you must decline to do so.

-- 
cyg Simple

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Installer request: Remember state of final checkboxes between runs

2017-01-15 Thread cyg Simple


On 1/13/2017 11:23 PM, Brian Mathis wrote:
> On Fri, Jan 13, 2017 at 5:27 PM, cyg Simple  wrote:
>> On 1/13/2017 10:14 AM, Brian Mathis wrote:
>>> Every time the installer is run, it asks to create an icon on the
>>> desktop.  I do not want an icon on my desktop, and I have to uncheck
>>> this box every time.  I have probably done this 100 times since I've
>>> been using Cygwin over the years.
>>>
>>
>> You only need to check the boxes on initial install.
>>
>>> The installer should remember that this option was declined and
>>> default the checkbox to that state on the next run.
>>>
>>
>> They are not checked by default because you only need to create them
>> once.  You don't need to create them on update unless you've removed the
>> shortcuts created.
>>
>> --
>> cyg Simple
> 
> 
> No, this is not correct.  If you run the install and DEselect to
> create icons, it will ask you to create them again next time.  It's
> only doing a simple check if files exist to determine if the box is
> checked.  If the files don't exist, then is asks to create them, so
> there is no way to say "never create icons".
> 

Acknowledged.  This sounds to be an issue to me.  Are you able to
provide a patch?

-- 
cyg Simple

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: [ANNOUNCEMENT] Updated: libreadline7-7.0.1-1, libreadline-devel-7.0.1-1, bash-4.4.5-1

2017-01-15 Thread Vince Rice
> On Jan 14, 2017, at 6:27 PM, Steven Penny  wrote:
> 
> On Sat, 14 Jan 2017 15:47:57, Eric Blake wrote:
>> Okay, so you've isolated the problem to readline.  In all likelihood, it
>> is an unintentional upstream regression; now we need to figure out what
>> is causing the change in behavior.
> 
> I would like to make it very clear that I will not be digging around in the
> readline source code to fix this. I think I have gone above and beyond in
> diagnosing this for you, so if you can take over it would be much appreciated.

It's times like this I wish CGF were still here…
--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple