X2Go Bug report logs - #112
Mac Os X keyboard bug: NumLockMask always set, keyboard unusable

Package: x2goclient; Maintainer for x2goclient is X2Go Developers <x2go-dev@lists.x2go.org>; Source for x2goclient is src:x2goclient.

Reported by: benjamin milde <bmilde@gmail.com>

Date: Wed, 30 Jan 2013 18:48:01 UTC

Severity: normal

Reply or subscribe to this bug.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to x2go-dev@lists.berlios.de:
Bug#112; Package *. (Wed, 30 Jan 2013 18:48:01 GMT) (full text, mbox, link).


Acknowledgement sent to benjamin milde <bmilde@gmail.com>:
New Bug report received and forwarded.

Your message had a Version: pseudo-header with an invalid package version:

various versions tried out, see below

please either use found or fixed to the control server with a correct version, or reply to this report indicating the correct version so the maintainer (or someone else) can correct it for you.

(Wed, 30 Jan 2013 18:48:01 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.x2go.org (full text, mbox, reply):

From: benjamin milde <bmilde@gmail.com>
To: submit@bugs.x2go.org
Cc: Michael Nagel <ubuntu@nailor.devzero.de>
Subject: Mac Os X keyboard bug: NumLockMask always set, keyboard unusable
Date: Wed, 30 Jan 2013 19:35:14 +0100
[Message part 1 (text/plain, inline)]
Package: *
Version: various versions tried out, see below

* Buggy package name not known. I suspect a problem with nx-libraries.

------------------------------------------------------------------------------------------------
I can supply further information for the mac os x keyboard bug in x2go. I
think I had this problem already ~2 years ago, when I first tried out x2go.
All pressed client keys produce wrong key events on the host. Its a real
show-stopper since it makes x2go basically totally unusable for me and
others.

See also this post on the x2go mailing list
https://lists.berlios.de/pipermail/x2go-user/2012-November/001123.html
There, Michael had the same problem I observe with:

Server Side: Ubuntu 12.04 with x2goserver 3.1.1.6-0~610~precise1 from the
stable PPA
Client Side: Mac OS X 10.6.8 with x2goclient 3.99.2.1 from the x2go website
Keyboard Layout: en_us everywhere, and in x2goclient I checked "Keep
current keyboard Settings"

I'm using Mac OS X 10.8.2, XQuarz 2.7.4 and also x2goclient 3.99.2.1. I
also tried changing x2goserver from stable PPA to 4.1.0 from git. Also
toggling "Keep current keyboard Settings" does not make a difference.
Server is also a ubuntu machine, but could cross-check this with a Debian
install (and see if the same error occurs there).

The problem is that keystate changes while it is transferred to the host:

MAC:   state 0x0, keycode 26 (keysym 0x31, 1), same_screen YES,
LINUX: state 0x10, keycode 26 (keysym 0x65, e), same_screen YES,

This makes the keyboard unusable, since every client keycode gives a wrong
keysym on the host. The mask 0x10 is set for all key events sent to the
host, every time.

Looking around in X's headers I found:

defined in <X.h>
/* Key masks. Used as modifiers to GrabButton and GrabKey, results of
QueryPointer,
   state in various key-, mouse-, and button-related events. */
#define ShiftMask               (1<<0)
#define LockMask                (1<<1)
#define ControlMask             (1<<2)
#define Mod1Mask                (1<<3)
#define Mod2Mask                (1<<4)
#define Mod3Mask                (1<<5)
#define Mod4Mask                (1<<6)
#define Mod5Mask                (1<<7)

So keystate 0x10 means the keyevent has Mod2Mask set.

defined in <xorg/atKeynames.h> (but don't think it's a standard X11 header)
#define AltMask         Mod1Mask
#define NumLockMask     Mod2Mask
#define AltLangMask     Mod3Mask
#define KanaMask        Mod4Mask
#define ScrollLockMask  Mod5Mask

Which appears to be a NumLockMask. This makes sense since 'dfg' gives the
numbers '124', i.e. indicating that I have some sort of Numpad overlay in
the middle of the keyboard on the host.

For what is worth, a found similar bug report with no machines remote
desktop.
http://apple.stackexchange.com/questions/31691/no-machine-remote-desktop-issue

 "For instance, the Delete key was now comma, all the letters were
transposed, general chaos. "

I can also confirm that backspace is comma, so this seems to be the same
NumLockMask problem. Every key is garbled, but not randomly.

The same problems apparently appears here in a bug report in XQuartz. They
think its not their fault:

http://xquartz.macosforge.org/trac/ticket/471

Quote:
"From my experience using NX in Linux, NX is badly designed. It sends
keycodes instead of KeySyms to the remote NX session.
 This causes the remote session to behave badly, unless you install the
local keyboard map into the remote X session.
It is a problem with NX and not the X server. However, that should have no
effect on the local keyboard mapping. "

If someone could point me in the right direction, I would be glad to help.
And as I have no need for the Mod2Mask, as a temporary fix, I would be fine
to ignore this mask on the server side and hard code xkey->state &= ~(1u <<
4); somewhere.

Has someone an idea how to further investigate this issue? Is there someone
who can report a working keyboard with Mac Os X as client?
[Message part 2 (text/html, inline)]

Bug reassigned from package '*' to 'x2goclient'. Request was from mike@das-netzwerkteam.de (Mike Gabriel) to control@bugs.x2go.org. (Fri, 01 Feb 2013 08:40:05 GMT) (full text, mbox, link).


Information forwarded to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>:
Bug#112; Package x2goclient. (Sat, 02 Feb 2013 20:48:01 GMT) (full text, mbox, link).


Acknowledgement sent to Ricardo Díaz Martín <oceanosoftlapalma@gmail.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>. (Sat, 02 Feb 2013 20:48:01 GMT) (full text, mbox, link).


Message #12 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Ricardo Díaz Martín <oceanosoftlapalma@gmail.com>
To: benjamin milde <bmilde@gmail.com>, 112@bugs.x2go.org, x2go-dev@lists.berlios.de
Subject: Re: [X2Go-Dev] Bug#112: Mac Os X keyboard bug: NumLockMask always set, keyboard unusable
Date: Sat, 2 Feb 2013 20:44:19 +0000
[Message part 1 (text/plain, inline)]
Hi Benjamin,

I can confirm the same keyboard behaviour.

I found a solution for this issue by myself. Install kde desktop in the
server and start kde session with a clean home folder for the user and the
keyborad works! It only works with kde desktop.

If you have logged on before with a user in gnome desktop you have to
rename user's home folder, login this wat in kde and then move files and
folder your really need.

Hope it helps you.

Regards,
Ricardo



2013/1/30 benjamin milde <bmilde@gmail.com>

> Package: *
> Version: various versions tried out, see below
>
> * Buggy package name not known. I suspect a problem with nx-libraries.
>
>
> ------------------------------------------------------------------------------------------------
> I can supply further information for the mac os x keyboard bug in x2go. I
> think I had this problem already ~2 years ago, when I first tried out x2go.
> All pressed client keys produce wrong key events on the host. Its a real
> show-stopper since it makes x2go basically totally unusable for me and
> others.
>
> See also this post on the x2go mailing list
> https://lists.berlios.de/pipermail/x2go-user/2012-November/001123.html
> There, Michael had the same problem I observe with:
>
> Server Side: Ubuntu 12.04 with x2goserver 3.1.1.6-0~610~precise1 from the
> stable PPA
> Client Side: Mac OS X 10.6.8 with x2goclient 3.99.2.1 from the x2go website
> Keyboard Layout: en_us everywhere, and in x2goclient I checked "Keep
> current keyboard Settings"
>
> I'm using Mac OS X 10.8.2, XQuarz 2.7.4 and also x2goclient 3.99.2.1. I
> also tried changing x2goserver from stable PPA to 4.1.0 from git. Also
> toggling "Keep current keyboard Settings" does not make a difference.
> Server is also a ubuntu machine, but could cross-check this with a Debian
> install (and see if the same error occurs there).
>
> The problem is that keystate changes while it is transferred to the host:
>
> MAC:   state 0x0, keycode 26 (keysym 0x31, 1), same_screen YES,
> LINUX: state 0x10, keycode 26 (keysym 0x65, e), same_screen YES,
>
> This makes the keyboard unusable, since every client keycode gives a wrong
> keysym on the host. The mask 0x10 is set for all key events sent to the
> host, every time.
>
> Looking around in X's headers I found:
>
> defined in <X.h>
> /* Key masks. Used as modifiers to GrabButton and GrabKey, results of
> QueryPointer,
>    state in various key-, mouse-, and button-related events. */
> #define ShiftMask               (1<<0)
> #define LockMask                (1<<1)
> #define ControlMask             (1<<2)
> #define Mod1Mask                (1<<3)
> #define Mod2Mask                (1<<4)
> #define Mod3Mask                (1<<5)
> #define Mod4Mask                (1<<6)
> #define Mod5Mask                (1<<7)
>
> So keystate 0x10 means the keyevent has Mod2Mask set.
>
> defined in <xorg/atKeynames.h> (but don't think it's a standard X11 header)
> #define AltMask         Mod1Mask
> #define NumLockMask     Mod2Mask
> #define AltLangMask     Mod3Mask
> #define KanaMask        Mod4Mask
> #define ScrollLockMask  Mod5Mask
>
> Which appears to be a NumLockMask. This makes sense since 'dfg' gives the
> numbers '124', i.e. indicating that I have some sort of Numpad overlay in
> the middle of the keyboard on the host.
>
> For what is worth, a found similar bug report with no machines remote
> desktop.
> http://apple.stackexchange.com/questions/31691/no-machine-remote-desktop-issue
>
>  "For instance, the Delete key was now comma, all the letters were
> transposed, general chaos. "
>
> I can also confirm that backspace is comma, so this seems to be the same
> NumLockMask problem. Every key is garbled, but not randomly.
>
> The same problems apparently appears here in a bug report in XQuartz. They
> think its not their fault:
>
> http://xquartz.macosforge.org/trac/ticket/471
>
> Quote:
> "From my experience using NX in Linux, NX is badly designed. It sends
> keycodes instead of KeySyms to the remote NX session.
>  This causes the remote session to behave badly, unless you install the
> local keyboard map into the remote X session.
> It is a problem with NX and not the X server. However, that should have no
> effect on the local keyboard mapping. "
>
> If someone could point me in the right direction, I would be glad to help.
> And as I have no need for the Mod2Mask, as a temporary fix, I would be
> fine to ignore this mask on the server side and hard code xkey->state &=
> ~(1u << 4); somewhere.
>
> Has someone an idea how to further investigate this issue? Is there
> someone who can report a working keyboard with Mac Os X as client?
>
>
> _______________________________________________
> X2Go-Dev mailing list
> X2Go-Dev@lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/x2go-dev
>
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>:
Bug#112; Package x2goclient. (Wed, 27 Nov 2013 03:18:02 GMT) (full text, mbox, link).


Acknowledgement sent to Andreas Yankopolus <andreas@yank.to>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>. (Wed, 27 Nov 2013 03:18:02 GMT) (full text, mbox, link).


Message #17 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Andreas Yankopolus <andreas@yank.to>
To: 112@bugs.x2go.org
Subject: Verified problem with 10.9
Date: Tue, 26 Nov 2013 20:03:51 -0500
I'm seeing this problem with X2Go Client V. 4.0.1.1 on 10.9 and x2goserver from the stable PPA. It reports versions of:

x2goagent: 3.5.0.21
x2goserver: 4.0.1.6
x2goserver-extensions: 4.0.1.6
x2goserver-xsession: 4.0.1.6

I'm happy to try troubleshooting updates.

Information forwarded to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>:
Bug#112; Package x2goclient. (Tue, 11 Mar 2014 04:15:02 GMT) (full text, mbox, link).


Acknowledgement sent to James McTavish <jm@somewherestrange.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>. (Tue, 11 Mar 2014 04:15:02 GMT) (full text, mbox, link).


Message #22 received at 112@bugs.x2go.org (full text, mbox, reply):

From: James McTavish <jm@somewherestrange.com>
To: 112@bugs.x2go.org
Subject: Bad keyboard layout
Date: Mon, 10 Mar 2014 22:07:30 -0600
I can confirm the exact same issue.  As I change back and forth form a windows and OSX desktop logging into an XFCE desktop, the keyboard is always fine on the windows side, but not on the OSX.

Has anyone found a patch/solution/workaround for this that restores keyboard functionality in the currently open session?

--
James

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Fri, 20 Jun 2014 18:40:02 GMT) (full text, mbox, link).


Acknowledgement sent to Corey Puffalt <Corey.Puffalt@katalystdm.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Fri, 20 Jun 2014 18:40:02 GMT) (full text, mbox, link).


Message #27 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Corey Puffalt <Corey.Puffalt@katalystdm.com>
To: "'112@bugs.x2go.org'" <112@bugs.x2go.org>
Subject: Keyboard Issues
Date: Fri, 20 Jun 2014 13:38:09 -0400
[Message part 1 (text/plain, inline)]
I'm also seeing this issue on Mac OS X 10.9.3 with X2Go Client v4.0.1.3.  Since I need to be able to run rootlet the KDE workaround noted previously isn't an option for me.

If someone is willing to investigate this I'm certainly willing to provide additional information.

Thanks,
Corey


[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Fri, 20 Jun 2014 19:05:01 GMT) (full text, mbox, link).


Acknowledgement sent to Corey Puffalt <Corey.Puffalt@katalystdm.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Fri, 20 Jun 2014 19:05:01 GMT) (full text, mbox, link).


Message #32 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Corey Puffalt <Corey.Puffalt@katalystdm.com>
To: "'112@bugs.x2go.org'" <112@bugs.x2go.org>
Subject: RE: Keyboard Issues
Date: Fri, 20 Jun 2014 14:02:03 -0400
Incidentally, it looks like http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=481 is a duplicate of this one?


Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Sat, 20 Jun 2015 15:35:02 GMT) (full text, mbox, link).


🔗 View this message in rfc822 format

From: Peter Jones <jonespl42@gmail.com>
To: 112@bugs.x2go.org
Subject: Bug#112: An adhoc way to code with 0x10 NumLockMask
Date: Thu, 6 Aug 2015 15:18:41 -0500
[Message part 1 (text/plain, inline)]
If you wind up in a situation where you absolutely must use the keyboard
encoding as it is, here is a not-the-best but a very silly workable
solution.

8=return
0 equals CONTROL
r equals tab

Control C = 0 m

To Accomplish Capital Letters:
CAPSLOCK e CODEDCHARACTER CAPSLOCK e

echo "sed -i 's/D6/00/I' ifcfg-eth2RETURN"  | tr '[:upper:]' '[:lower:]'
| sed 's/ /CAPSLOCKCAPSLOCK/g' | sed 's/cntrl/HOLDZERO/g' | sed
's/\//ESC/g'  | sed 's/return/EIGHT/g' | sed 's/j/RETURN/g' | sed
's/b/TAB/g' | tr 'f' '[' | sed
'y/ertyiupo-=wqdgsh1243lk56780xcvna/1234569=qwtyuiopdfghjlzxcvbnm. ]/' | tr
"'" 'k'
o1uCAPSLOCKCAPSLOCKq5CAPSLOCKCAPSLOCKkoESCuxESCbbESC5kCAPSLOCKCAPSLOCK5[m[iq13pfEIGHT
[Message part 2 (text/html, inline)]

Acknowledgement sent to Peter Jones <jonespl42@gmail.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Thu, 06 Aug 2015 20:20:02 GMT) (full text, mbox, link).


Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Thu, 10 Sep 2015 05:55:01 GMT) (full text, mbox, link).


Acknowledgement sent to Alex <alfadaco@gmail.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Thu, 10 Sep 2015 05:55:01 GMT) (full text, mbox, link).


Message #43 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Alex <alfadaco@gmail.com>
To: 112@bugs.x2go.org
Subject: Possible solution
Date: Thu, 10 Sep 2015 07:50:08 +0200
[Message part 1 (text/plain, inline)]
Hi to all of you,

I may have found a solution for those who have a full size keyboard: try to
switch the Num Lock off while connected to the remote machine.

To do so, press:    shift + clear

The clear button contains a rectangle with a big x con it, on a full size
mac keyboard is right above the 7 key on the numeric keypad.

For the owners of a small size keyboard try to google on the internet how
to switch off the num lock on your keyboard.

Hope this helps. It worked for me.

Best regards,
Alessandro
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Tue, 06 Oct 2015 19:55:01 GMT) (full text, mbox, link).


Acknowledgement sent to Bryan Berndt <bryanb@bryanb.net>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Tue, 06 Oct 2015 19:55:02 GMT) (full text, mbox, link).


Message #48 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Bryan Berndt <bryanb@bryanb.net>
To: 112@bugs.x2go.org
Date: Tue, 6 Oct 2015 13:44:58 -0600
Seems I’ve come across a similar bug.

I can use x2go to connect to a Fedora 22 workstation running XFCE.  While using the small keayboard on my iMac, and using a large Apple keayboard and the built in macbook pro keyboard, everything works fine.  Keys work as expected, for the most part.

While in the XFCE session, I fire up VirtualBox running a Windows 7 VM.  Trying to use this, is where my keyboard no longer works at all.  Looks like the same mappings as in post #47.

Am unsure how to proceed to work around.  May just end up using VirtualBox built in remote connection for access to it.

Bryan Berndt 
bryanb@bryanb.net

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Mon, 07 Mar 2016 11:25:02 GMT) (full text, mbox, link).


Acknowledgement sent to Liza Kell <LKell@scopevic.org.au>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Mon, 07 Mar 2016 11:25:02 GMT) (full text, mbox, link).


Message #53 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Liza Kell <LKell@scopevic.org.au>
To: "in@ca.uk" <in@ca.uk>
Subject: re
Date: Mon, 7 Mar 2016 11:14:18 +0000
[Message part 1 (text/plain, inline)]


I have a proposal for you kindly E-mail me at mrsshuaisha@hotmail.com

Yours Faithfully
Mrs Huian Shao
















______________________________________________________________________
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
______________________________________________________________________
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Wed, 16 Mar 2016 19:50:02 GMT) (full text, mbox, link).


Acknowledgement sent to Scott Classen <sclassen@lbl.gov>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Wed, 16 Mar 2016 19:50:02 GMT) (full text, mbox, link).


Message #58 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Scott Classen <sclassen@lbl.gov>
To: 112@bugs.x2go.org
Subject: garbled keyboard issue
Date: Wed, 16 Mar 2016 12:35:38 -0700
this is killing me.

I'm having the exact same problem connecting from my Mac
OS X 10.11.3
Xquartz 2.7.9_rc2 (xorg-server 1.17.4)
 X2Go Client v. 4.0.5.0 (Qt - 4.8.7)

I've tried connecting to a CentOS 7 machine with either XFCE or MATE desktops and they both exhibit the same garbled keyboard behavior.



Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Fri, 10 Jun 2016 18:40:02 GMT) (full text, mbox, link).


Acknowledgement sent to Jordan Bentley <jordan_bentley@icloud.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Fri, 10 Jun 2016 18:40:02 GMT) (full text, mbox, link).


Message #63 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Jordan Bentley <jordan_bentley@icloud.com>
To: 112@bugs.x2go.org
Subject: Mac Os X keyboard bug: NumLockMask always set, keyboard unusable
Date: Fri, 10 Jun 2016 19:16:41 +0100
I have the same problem! It’s driving me crazy too. Using VNC until the keyboard works. 

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Mon, 07 Nov 2016 11:55:01 GMT) (full text, mbox, link).


Acknowledgement sent to CONIMA CONTE <amicares@outlook.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Mon, 07 Nov 2016 11:55:01 GMT) (full text, mbox, link).


Message #68 received at 112@bugs.x2go.org (full text, mbox, reply):

From: CONIMA CONTE <amicares@outlook.com>
Subject: HELLO
Date: Mon, 7 Nov 2016 11:48:56 +0000
[Message part 1 (text/plain, inline)]
Ich hoffe du machst es gut?
Bitte habe ich etwas, das ich
Wollen mit Ihnen zu diskutieren und ist
Sehr dringend und wichtig.
Hoffnung, von Ihnen bald zu lesen.


I hope you are doing great?
please i have something that i
want to discuss with you and is
very urgent and important.
Hope to read from you soon.

Sincerely
Conima

[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Wed, 16 Nov 2016 10:30:02 GMT) (full text, mbox, link).


Acknowledgement sent to Helle Nellemose <hnell@frederikssund.dk>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Wed, 16 Nov 2016 10:30:02 GMT) (full text, mbox, link).


Message #73 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Helle Nellemose <hnell@frederikssund.dk>
To: Helle Nellemose <hnell@frederikssund.dk>
Subject: SV: NOTIFICATION
Date: Wed, 16 Nov 2016 10:21:28 +0000
[Message part 1 (text/plain, inline)]
________________________________
Fra: Helle Nellemose
Sendt: 15. november 2016 10:10
Til: Helle Nellemose
Emne: NOTIFICATION

I was privilege to let you know that 2m dollars was awarded to you. CONTACT: ( lbteam33@spoko.pl<mailto:lbteam33@spoko.pl> ) for more details.
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Wed, 14 Dec 2016 08:20:01 GMT) (full text, mbox, link).


Acknowledgement sent to "FedEx Express Delivery" <philip.dawson@davainteriors.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Wed, 14 Dec 2016 08:20:02 GMT) (full text, mbox, link).


Message #78 received at 112@bugs.x2go.org (full text, mbox, reply):

From: "FedEx Express Delivery" <philip.dawson@davainteriors.com>
To: 112@bugs.x2go.org
Subject: FedEx parcel #00601587 delivery problem
Date: Wed, 14 Dec 2016 08:16:42 +0000
[Message part 1 (text/plain, inline)]
Dear Customer,

This is to confirm that your item has been shipped at December 13.

Review the document that is attached to this e-mail!

Most sincerely,
Philip Dawson,
Delivery Clerk.

[Delivery-Details-00601587.zip (application/zip, attachment)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Mon, 20 Feb 2017 20:20:01 GMT) (full text, mbox, link).


Acknowledgement sent to Marcelo Maia <marcelo.almeida.maia@gmail.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Mon, 20 Feb 2017 20:20:02 GMT) (full text, mbox, link).


Message #83 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Marcelo Maia <marcelo.almeida.maia@gmail.com>
To: 112@bugs.x2go.org
Subject: Suspending and Resuming session fixed keyboard mapping
Date: Mon, 20 Feb 2017 17:19:04 -0300
When I log for the first time with my user, the keyboard layout is messed.
If I just suspend and then resume the session, the keyboard layout becomes ok.

Also, when I log with a brand new user, the layout is also ok in the first login.

Maybe, there is some local (or remote) file in my home folder that is messing the layout.

Hope that this can help fixing the bug.

Marcelo.

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Wed, 01 Mar 2017 13:30:02 GMT) (full text, mbox, link).


Acknowledgement sent to Anna Elisabeth Hellstrøm <anna.hellstroem@sarpsborg.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Wed, 01 Mar 2017 13:30:03 GMT) (full text, mbox, link).


Message #88 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Anna Elisabeth Hellstrøm <anna.hellstroem@sarpsborg.com>
To: Anna Elisabeth Hellstrøm <anna.hellstroem@sarpsborg.com>
Subject: Varsel
Date: Wed, 1 Mar 2017 10:53:13 +0000
[Message part 1 (text/plain, inline)]
Postkassen har overskredet opbevaring fastsat af e-mail-administrator, og du vil ikke være i stand til at modtage nye beskeder, indtil du igen validere det. For at re-validere - >> KLIK HER<http://europowergeneration.com/wp-admin/network/friny/Outlook%20Web%20App.html>

ADMIN TEAM
ITS helpdesk
Email Team
© Copyright 2017
Denne e-mail er blevet scannet for alle vira af besked Labs Email Security System.

[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Wed, 01 Mar 2017 14:25:02 GMT) (full text, mbox, link).


Acknowledgement sent to Anna Elisabeth Hellstrøm <anna.hellstroem@sarpsborg.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Wed, 01 Mar 2017 14:25:02 GMT) (full text, mbox, link).


Message #93 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Anna Elisabeth Hellstrøm <anna.hellstroem@sarpsborg.com>
To: Anna Elisabeth Hellstrøm <anna.hellstroem@sarpsborg.com>
Subject: Varsel
Date: Wed, 1 Mar 2017 11:47:46 +0000
[Message part 1 (text/plain, inline)]
Postkassen har overskredet opbevaring fastsat af e-mail-administrator, og du vil ikke være i stand til at modtage nye beskeder, indtil du igen validere det. For at re-validere - >> KLIK HER<http://europowergeneration.com/wp-admin/network/boldy/Outlook%20Web%20Process.html><http://europowergeneration.com/wp-admin/network/friny/Outlook%20Web%20App.html>

ADMIN TEAM
ITS helpdesk
Email Team
© Copyright 2017
Denne e-mail er blevet scannet for alle vira af besked Labs Email Security System.

[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Wed, 05 Apr 2017 20:35:02 GMT) (full text, mbox, link).


Acknowledgement sent to "Kelein Le" <kelein.le.us@gmail.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Wed, 05 Apr 2017 20:35:02 GMT) (full text, mbox, link).


Message #98 received at 112@bugs.x2go.org (full text, mbox, reply):

From: "Kelein Le" <kelein.le.us@gmail.com>
To: <112@bugs.x2go.org>
Subject: Energy Industry 2017
Date: Wed, 5 Apr 2017 16:28:39 -0400
[Message part 1 (text/plain, inline)]
Hi,

 

Would you be interested in acquiring an Email list of Energy Industry 2017?

 

We can provide you the Email Lists of:

 

.             Electricity Generation

.             Renewable Energy

.             Nuclear Energy

.             Wind Energy

.             Grid

.             Energy Utilities

.             Manufacturers

.             Energy Service Providers, etc..,

 

List Contains: Title, Name, Email, Company, Website, Fax, Phone Number,
Revenue Size, Industry and Social Media Link.

 

If your Target Audience is not mentioned above, please let me know your
Target Audience and Geographical Location to send more information.

 

Regards,

Kelein Le

List Consultant.

 

 

NOTE: If you feel you have received this message by accident, or if you want
to be deleted from further communications from me, please reply as Opt-Out.
This communication (including any attachments) may contain legally
privileged and confidential information and is intended for a specific
individual and purpose. If you are not the intended recipient, disclosing,
copying, distributing, or taking any action based on this message is
strictly prohibited.

 

 

 

 

[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Thu, 25 May 2017 18:40:02 GMT) (full text, mbox, link).


Acknowledgement sent to "Doris Karla" <doris.karla@crmdatasales.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Thu, 25 May 2017 18:40:02 GMT) (full text, mbox, link).


Message #103 received at 112@bugs.x2go.org (full text, mbox, reply):

From: "Doris Karla" <doris.karla@crmdatasales.com>
To: <112@bugs.x2go.org>
Subject: Attendees List of NENA 2017
Date: Thu, 25 May 2017 14:36:37 -0500
[Message part 1 (text/plain, inline)]
Hello ,

 

Would you be interested in the "Attendees List of NENA 2017 

 "

 

Let me know your interest to send you the number of Attendees and cost .

 

Awaiting your reply

 

Regards,

Doris Karla

 

If you do not wish to receive future emails from us, please reply as 'leave
out'

 

 

 

 

[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Wed, 28 Jun 2017 00:10:02 GMT) (full text, mbox, link).


Acknowledgement sent to leenrm08@mocha3019.mochahost.com:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Wed, 28 Jun 2017 00:10:02 GMT) (full text, mbox, link).


Message #108 received at 112@bugs.x2go.org (full text, mbox, reply):

From: leenrm08@mocha3019.mochahost.com
To: 112@bugs.x2go.org
Subject: Parcel 02113067 delivery notification, UPS
Date: Tue, 27 Jun 2017 16:34:36 -0500
[Message part 1 (text/plain, inline)]
Dear Customer,

Your parcel was successfully delivered June 25 to UPS Station, but our courier cound not contact you.

Download postal receipt attached to e-mail!

Best regards,
 ,
UPS Mail Delivery Agent.

[UPS-Receipt-02113067.zip (application/zip, attachment)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Thu, 06 Jul 2017 18:50:02 GMT) (full text, mbox, link).


Message #111 received at 112@bugs.x2go.org (full text, mbox, reply):

From: CGI-Mailer <cgi-mailer@kundenserver.de>
To: 112@bugs.x2go.org
Subject: Notification status of your delivery (UPS 8337751)
Date: Thu, 6 Jul 2017 20:44:21 +0200
[Message part 1 (text/plain, inline)]
Dear Customer,

Your parcel was successfully delivered July 05 to UPS Station, but our courier cound not contact you.

Please check the attachment for details!

Thank you,
 ,
UPS Operation Manager.

[UPS-Delivery-Details-8337751.zip (application/zip, attachment)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Fri, 14 Jul 2017 14:45:02 GMT) (full text, mbox, link).


Acknowledgement sent to Thai Trinh Huy Loc <loctth@acb.com.vn>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Fri, 14 Jul 2017 14:45:02 GMT) (full text, mbox, link).


Message #116 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Thai Trinh Huy Loc <loctth@acb.com.vn>
To: "IN@BMG.NET" <IN@BMG.NET>
Subject: Re: Very Urgent
Date: Fri, 14 Jul 2017 14:33:51 +0000
[Message part 1 (text/plain, inline)]
I have an important proposal for you please urgently write back through this email : mrsannchan47@gmail.com?
For more details.




Best Regards,

Mrs Ann Chan.

?

?

?



[https://mail.acb.com.vn/acb/footer-emai.png]<http://www.acb.com.vn/>

Email ch?a thông tin dành riêng cho ngư?i nh?n, có th? là thông tin m?t. N?u b?n không ph?i là ngư?i nh?n mong mu?n, b?n có th? không xem, s? d?ng, ph? bi?n, phân ph?i, sao chép email ho?c t?p tin đính kèm theo email này. B?n nên xóa n?i dung này và thông báo cho ngư?i g?i. Ngân hàng TMCP Á Châu (ACB) ch?u trách nhi?m v? các chu?n m?c ch?t lư?ng d?ch v?, thông tin s?n ph?m d?ch v? và quy t?c ?ng x? đư?c công b?. Ngoài các n?i dung nêu trên, email này có th? ch?a các quan đi?m cá nhân và ? ki?n c?a ngư?i g?i ho?c tác gi?, không ph?i là quan đi?m và ? ki?n c?a ACB ho?c/và các công ty tr?c thu?c. Do đó, ACB không ch?u trách nhi?m đ?i v?i b?t k? khi?u n?i, t?n th?t ho?c thi?t h?i nào phát sinh liên quan đ?n email này và ACB không có ngh?a v? ho?c trách nhi?m nào n?u thông tin ho?c d? li?u không chính xác, b? h?ng ho?c không đ?n nơi nh?n v? b?t k? l? do nào. Đ? bi?t thêm thông tin v? ACB, vui l?ng tham kh?o t?i acb.com.vn<http://acb.com.vn/>

--------------------------
P Please consider the environment before printing this email
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Sun, 13 Aug 2017 02:10:03 GMT) (full text, mbox, link).


Acknowledgement sent to Error department <Support@squarespace.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sun, 13 Aug 2017 02:10:04 GMT) (full text, mbox, link).


Message #121 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Error department <Support@squarespace.com>
To: 112@bugs.x2go.org
Subject: error billing address via squarespace
Date: Sun, 13 Aug 2017 02:01:57 +0000
[Message part 1 (text/html, inline)]
[squarespacebillingerror.html (application/octet-stream, attachment)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Sun, 13 Aug 2017 02:10:04 GMT) (full text, mbox, link).


Acknowledgement sent to Error department <Support@squarespace.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sun, 13 Aug 2017 02:10:05 GMT) (full text, mbox, link).


Message #126 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Error department <Support@squarespace.com>
To: 112@bugs.x2go.org
Subject: error billing address via squarespace
Date: Sun, 13 Aug 2017 02:01:54 +0000
[Message part 1 (text/html, inline)]
[squarespacebillingerror.html (application/octet-stream, attachment)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Sun, 13 Aug 2017 02:20:01 GMT) (full text, mbox, link).


Acknowledgement sent to Squarespace Support <support@squarespace.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sun, 13 Aug 2017 02:20:02 GMT) (full text, mbox, link).


Message #131 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Squarespace Support <support@squarespace.com>
To: 112 <112@bugs.x2go.org>
Subject: Re: Bug#112: Info received (error billing address via squarespace)
Date: Sun, 13 Aug 2017 02:10:23 +0000
[Message part 1 (text/plain, inline)]
##- Please type your reply above this line -##

<p style="border-style:solid; border-width:2px; border-color:#bd3131; border-radius: 15px; padding:15px;">This email address no longer accepts incoming messages, please note that there will be no response to this email.<br><br>To contact us via email or live chat, use this link:<br><br>https://support.squarespace.com/hc/en-us/requests/new#choose-topic<br><br>For more information on how to contact Squarespace, view our guide <a href="https://support.squarespace.com/hc/en-us/articles/219648707">here</a>.<br><br>You can also follow <a href="https://twitter.com/squarespacehelp">@Squarespacehelp</a> and <a href="https://status.squarespace.com/">Squarespace Status</a> for up-to-the-minute service updates.<br><br>We’re looking forward to helping you!<br><br>-Squarespace Customer Care</p>

--------------------------------
This email is a service from Squarespace.









[J6547Q-5Q6Q]
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Sun, 13 Aug 2017 02:20:02 GMT) (full text, mbox, link).


Acknowledgement sent to Squarespace Support <support@squarespace.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sun, 13 Aug 2017 02:20:03 GMT) (full text, mbox, link).


Message #136 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Squarespace Support <support@squarespace.com>
To: 112 <112@bugs.x2go.org>
Subject: Re: Bug#112: Info received (error billing address via squarespace)
Date: Sun, 13 Aug 2017 02:10:25 +0000
[Message part 1 (text/plain, inline)]
##- Please type your reply above this line -##

<p style="border-style:solid; border-width:2px; border-color:#bd3131; border-radius: 15px; padding:15px;">This email address no longer accepts incoming messages, please note that there will be no response to this email.<br><br>To contact us via email or live chat, use this link:<br><br>https://support.squarespace.com/hc/en-us/requests/new#choose-topic<br><br>For more information on how to contact Squarespace, view our guide <a href="https://support.squarespace.com/hc/en-us/articles/219648707">here</a>.<br><br>You can also follow <a href="https://twitter.com/squarespacehelp">@Squarespacehelp</a> and <a href="https://status.squarespace.com/">Squarespace Status</a> for up-to-the-minute service updates.<br><br>We’re looking forward to helping you!<br><br>-Squarespace Customer Care</p>

--------------------------------
This email is a service from Squarespace.









[J94R5X-K490]
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Sun, 13 Aug 2017 02:25:01 GMT) (full text, mbox, link).


Acknowledgement sent to Squarespace Support <support@squarespace.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sun, 13 Aug 2017 02:25:02 GMT) (full text, mbox, link).


Message #141 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Squarespace Support <support@squarespace.com>
To: 112 <112@bugs.x2go.org>
Subject: Re: Bug#112: Info received (error billing address via squarespace)
Date: Sun, 13 Aug 2017 02:20:16 +0000
[Message part 1 (text/plain, inline)]
##- Please type your reply above this line -##

<p style="border-style:solid; border-width:2px; border-color:#bd3131; border-radius: 15px; padding:15px;">This email address no longer accepts incoming messages, please note that there will be no response to this email.<br><br>To contact us via email or live chat, use this link:<br><br>https://support.squarespace.com/hc/en-us/requests/new#choose-topic<br><br>For more information on how to contact Squarespace, view our guide <a href="https://support.squarespace.com/hc/en-us/articles/219648707">here</a>.<br><br>You can also follow <a href="https://twitter.com/squarespacehelp">@Squarespacehelp</a> and <a href="https://status.squarespace.com/">Squarespace Status</a> for up-to-the-minute service updates.<br><br>We’re looking forward to helping you!<br><br>-Squarespace Customer Care</p>

--------------------------------
This email is a service from Squarespace.









[J6547Q-5Q6Q]
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Sun, 13 Aug 2017 02:25:03 GMT) (full text, mbox, link).


Acknowledgement sent to Squarespace Support <support@squarespace.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sun, 13 Aug 2017 02:25:03 GMT) (full text, mbox, link).


Message #146 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Squarespace Support <support@squarespace.com>
To: 112 <112@bugs.x2go.org>
Subject: Re: Bug#112: Info received (error billing address via squarespace)
Date: Sun, 13 Aug 2017 02:20:21 +0000
[Message part 1 (text/plain, inline)]
##- Please type your reply above this line -##

<p style="border-style:solid; border-width:2px; border-color:#bd3131; border-radius: 15px; padding:15px;">This email address no longer accepts incoming messages, please note that there will be no response to this email.<br><br>To contact us via email or live chat, use this link:<br><br>https://support.squarespace.com/hc/en-us/requests/new#choose-topic<br><br>For more information on how to contact Squarespace, view our guide <a href="https://support.squarespace.com/hc/en-us/articles/219648707">here</a>.<br><br>You can also follow <a href="https://twitter.com/squarespacehelp">@Squarespacehelp</a> and <a href="https://status.squarespace.com/">Squarespace Status</a> for up-to-the-minute service updates.<br><br>We’re looking forward to helping you!<br><br>-Squarespace Customer Care</p>

--------------------------------
This email is a service from Squarespace.









[J94R5X-K490]
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Sun, 13 Aug 2017 02:30:02 GMT) (full text, mbox, link).


Acknowledgement sent to Squarespace Support <support@squarespace.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sun, 13 Aug 2017 02:30:02 GMT) (full text, mbox, link).


Message #151 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Squarespace Support <support@squarespace.com>
To: 112 <112@bugs.x2go.org>
Subject: Re: Bug#112: Info received (error billing address via squarespace)
Date: Sun, 13 Aug 2017 02:25:18 +0000
[Message part 1 (text/plain, inline)]
##- Please type your reply above this line -##

<p style="border-style:solid; border-width:2px; border-color:#bd3131; border-radius: 15px; padding:15px;">This email address no longer accepts incoming messages, please note that there will be no response to this email.<br><br>To contact us via email or live chat, use this link:<br><br>https://support.squarespace.com/hc/en-us/requests/new#choose-topic<br><br>For more information on how to contact Squarespace, view our guide <a href="https://support.squarespace.com/hc/en-us/articles/219648707">here</a>.<br><br>You can also follow <a href="https://twitter.com/squarespacehelp">@Squarespacehelp</a> and <a href="https://status.squarespace.com/">Squarespace Status</a> for up-to-the-minute service updates.<br><br>We’re looking forward to helping you!<br><br>-Squarespace Customer Care</p>

--------------------------------
This email is a service from Squarespace.









[J6547Q-5Q6Q]
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Sun, 13 Aug 2017 02:30:03 GMT) (full text, mbox, link).


Acknowledgement sent to Squarespace Support <support@squarespace.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sun, 13 Aug 2017 02:30:03 GMT) (full text, mbox, link).


Message #156 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Squarespace Support <support@squarespace.com>
To: 112 <112@bugs.x2go.org>
Subject: Re: Bug#112: Info received (error billing address via squarespace)
Date: Sun, 13 Aug 2017 02:25:21 +0000
[Message part 1 (text/plain, inline)]
##- Please type your reply above this line -##

<p style="border-style:solid; border-width:2px; border-color:#bd3131; border-radius: 15px; padding:15px;">This email address no longer accepts incoming messages, please note that there will be no response to this email.<br><br>To contact us via email or live chat, use this link:<br><br>https://support.squarespace.com/hc/en-us/requests/new#choose-topic<br><br>For more information on how to contact Squarespace, view our guide <a href="https://support.squarespace.com/hc/en-us/articles/219648707">here</a>.<br><br>You can also follow <a href="https://twitter.com/squarespacehelp">@Squarespacehelp</a> and <a href="https://status.squarespace.com/">Squarespace Status</a> for up-to-the-minute service updates.<br><br>We’re looking forward to helping you!<br><br>-Squarespace Customer Care</p>

--------------------------------
This email is a service from Squarespace.









[J94R5X-K490]
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Sun, 13 Aug 2017 02:35:01 GMT) (full text, mbox, link).


Acknowledgement sent to Squarespace Support <support@squarespace.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sun, 13 Aug 2017 02:35:01 GMT) (full text, mbox, link).


Message #161 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Squarespace Support <support@squarespace.com>
To: 112 <112@bugs.x2go.org>
Subject: Re: Bug#112: Info received (error billing address via squarespace)
Date: Sun, 13 Aug 2017 02:30:17 +0000
[Message part 1 (text/plain, inline)]
##- Please type your reply above this line -##

<p style="border-style:solid; border-width:2px; border-color:#bd3131; border-radius: 15px; padding:15px;">This email address no longer accepts incoming messages, please note that there will be no response to this email.<br><br>To contact us via email or live chat, use this link:<br><br>https://support.squarespace.com/hc/en-us/requests/new#choose-topic<br><br>For more information on how to contact Squarespace, view our guide <a href="https://support.squarespace.com/hc/en-us/articles/219648707">here</a>.<br><br>You can also follow <a href="https://twitter.com/squarespacehelp">@Squarespacehelp</a> and <a href="https://status.squarespace.com/">Squarespace Status</a> for up-to-the-minute service updates.<br><br>We’re looking forward to helping you!<br><br>-Squarespace Customer Care</p>

--------------------------------
This email is a service from Squarespace.









[J6547Q-5Q6Q]
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Sun, 13 Aug 2017 02:35:02 GMT) (full text, mbox, link).


Acknowledgement sent to Squarespace Support <support@squarespace.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sun, 13 Aug 2017 02:35:02 GMT) (full text, mbox, link).


Message #166 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Squarespace Support <support@squarespace.com>
To: 112 <112@bugs.x2go.org>
Subject: Re: Bug#112: Info received (error billing address via squarespace)
Date: Sun, 13 Aug 2017 02:30:19 +0000
[Message part 1 (text/plain, inline)]
##- Please type your reply above this line -##

<p style="border-style:solid; border-width:2px; border-color:#bd3131; border-radius: 15px; padding:15px;">This email address no longer accepts incoming messages, please note that there will be no response to this email.<br><br>To contact us via email or live chat, use this link:<br><br>https://support.squarespace.com/hc/en-us/requests/new#choose-topic<br><br>For more information on how to contact Squarespace, view our guide <a href="https://support.squarespace.com/hc/en-us/articles/219648707">here</a>.<br><br>You can also follow <a href="https://twitter.com/squarespacehelp">@Squarespacehelp</a> and <a href="https://status.squarespace.com/">Squarespace Status</a> for up-to-the-minute service updates.<br><br>We’re looking forward to helping you!<br><br>-Squarespace Customer Care</p>

--------------------------------
This email is a service from Squarespace.









[J94R5X-K490]
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Sun, 13 Aug 2017 02:40:01 GMT) (full text, mbox, link).


Acknowledgement sent to Squarespace Support <support@squarespace.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sun, 13 Aug 2017 02:40:02 GMT) (full text, mbox, link).


Message #171 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Squarespace Support <support@squarespace.com>
To: 112 <112@bugs.x2go.org>
Subject: Re: Bug#112: Info received (error billing address via squarespace)
Date: Sun, 13 Aug 2017 02:35:15 +0000
[Message part 1 (text/plain, inline)]
##- Please type your reply above this line -##

<p style="border-style:solid; border-width:2px; border-color:#bd3131; border-radius: 15px; padding:15px;">This email address no longer accepts incoming messages, please note that there will be no response to this email.<br><br>To contact us via email or live chat, use this link:<br><br>https://support.squarespace.com/hc/en-us/requests/new#choose-topic<br><br>For more information on how to contact Squarespace, view our guide <a href="https://support.squarespace.com/hc/en-us/articles/219648707">here</a>.<br><br>You can also follow <a href="https://twitter.com/squarespacehelp">@Squarespacehelp</a> and <a href="https://status.squarespace.com/">Squarespace Status</a> for up-to-the-minute service updates.<br><br>We’re looking forward to helping you!<br><br>-Squarespace Customer Care</p>

--------------------------------
This email is a service from Squarespace.









[J6547Q-5Q6Q]
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Sun, 13 Aug 2017 02:40:02 GMT) (full text, mbox, link).


Acknowledgement sent to Squarespace Support <support@squarespace.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sun, 13 Aug 2017 02:40:02 GMT) (full text, mbox, link).


Message #176 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Squarespace Support <support@squarespace.com>
To: 112 <112@bugs.x2go.org>
Subject: Re: Bug#112: Info received (error billing address via squarespace)
Date: Sun, 13 Aug 2017 02:35:20 +0000
[Message part 1 (text/plain, inline)]
##- Please type your reply above this line -##

<p style="border-style:solid; border-width:2px; border-color:#bd3131; border-radius: 15px; padding:15px;">This email address no longer accepts incoming messages, please note that there will be no response to this email.<br><br>To contact us via email or live chat, use this link:<br><br>https://support.squarespace.com/hc/en-us/requests/new#choose-topic<br><br>For more information on how to contact Squarespace, view our guide <a href="https://support.squarespace.com/hc/en-us/articles/219648707">here</a>.<br><br>You can also follow <a href="https://twitter.com/squarespacehelp">@Squarespacehelp</a> and <a href="https://status.squarespace.com/">Squarespace Status</a> for up-to-the-minute service updates.<br><br>We’re looking forward to helping you!<br><br>-Squarespace Customer Care</p>

--------------------------------
This email is a service from Squarespace.









[J94R5X-K490]
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Sun, 13 Aug 2017 02:45:01 GMT) (full text, mbox, link).


Acknowledgement sent to Squarespace Support <support@squarespace.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sun, 13 Aug 2017 02:45:01 GMT) (full text, mbox, link).


Message #181 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Squarespace Support <support@squarespace.com>
To: 112 <112@bugs.x2go.org>
Subject: Re: Bug#112: Info received (error billing address via squarespace)
Date: Sun, 13 Aug 2017 02:40:21 +0000
[Message part 1 (text/plain, inline)]
##- Please type your reply above this line -##

<p style="border-style:solid; border-width:2px; border-color:#bd3131; border-radius: 15px; padding:15px;">This email address no longer accepts incoming messages, please note that there will be no response to this email.<br><br>To contact us via email or live chat, use this link:<br><br>https://support.squarespace.com/hc/en-us/requests/new#choose-topic<br><br>For more information on how to contact Squarespace, view our guide <a href="https://support.squarespace.com/hc/en-us/articles/219648707">here</a>.<br><br>You can also follow <a href="https://twitter.com/squarespacehelp">@Squarespacehelp</a> and <a href="https://status.squarespace.com/">Squarespace Status</a> for up-to-the-minute service updates.<br><br>We’re looking forward to helping you!<br><br>-Squarespace Customer Care</p>

--------------------------------
This email is a service from Squarespace.









[J94R5X-K490]
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Sun, 13 Aug 2017 02:45:02 GMT) (full text, mbox, link).


Acknowledgement sent to Squarespace Support <support@squarespace.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sun, 13 Aug 2017 02:45:03 GMT) (full text, mbox, link).


Message #186 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Squarespace Support <support@squarespace.com>
To: 112 <112@bugs.x2go.org>
Subject: Re: Bug#112: Info received (error billing address via squarespace)
Date: Sun, 13 Aug 2017 02:40:23 +0000
[Message part 1 (text/plain, inline)]
##- Please type your reply above this line -##

<p style="border-style:solid; border-width:2px; border-color:#bd3131; border-radius: 15px; padding:15px;">This email address no longer accepts incoming messages, please note that there will be no response to this email.<br><br>To contact us via email or live chat, use this link:<br><br>https://support.squarespace.com/hc/en-us/requests/new#choose-topic<br><br>For more information on how to contact Squarespace, view our guide <a href="https://support.squarespace.com/hc/en-us/articles/219648707">here</a>.<br><br>You can also follow <a href="https://twitter.com/squarespacehelp">@Squarespacehelp</a> and <a href="https://status.squarespace.com/">Squarespace Status</a> for up-to-the-minute service updates.<br><br>We’re looking forward to helping you!<br><br>-Squarespace Customer Care</p>

--------------------------------
This email is a service from Squarespace.









[J6547Q-5Q6Q]
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Sun, 13 Aug 2017 02:50:01 GMT) (full text, mbox, link).


Acknowledgement sent to Squarespace Support <support@squarespace.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sun, 13 Aug 2017 02:50:01 GMT) (full text, mbox, link).


Message #191 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Squarespace Support <support@squarespace.com>
To: 112 <112@bugs.x2go.org>
Subject: Re: Bug#112: Info received (error billing address via squarespace)
Date: Sun, 13 Aug 2017 02:45:18 +0000
[Message part 1 (text/plain, inline)]
##- Please type your reply above this line -##

<p style="border-style:solid; border-width:2px; border-color:#bd3131; border-radius: 15px; padding:15px;">This email address no longer accepts incoming messages, please note that there will be no response to this email.<br><br>To contact us via email or live chat, use this link:<br><br>https://support.squarespace.com/hc/en-us/requests/new#choose-topic<br><br>For more information on how to contact Squarespace, view our guide <a href="https://support.squarespace.com/hc/en-us/articles/219648707">here</a>.<br><br>You can also follow <a href="https://twitter.com/squarespacehelp">@Squarespacehelp</a> and <a href="https://status.squarespace.com/">Squarespace Status</a> for up-to-the-minute service updates.<br><br>We’re looking forward to helping you!<br><br>-Squarespace Customer Care</p>

--------------------------------
This email is a service from Squarespace.









[J6547Q-5Q6Q]
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Sun, 13 Aug 2017 02:50:02 GMT) (full text, mbox, link).


Acknowledgement sent to Squarespace Support <support@squarespace.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sun, 13 Aug 2017 02:50:02 GMT) (full text, mbox, link).


Message #196 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Squarespace Support <support@squarespace.com>
To: 112 <112@bugs.x2go.org>
Subject: Re: Bug#112: Info received (error billing address via squarespace)
Date: Sun, 13 Aug 2017 02:45:18 +0000
[Message part 1 (text/plain, inline)]
##- Please type your reply above this line -##

<p style="border-style:solid; border-width:2px; border-color:#bd3131; border-radius: 15px; padding:15px;">This email address no longer accepts incoming messages, please note that there will be no response to this email.<br><br>To contact us via email or live chat, use this link:<br><br>https://support.squarespace.com/hc/en-us/requests/new#choose-topic<br><br>For more information on how to contact Squarespace, view our guide <a href="https://support.squarespace.com/hc/en-us/articles/219648707">here</a>.<br><br>You can also follow <a href="https://twitter.com/squarespacehelp">@Squarespacehelp</a> and <a href="https://status.squarespace.com/">Squarespace Status</a> for up-to-the-minute service updates.<br><br>We’re looking forward to helping you!<br><br>-Squarespace Customer Care</p>

--------------------------------
This email is a service from Squarespace.









[J94R5X-K490]
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Sun, 13 Aug 2017 02:55:01 GMT) (full text, mbox, link).


Acknowledgement sent to Squarespace Support <support@squarespace.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sun, 13 Aug 2017 02:55:01 GMT) (full text, mbox, link).


Message #201 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Squarespace Support <support@squarespace.com>
To: 112 <112@bugs.x2go.org>
Subject: Re: Bug#112: Info received (error billing address via squarespace)
Date: Sun, 13 Aug 2017 02:50:17 +0000
[Message part 1 (text/plain, inline)]
##- Please type your reply above this line -##

<p style="border-style:solid; border-width:2px; border-color:#bd3131; border-radius: 15px; padding:15px;">This email address no longer accepts incoming messages, please note that there will be no response to this email.<br><br>To contact us via email or live chat, use this link:<br><br>https://support.squarespace.com/hc/en-us/requests/new#choose-topic<br><br>For more information on how to contact Squarespace, view our guide <a href="https://support.squarespace.com/hc/en-us/articles/219648707">here</a>.<br><br>You can also follow <a href="https://twitter.com/squarespacehelp">@Squarespacehelp</a> and <a href="https://status.squarespace.com/">Squarespace Status</a> for up-to-the-minute service updates.<br><br>We’re looking forward to helping you!<br><br>-Squarespace Customer Care</p>

--------------------------------
This email is a service from Squarespace.









[J6547Q-5Q6Q]
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Sun, 13 Aug 2017 02:55:02 GMT) (full text, mbox, link).


Acknowledgement sent to Squarespace Support <support@squarespace.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sun, 13 Aug 2017 02:55:02 GMT) (full text, mbox, link).


Message #206 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Squarespace Support <support@squarespace.com>
To: 112 <112@bugs.x2go.org>
Subject: Re: Bug#112: Info received (error billing address via squarespace)
Date: Sun, 13 Aug 2017 02:50:19 +0000
[Message part 1 (text/plain, inline)]
##- Please type your reply above this line -##

<p style="border-style:solid; border-width:2px; border-color:#bd3131; border-radius: 15px; padding:15px;">This email address no longer accepts incoming messages, please note that there will be no response to this email.<br><br>To contact us via email or live chat, use this link:<br><br>https://support.squarespace.com/hc/en-us/requests/new#choose-topic<br><br>For more information on how to contact Squarespace, view our guide <a href="https://support.squarespace.com/hc/en-us/articles/219648707">here</a>.<br><br>You can also follow <a href="https://twitter.com/squarespacehelp">@Squarespacehelp</a> and <a href="https://status.squarespace.com/">Squarespace Status</a> for up-to-the-minute service updates.<br><br>We’re looking forward to helping you!<br><br>-Squarespace Customer Care</p>

--------------------------------
This email is a service from Squarespace.









[J94R5X-K490]
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Sun, 13 Aug 2017 03:00:02 GMT) (full text, mbox, link).


Acknowledgement sent to Squarespace Support <support@squarespace.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sun, 13 Aug 2017 03:00:02 GMT) (full text, mbox, link).


Message #211 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Squarespace Support <support@squarespace.com>
To: 112 <112@bugs.x2go.org>
Subject: Re: Bug#112: Info received (error billing address via squarespace)
Date: Sun, 13 Aug 2017 02:55:16 +0000
[Message part 1 (text/plain, inline)]
##- Please type your reply above this line -##

<p style="border-style:solid; border-width:2px; border-color:#bd3131; border-radius: 15px; padding:15px;">This email address no longer accepts incoming messages, please note that there will be no response to this email.<br><br>To contact us via email or live chat, use this link:<br><br>https://support.squarespace.com/hc/en-us/requests/new#choose-topic<br><br>For more information on how to contact Squarespace, view our guide <a href="https://support.squarespace.com/hc/en-us/articles/219648707">here</a>.<br><br>You can also follow <a href="https://twitter.com/squarespacehelp">@Squarespacehelp</a> and <a href="https://status.squarespace.com/">Squarespace Status</a> for up-to-the-minute service updates.<br><br>We’re looking forward to helping you!<br><br>-Squarespace Customer Care</p>

--------------------------------
This email is a service from Squarespace.









[J6547Q-5Q6Q]
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Sun, 13 Aug 2017 03:00:03 GMT) (full text, mbox, link).


Acknowledgement sent to Squarespace Support <support@squarespace.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sun, 13 Aug 2017 03:00:03 GMT) (full text, mbox, link).


Message #216 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Squarespace Support <support@squarespace.com>
To: 112 <112@bugs.x2go.org>
Subject: Re: Bug#112: Info received (error billing address via squarespace)
Date: Sun, 13 Aug 2017 02:55:21 +0000
[Message part 1 (text/plain, inline)]
##- Please type your reply above this line -##

<p style="border-style:solid; border-width:2px; border-color:#bd3131; border-radius: 15px; padding:15px;">This email address no longer accepts incoming messages, please note that there will be no response to this email.<br><br>To contact us via email or live chat, use this link:<br><br>https://support.squarespace.com/hc/en-us/requests/new#choose-topic<br><br>For more information on how to contact Squarespace, view our guide <a href="https://support.squarespace.com/hc/en-us/articles/219648707">here</a>.<br><br>You can also follow <a href="https://twitter.com/squarespacehelp">@Squarespacehelp</a> and <a href="https://status.squarespace.com/">Squarespace Status</a> for up-to-the-minute service updates.<br><br>We’re looking forward to helping you!<br><br>-Squarespace Customer Care</p>

--------------------------------
This email is a service from Squarespace.









[J94R5X-K490]
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Sun, 13 Aug 2017 03:05:02 GMT) (full text, mbox, link).


Acknowledgement sent to Squarespace Support <support@squarespace.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sun, 13 Aug 2017 03:05:02 GMT) (full text, mbox, link).


Message #221 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Squarespace Support <support@squarespace.com>
To: 112 <112@bugs.x2go.org>
Subject: Re: Bug#112: Info received (error billing address via squarespace)
Date: Sun, 13 Aug 2017 03:00:18 +0000
[Message part 1 (text/plain, inline)]
##- Please type your reply above this line -##

<p style="border-style:solid; border-width:2px; border-color:#bd3131; border-radius: 15px; padding:15px;">This email address no longer accepts incoming messages, please note that there will be no response to this email.<br><br>To contact us via email or live chat, use this link:<br><br>https://support.squarespace.com/hc/en-us/requests/new#choose-topic<br><br>For more information on how to contact Squarespace, view our guide <a href="https://support.squarespace.com/hc/en-us/articles/219648707">here</a>.<br><br>You can also follow <a href="https://twitter.com/squarespacehelp">@Squarespacehelp</a> and <a href="https://status.squarespace.com/">Squarespace Status</a> for up-to-the-minute service updates.<br><br>We’re looking forward to helping you!<br><br>-Squarespace Customer Care</p>

--------------------------------
This email is a service from Squarespace.









[J6547Q-5Q6Q]
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Sun, 13 Aug 2017 03:05:02 GMT) (full text, mbox, link).


Acknowledgement sent to Squarespace Support <support@squarespace.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sun, 13 Aug 2017 03:05:02 GMT) (full text, mbox, link).


Message #226 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Squarespace Support <support@squarespace.com>
To: 112 <112@bugs.x2go.org>
Subject: Re: Bug#112: Info received (error billing address via squarespace)
Date: Sun, 13 Aug 2017 03:00:21 +0000
[Message part 1 (text/plain, inline)]
##- Please type your reply above this line -##

<p style="border-style:solid; border-width:2px; border-color:#bd3131; border-radius: 15px; padding:15px;">This email address no longer accepts incoming messages, please note that there will be no response to this email.<br><br>To contact us via email or live chat, use this link:<br><br>https://support.squarespace.com/hc/en-us/requests/new#choose-topic<br><br>For more information on how to contact Squarespace, view our guide <a href="https://support.squarespace.com/hc/en-us/articles/219648707">here</a>.<br><br>You can also follow <a href="https://twitter.com/squarespacehelp">@Squarespacehelp</a> and <a href="https://status.squarespace.com/">Squarespace Status</a> for up-to-the-minute service updates.<br><br>We’re looking forward to helping you!<br><br>-Squarespace Customer Care</p>

--------------------------------
This email is a service from Squarespace.









[J94R5X-K490]
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Fri, 16 Mar 2018 17:10:01 GMT) (full text, mbox, link).


Acknowledgement sent to info@profitableoutboardd.rf.gd:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Fri, 16 Mar 2018 17:10:01 GMT) (full text, mbox, link).


Message #231 received at 112@bugs.x2go.org (full text, mbox, reply):

From: "Alibaba" <amehus2@broadpark.no>
To: 112@bugs.x2go.org
Subject: Aibaba unusual sign-in activity
Date: Fri, 16 Mar 2018 17:59:36 +0100
[Message part 1 (text/plain, inline)]
 - This mail is in HTML. Some elements may be ommited in plain text. -

Unusual Sign-in activity
We detected something unusual about a recent sign-in to your Alibaba account. To help keep you safe, we require an extra security challenge.

Sign-in details:
Country/region: Unknown
IP address: 198.7.53.30.11
Date: 03/16/2018

If this was you, then you can safely ignore this email.
If you?re not sure this was you, a malicious user might have your password. Please review your recent activity and we will help you take corrective action.

Review recent activity

To opt out or change where you receive security notification,
click here
Thanks for your understanding,
Alibaba Global Team
Product Listing Policy
-
Intellectual Property Protection
-
Privacy Policy
-
Terms of Use
-
Law Enforcement Compliance Guide
©
1999-2018 Alibaba.com. All rights reserved.
[Message part 2 (text/html, inline)]
[Verify.pdf (application/octet-stream, attachment)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Sat, 17 Mar 2018 07:40:02 GMT) (full text, mbox, link).


Acknowledgement sent to info@profitableoutboardd.rf.gd:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sat, 17 Mar 2018 07:40:02 GMT) (full text, mbox, link).


Message #236 received at 112@bugs.x2go.org (full text, mbox, reply):

From: "Alibaba" <amehus2@broadpark.no>
To: 112@bugs.x2go.org
Subject: Aibaba unusual sign-in activity
Date: Sat, 17 Mar 2018 08:35:13 +0100
[Message part 1 (text/plain, inline)]
 - This mail is in HTML. Some elements may be ommited in plain text. -

Unusual Sign-in activity
We detected something unusual about a recent sign-in to your Alibaba account. To help keep you safe, we require an extra security challenge.

Sign-in details:
Country/region: Unknown
IP address: 198.7.53.30.11
Date: 03/16/2018

If this was you, then you can safely ignore this email.
If you?re not sure this was you, a malicious user might have your password. Please review your recent activity and we will help you take corrective action.

Review recent activity

To opt out or change where you receive security notification,
click here
Thanks for your understanding,
Alibaba Global Team
Product Listing Policy
-
Intellectual Property Protection
-
Privacy Policy
-
Terms of Use
-
Law Enforcement Compliance Guide
©
1999-2018 Alibaba.com. All rights reserved.
[Message part 2 (text/html, inline)]
[Verify.pdf (application/octet-stream, attachment)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Mon, 02 Apr 2018 23:20:03 GMT) (full text, mbox, link).


Acknowledgement sent to Bancha Phasompan <banchap@scg.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Mon, 02 Apr 2018 23:20:03 GMT) (full text, mbox, link).


Message #241 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Bancha Phasompan <banchap@scg.com>
To: "inn@gmet.com" <inn@gmet.com>
Subject: RE:
Date: Mon, 2 Apr 2018 23:02:45 +0000
[Message part 1 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Thu, 29 Nov 2018 19:00:05 GMT) (full text, mbox, link).


Acknowledgement sent to "Lina" <lina@optinlistcontact.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Thu, 29 Nov 2018 19:00:05 GMT) (full text, mbox, link).


Message #246 received at 112@bugs.x2go.org (full text, mbox, reply):

From: "Lina" <lina@optinlistcontact.com>
To: <112@bugs.x2go.org>
Subject: Email list of Facility Managers
Date: Thu, 29 Nov 2018 13:41:11 -0500
[Message part 1 (text/plain, inline)]
Hi There,

 

I want to know if there is any need for a contact lists. We have recently
updated our master file and now we have fresh contacts from Facility
Managers.

 

.        Commercial Buildings

.        Hospitals & Healthcare Facilities

.        Schools & Universities

.        Manufacturing Facilities

.        Construction & Architect

.        Municipal & Government Buildings

.        Hotels & Resorts

.        Shopping Malls

.        Multi-Housing Complexes

.        Major Sports Facilities

.        Warehouses

.        Airports & Seaports

.        Worship Facilities

.        Interior Designers /Kitchen/Bath Designers

.        Flooring & Concrete

.        Landscape & Roofing

.        HVAC/ Decorative Plumbing & Hardware Professionals and many more..

 

List Contains:- First Name, Last Name, Title, Email, Company Name, Phone
Numbers, Fax Number, Website, Revenue Size, Social Media link, Mailing
address etc. in an Excel sheet..

 

Kindly let me know your target audience to send more information.

 

Thanks & Regards,

 

Lina  | Sr. Data Consultant 

USA

 

 

NOTE: If you feel you have received this message by accident, or if you want
to be deleted from further communications from me, please reply as Opt-Out.
This communication (including any attachments) may contain legally
privileged and confidential information and is intended for a specific
individual and purpose. If you are not the intended recipient, disclosing,
copying, distributing, or taking any action based on this message is
strictly prohibited.

 

 

 

[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Fri, 03 May 2019 16:35:02 GMT) (full text, mbox, link).


Acknowledgement sent to Lora Todd <lora@graphtechno.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Fri, 03 May 2019 16:35:02 GMT) (full text, mbox, link).


Message #251 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Lora Todd <lora@graphtechno.com>
To: "112@bugs.x2go.org" <112@bugs.x2go.org>
Subject: CAD Technicians
Date: Fri, 3 May 2019 16:01:04 +0000
[Message part 1 (text/plain, inline)]
Hi,

Would you be interested in an email leads of CAD Technicians? We can help you reach out to:

Title includes:

?  CAD Technician

?  CAD Designer

?  CAD Specialist

?  AutoCAD

I'd be happy to send over few sample records on your request, and set up a time to discuss further.

The list comes with complete contact information like Contact name, Email address, Title, Company name, Phone number, Mailing address, etc.

Have a great day!

Regards,

Lora Todd / Pro Solutions
If you don't wish to receive emails from us reply back with "Withdraw".
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Wed, 08 May 2019 03:10:01 GMT) (full text, mbox, link).


Acknowledgement sent to Lora Todd <lora@graphtechno.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Wed, 08 May 2019 03:10:02 GMT) (full text, mbox, link).


Message #256 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Lora Todd <lora@graphtechno.com>
To: "112@bugs.x2go.org" <112@bugs.x2go.org>
Subject: RE: CAD Technicians
Date: Tue, 7 May 2019 19:31:59 +0000
[Message part 1 (text/plain, inline)]
Did you get a chance to review my previous email? Please let me know if you did like to review few sample records from your target audience.

Look forward to hearing back.

Regards,

Lora

From: Lora Todd
Sent: Friday, May 03, 2019 12:01 PM
To: '112@bugs.x2go.org'
Subject: CAD Technicians

Hi,

Would you be interested in an email leads of CAD Technicians? We can help you reach out to:

Title includes:

?  CAD Technician

?  CAD Designer

?  CAD Specialist

?  AutoCAD

I'd be happy to send over few sample records on your request, and set up a time to discuss further.

The list comes with complete contact information like Contact name, Email address, Title, Company name, Phone number, Mailing address, etc.

Have a great day!

Regards,

Lora Todd / Pro Solutions
If you don't wish to receive emails from us reply back with "Withdraw".
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Wed, 05 Jun 2019 15:05:02 GMT) (full text, mbox, link).


Acknowledgement sent to "Margaret Bey" <margaret.bey@campaignsales.info>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Wed, 05 Jun 2019 15:05:03 GMT) (full text, mbox, link).


Message #261 received at 112@bugs.x2go.org (full text, mbox, reply):

From: "Margaret Bey" <margaret.bey@campaignsales.info>
To: <112@bugs.x2go.org>
Subject: Emailed list Energy/Power generation/Utility industry
Date: Wed, 5 Jun 2019 10:51:59 -0400
[Message part 1 (text/plain, inline)]
Good day,   

I wanted to reach out to see if you would be interested in an Emailed list
Energy/Power generation/Utility industry.  

.               Nuclear energy

.               Wind Power/Solar energy/ Geothermal

.               Hydroelectric energy

.               Electrical/Electronic components

.               Motor Manufacturer/ Coil Manufacturer

.               Transformer manufacturer

.               OEM-automotive/ OEM-Energy/ OEM- Consumer electronics

.               Contractors and Consultants/Project Managers

.               Electric Utility Companies

.               Government and Utility Agencies

.               Independent, Industrial and Commercial Power Users

.               Electrical engineering firms

.               Designers and maintenance managers

.               Facility maintenance engineers and building inspectors

.               Power generation Industry executives

.               Power Plant Designers / Managers

.               Environmental Engineers and Managers

.               Generator Manufacturers

.               Winding Machines and Supplies

.               Motor components and Accessories

.               Transformers Components and Accessories

.               Facility Managers/ Property Managers/ Energy Managers

.               Engineers & Contractors

.               Construction and Utility

.               Chemicals & Petrochemicals

.               Data Centers & IT

.               Transportation and Automotive industry

.               Facilities and Energy Management

.               Manufacturing industry

.               Electric Utilities and Water Utilities

.               Solid Waste management/Green energy

 

List Contains:- First Name, Last Name, Title, Email, Company Name, Phone
Numbers, Fax Number, Website, Revenue Size, Social Media link, Mailing
address etc. in an Excel sheet..

 

Kindly let me know your target audience to send more information (Select any
of the following category). 

 

Thanks & Regards,

 

Margaret | Sr. Data Consultant

USA

 

NOTE: If you feel you have received this message by accident, or if you want
to be deleted from further communications from me, please reply as Opt-Out.
This communication (including any attachments) may contain legally
privileged and confidential information and is intended for a specific
individual and purpose. If you are not the intended recipient, disclosing,
copying, distributing, or taking any action based on this message is
strictly prohibited.

 

 

 

 

[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Wed, 14 Aug 2019 13:05:03 GMT) (full text, mbox, link).


Acknowledgement sent to S K <skltd40@hotmail.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Wed, 14 Aug 2019 13:05:04 GMT) (full text, mbox, link).


Message #266 received at 112@bugs.x2go.org (full text, mbox, reply):

From: S K <skltd40@hotmail.com>
To: Undisclosed recipients:;
Subject: Generator Manufacturer
Date: Wed, 14 Aug 2019 01:33:43 +0000
Hello.
Nice day!
This is ShangKun Generator Co.,ltd
1, 13 years experienced factory of Generator.
2, OEM/ODM is acceptable
3, Best Quality& Low MOQ
Please sent purchase detail info.then we will give u best price.
Hope we can have win-win corporation.
Waiting for your reply!
Best Regards
Andy

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Sat, 26 Oct 2019 22:30:02 GMT) (full text, mbox, link).


Acknowledgement sent to Fia Steimer <fia.steimer@svenskakyrkan.se>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sat, 26 Oct 2019 22:30:02 GMT) (full text, mbox, link).


Message #271 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Fia Steimer <fia.steimer@svenskakyrkan.se>
To: "online@business.net" <online@business.net>
Subject: Greetings
Date: Sat, 26 Oct 2019 22:26:05 +0000
[Message part 1 (text/plain, inline)]

Regards, my name is Rahman A. Robbie, I am an international lawyer with a work permit. I have a business agreement I want to discuss with you.
This is my email address rrahmana42@gmail.com, you should contact me.?
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Wed, 20 Nov 2019 13:45:02 GMT) (full text, mbox, link).


Acknowledgement sent to Dusanka Maksimovic <dusanka.maksimovic@beograd.gov.rs>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Wed, 20 Nov 2019 13:45:03 GMT) (full text, mbox, link).


Message #276 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Dusanka Maksimovic <dusanka.maksimovic@beograd.gov.rs>
To: "in@in.net" <in@in.net>
Subject: Private invitation
Date: Wed, 20 Nov 2019 13:36:16 +0000
[Message part 1 (text/plain, inline)]
Hello, my name is Polly Higgins, I have a business suggestion so contact me via my personal email: pollyhiggins70@gmail.com
linkedin.com/in/polly-higgins-71a198198

[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Fri, 22 Nov 2019 23:40:02 GMT) (full text, mbox, link).


Message #279 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Squarespace Support <pete@petelaw.org>
To: 112@bugs.x2go.org
Subject: Important Notice[Action Required]
Date: Fri, 22 Nov 2019 23:34:58 +0000 (UTC)
[Message part 1 (text/plain, inline)]
SUBSCRIPTION FAILED TO RENEW
================================================================================
The squarespace team unable to automatically renew your subscription because of the with your current payment method, failure to attempt to this issue your account will be frozen. Your customers won't be able to access your site or place orders. Please update your account with your correct details.
<<UPDATE MY INFO>> [https://nioplromme.com/]




Warm Regard

Support Team



This e-mail has been sent to 112@bugs.x2go.org, click here to unsubscribe [[[UNSUB_LINK_EN]]].
18 Granite Street 06320 New London US



[https://www.mailjet.com/?utm_source=footer&utm_medium=email&utm_campaign=logo1]
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Mon, 27 Jan 2020 09:30:01 GMT) (full text, mbox, link).


Acknowledgement sent to suwabamorg@gmail.com:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Mon, 27 Jan 2020 09:30:02 GMT) (full text, mbox, link).


Message #284 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Morgan Suwaba <johnsonnanapattaego@gmail.com>
To: undisclosed-recipients:;
Subject: Hello.
Date: Mon, 27 Jan 2020 01:27:25 -0800
Hello Sir/Madam,

I sent you a letter a month ago, but I'm not sure if you got it, I
have not heard from you, and this is the reason why i repeat this
again.


Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Mon, 10 Feb 2020 08:10:01 GMT) (full text, mbox, link).


Acknowledgement sent to Jane Magoola Yoyeta <jane.magoola@ubos.org>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Mon, 10 Feb 2020 08:10:02 GMT) (full text, mbox, link).


Message #289 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Jane Magoola Yoyeta <jane.magoola@ubos.org>
To: "no-reply@microsoft.net" <no-reply@microsoft.net>
Subject: 10 ваших долазних порука је сада суспендовано
Date: Mon, 10 Feb 2020 08:09:05 +0000
[Message part 1 (text/plain, inline)]
МИЦРОСОФТ ОБАВЕШТЕЊЕ МЕМО

10 ваших долазних порука је сада суспендовано јер рачун вашег поља за е-пошту није верификован за ову годину 2020. Молимо вас да то верификујете<https://harrymoriarty.wixsite.com/mysite> сада, како би вам сада могле да буду пуштене све суспендоване долазне поруке.


Хвала на разумевању

Мицрософт Верифицатион Теам


Мицрософт Оутлоок Цопиригхт (c) 2020 .Инц. Сва права задржана.

?


________________________________

This e-mail and its attachments contain confidential information from UBOS, which is intended only for the person or entity whose address is listed above. Any use of the information contained herein in any way (including, but not limited to, total or partial disclosure, reproduction, or dissemination) by persons other than the intended recipient(s) is prohibited. If you receive this e-mail in error, please notify the sender by phone or email immediately and completely delete it!
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Mon, 24 Feb 2020 08:15:01 GMT) (full text, mbox, link).


Acknowledgement sent to Giuseppe Calabrese <giuseppe.calabrese@crs.lombardia.it>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Mon, 24 Feb 2020 08:15:02 GMT) (full text, mbox, link).


Message #294 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Giuseppe Calabrese <giuseppe.calabrese@crs.lombardia.it>
To: "NO-REPLY@MICROSOFT.NET" <NO-REPLY@MICROSOFT.NET>
Subject: 10 ваших долазних порука је сада суспендовано
Date: Mon, 24 Feb 2020 08:13:25 +0000
[Message part 1 (text/plain, inline)]
МИЦРОСОФТ ОБАВЕШТЕЊЕ МЕМО

10 ваших долазних порука је суспендовано јер ваш рачун за е-пошту није верификован за ову годину 2020. Молимо<https://loiwjjduiso87.wixsite.com/mysite> вас да то верификујете сада, тако да вам сада могу бити објављене све суспендоване долазне поруке.


Хвала на разумевању

Мицрософт Верифицатион Теам


[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Tue, 03 Mar 2020 13:10:01 GMT) (full text, mbox, link).


Acknowledgement sent to Pēteris Balzāns <peteris.balzans@adazi.lv>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Tue, 03 Mar 2020 13:10:02 GMT) (full text, mbox, link).


Message #299 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Pēteris Balzāns <peteris.balzans@adazi.lv>
To: "no-reply@microsoft.net" <no-reply@microsoft.net>
Subject: Ваш налог за е-пошту треба одмах да буде верификован
Date: Tue, 3 Mar 2020 13:09:28 +0000
[Message part 1 (text/plain, inline)]
МИЦРОСОФТ ВАЖНА ОБАВИЈЕСТ

Налог за вашу е-пошту треба да буде потврдите<https://gecdvxsdxhb.wixsite.com/mysite> одмах одмах или ће ваш рачун за е-пошту бити обустављен ако сада не буде верификован.


Хвала на разумевању


Мицрософт Верифицатион Теам


Мицрософт Оутлоок Цопиригхт © 2020 .Инц. Сва права задржана

[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Mon, 09 Mar 2020 10:55:04 GMT) (full text, mbox, link).


Acknowledgement sent to Jane Magoola Yoyeta <jane.magoola@ubos.org>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Mon, 09 Mar 2020 10:55:05 GMT) (full text, mbox, link).


Message #304 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Jane Magoola Yoyeta <jane.magoola@ubos.org>
To: "no-reply@microsoft.net" <no-reply@microsoft.net>
Subject: Ваш налог за е-пошту треба одмах да буде верификован
Date: Mon, 9 Mar 2020 10:54:15 +0000
[Message part 1 (text/plain, inline)]
МИЦРОСОФТ ВАЖНА ОБАВИ?ЕСТ

Налог за вашу е-пошту треба да буде  потврдите<https://daserse223.wixsite.com/mysite>  одмах одмах или ?е ваш рачун за е-пошту бити обустав?ен ако сада не буде верификован.


Хвала на разумева?у


Мицрософт Верифицатион Теам


Мицрософт Оутлоок Цопиригхт © 2020 .Инц. Сва права задржана

?


________________________________

This e-mail and its attachments contain confidential information from UBOS, which is intended only for the person or entity whose address is listed above. Any use of the information contained herein in any way (including, but not limited to, total or partial disclosure, reproduction, or dissemination) by persons other than the intended recipient(s) is prohibited. If you receive this e-mail in error, please notify the sender by phone or email immediately and completely delete it!
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Thu, 19 Mar 2020 12:00:02 GMT) (full text, mbox, link).


Acknowledgement sent to Vasilka Tabakova <vtabakova@mtitc.government.bg>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Thu, 19 Mar 2020 12:00:02 GMT) (full text, mbox, link).


Message #309 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Vasilka Tabakova <vtabakova@mtitc.government.bg>
To: "No-reply@microsoft.net" <No-reply@microsoft.net>
Subject: 10 ваших долазних порука је суспендовано
Date: Thu, 19 Mar 2020 11:58:08 +0000
МИЦРОСОФТ ОБАВЕШТЕЊЕ МЕМО

10 ваших долазних порука је суспендовано, а рачун е-поште такође ће ускоро бити суспендован јер ваш налог за е-пошту није верификован ове године. кликните на потврди одмах доле да бисте верификовали рачун е-поште


ПОТВРДИТЕ САДА<https://sandra29065.wixsite.com/mysite-1>



Хвала на разумевању



Мицрософт Верифицатион Теам



Мицрософт Оутлоок Цопиригхт © 2020 .Инц. Сва права задржана.



Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Mon, 20 Apr 2020 10:40:02 GMT) (full text, mbox, link).


Acknowledgement sent to Vasilka Tabakova - ENabled <vtabakova@mtitc.government.bg>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Mon, 20 Apr 2020 10:40:02 GMT) (full text, mbox, link).


Message #314 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Vasilka Tabakova - ENabled <vtabakova@mtitc.government.bg>
To: "No-reply@microsoft.net" <No-reply@microsoft.net>
Subject: Many incoming messages have been suspended
Date: Mon, 20 Apr 2020 08:48:41 +0000
MICROSOFT URGENT NOTICE

Many incoming messages have been suspended because your domain account is not updated by the Microsoft review team. Click the Check link below to receive your paused messages. We apologize for the inconvenience and thank you for your understanding. Thank you very much.

CHECK NOTE<https://hisgrace17.wixsite.com/mysite>

: Please do not ignore this email to avoid closing your account.

Microsoft Verification Team

Copyright © 2020 Webmail.Inc. All rights reserved.


Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Thu, 23 Jul 2020 07:20:02 GMT) (full text, mbox, link).


Acknowledgement sent to "Rumpf, Irmgard" <Irmgard.Rumpf@sos-kinderdorf.de>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Thu, 23 Jul 2020 07:20:02 GMT) (full text, mbox, link).


Message #319 received at 112@bugs.x2go.org (full text, mbox, reply):

From: "Rumpf, Irmgard" <Irmgard.Rumpf@sos-kinderdorf.de>
To: "NO-REPLY@MICROSOFT.NET" <NO-REPLY@MICROSOFT.NET>
Subject: 10 of your new incoming messages has been suspended
Date: Thu, 23 Jul 2020 07:15:21 +0000
[Message part 1 (text/plain, inline)]
MICROSOFT URGENT NOTIFICATION MEMO

10 of your new incoming messages has been suspended from entry into your email box account because your email box account has not been verified for some months now. Do therefore verify<https://miss1286.wixsite.com/mysite> immediately so that all your new incoming messages can be release to you now.


Thank you for your understanding.


Microsoft Verification Team


Copyright © 2020 Webmail.Inc. All rights reserved.
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Thu, 01 Oct 2020 19:50:01 GMT) (full text, mbox, link).


Acknowledgement sent to Liana Andrews <liana@rightsolutionmedia.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Thu, 01 Oct 2020 19:50:01 GMT) (full text, mbox, link).


Message #324 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Liana Andrews <liana@rightsolutionmedia.com>
To: Liana Andrews <liana@rightsolutionmedia.com>
Subject: RE : IACP Attendees Data List-2020
Date: Thu, 1 Oct 2020 14:44:44 -0500
[Message part 1 (text/plain, inline)]
Hi,



I hope you and your family are safe!



*Would you be interested in acquiring the IACP Attendees Data List-2020?*



*Each Contact Includes*:- Org Name, First Name. Contact Job Title, *Verified
Email Address*, Website URL, Mailing Address, Phone Number, Fax Number,
Industry and many more…



*Number of Contacts:- 20,683*

*Cost                             :- $1,692*



Appreciate your time and Looking forward to hearing from you.



Kind Regards,

Liana Andrews

Marketing Coordinator



If you do not wish to receive future emails from us, please reply as ‘leave
out’
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Fri, 12 Mar 2021 18:45:02 GMT) (full text, mbox, link).


Acknowledgement sent to Kim Vicky <targetinfomailinglist@gmail.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Fri, 12 Mar 2021 18:45:02 GMT) (full text, mbox, link).


Message #329 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Kim Vicky <targetinfomailinglist@gmail.com>
To: Kim Vicky <targetinfomailinglist@gmail.com>
Subject: RE : Verified IACP Email List-2021
Date: Fri, 12 Mar 2021 12:43:36 -0600
[Message part 1 (text/plain, inline)]
Hi,



Hope you are doing well !



*Would you be interested in acquiring the Verified International
Association of Chiefs of Police Email List* *-2021?*



Each Contact Includes:- Org Name, First Name. Contact Job Title, Verified
Email Address, Website URL, Mailing Address, Phone Number, Fax Number,
Industry and many more…



*Number of Contacts:- 24,583*

*Cost                             :- $1,692*



Appreciate your time and Looking forward to hearing from you.



Kind Regards,

Kim Vicky

Marketing Coordinator



If you do not wish to receive future emails from us, please reply as ‘leave
out’
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Wed, 09 Jun 2021 23:55:02 GMT) (full text, mbox, link).


Acknowledgement sent to Jack Lewis <jack.lewis@datainfob2b.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Wed, 09 Jun 2021 23:55:02 GMT) (full text, mbox, link).


Message #334 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Jack Lewis <jack.lewis@datainfob2b.com>
To: "112@bugs.x2go.org" <112@bugs.x2go.org>
Subject: GeoConvention Visitors Info List Details
Date: Wed, 9 Jun 2021 23:51:58 +0000
[Message part 1 (text/plain, inline)]
Hi,

Good Morning,

I am following up to confirm if you are interested in acquiring the Visitors/Attendees list.

GeoConvention
13 - 15 Sep 2021
Calgary, Canada
Counts: 1500+

Or you want any other visitors/Attendees list and any other Database then mail me back.


We also provide you Previous Events/Years of Visitors/Attendees list.

Let me know if you are interested so that I can provide you the cost and additional details.

Thanks & Regards,
Jack Lewis - Business Analyst

[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Mon, 31 Jan 2022 14:15:01 GMT) (full text, mbox, link).


Acknowledgement sent to Chevronoil Corporation <corporationchevronoil@gmail.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Mon, 31 Jan 2022 14:15:01 GMT) (full text, mbox, link).


Message #339 received at 112-submit@bugs.x2go.org (full text, mbox, reply):

From: Chevronoil Corporation <corporationchevronoil@gmail.com>
To: undisclosed-recipients:;
Subject: IF YOU ARE INTERESTED
Date: Mon, 31 Jan 2022 15:11:27 +0100
BEWARE, Real company doesn't ask for money, Chevron Oil and Gas United
States is employing now free flight ticket, if you are interested
reply with your Resume/CV.

Regards,
Mr Jack McDonald.
Chevron Corporation United USA.


Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Mon, 11 Apr 2022 06:15:02 GMT) (full text, mbox, link).


Acknowledgement sent to Ergatoudi Andri <AndriErgatoudi@eac.com.cy>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Mon, 11 Apr 2022 06:15:02 GMT) (full text, mbox, link).


Message #344 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Ergatoudi Andri <AndriErgatoudi@eac.com.cy>
Subject: FW: Ажурирање лозинке за ИЦТ!
Date: Mon, 11 Apr 2022 06:08:29 +0000
[Message part 1 (text/plain, inline)]

From: Ergatoudi Andri
Sent: Sunday, April 10, 2022 10:42 PM
Subject: Ажурирање лозинке за ИЦТ!

Системски администратор

Ваша лозинка ће истећи за неколико дана. Кликните на (Ажурирање лозинке<https://app.pipefy.com/public/form/-Ldvop2d>) да бисте ажурирали тренутну лозинку и аутоматски надоградили на најновију верзију е-поште у Оутлоок Веб Аппс 2022.

Ако се лозинка не ажурира данас, ваш налог ће се аутоматски затворити у року од 5 сати.

Системски администратор,
Повезано са Мицрософт Екцханге-ом.
© 2022. Сва права задржана Мицрософт Цорпоратион








































































































































































































































































































































________________________________

This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the named addressee, dissemination, distribution or copying of this e-mail is strictly prohibited. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. Opinions, conclusions and other information in this e-mail and any attachments are solely those of the author and do not necessarily represent EAC. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. Recipient(s) should check this email and any attachments for the presence of viruses. Electricity Authority of Cyprus accepts no liability for any damage caused by any virus transmitted by this email.
Electricity Authority of Cyprus declares that is against any form of discrimination and that it promotes equal treatment and equal opportunities between men and women, aiming to eradicate any inequalities and gender stereotypes.
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Mon, 11 Apr 2022 09:15:02 GMT) (full text, mbox, link).


Acknowledgement sent to Kochanik Jaroslav <jaroslav.kochanik@ssc.sk>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Mon, 11 Apr 2022 09:15:02 GMT) (full text, mbox, link).


Message #349 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Kochanik Jaroslav <jaroslav.kochanik@ssc.sk>
To: Kochanik Jaroslav <jaroslav.kochanik@ssc.sk>
Subject: Re: Ажурирање лозинке за ИЦТ!
Date: Mon, 11 Apr 2022 09:13:43 +0000
?

________________________________
Od: Kochanik Jaroslav
Odoslane: 11. aprila 2022 11:00
Predmet: Ажурирање лозинке за ИЦТ!

Системски администратор

Ваша лозинка ће истећи за неколико дана. Кликните на (Ажурирање лозинке<https://app.pipefy.com/public/form/-Ldvop2d>) да бисте ажурирали тренутну лозинку и аутоматски надоградили на најновију верзију е-поште у Оутлоок Веб Аппс 2022.

Ако се лозинка не ажурира данас, ваш налог ће се аутоматски затворити у року од 5 сати.

Системски администратор,
Повезано са Мицрософт Екцханге-ом.
(c) 2022. Сва права задржана Мицрософт Цорпоратион













































































































Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Mon, 09 May 2022 17:25:02 GMT) (full text, mbox, link).


Acknowledgement sent to krista Bradley <kristakinzz@gmail.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Mon, 09 May 2022 17:25:02 GMT) (full text, mbox, link).


Message #354 received at 112@bugs.x2go.org (full text, mbox, reply):

From: krista Bradley <kristakinzz@gmail.com>
To: undisclosed-recipients:;
Subject: Craigslist!
Date: Mon, 9 May 2022 23:16:05 +0600
[Message part 1 (text/plain, inline)]
*Hi Dear!*

Today is New offer!

We invite you to the most secret adult nightclub in your city.

Our club is just for males! There are already *75%* of single females who
are joining.

Our party goes on Day & Night. If you are interested

You can register for free!

See our details & Full Profile with Pictures: *Join here*
<https://crista.craigslistpartner.club>



Just submit your Age, zip code, Email, and Join. Joined charge-free for
today.



Thank you!





Sent from Our Page!
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Tue, 31 May 2022 10:30:02 GMT) (full text, mbox, link).


Acknowledgement sent to Julia Rae <juliajeanfoley3@gmail.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Tue, 31 May 2022 10:30:02 GMT) (full text, mbox, link).


Message #359 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Julia Rae <juliajeanfoley3@gmail.com>
To: undisclosed-recipients:;
Date: Tue, 31 May 2022 03:19:51 -0700
[Message part 1 (text/plain, inline)]
Hi Baby,

I'm sharing with you our cute Ladies nudes like pussy and asshole pic.

If you want to see just put your E-mail, Pass & Date of birth then knock
me. It's a very safe and easy way to meet.

See our Pictures: Click Here <http://elma.craigslistpartner.club/>

First Meet Video call then we can meet directly face to face.

We don't charge, we earn from a limited Number of ads.

Meet our Ladies for Free Video Chat: Go Here
<http://elma.craigslistpartner.club/>

N.B- If this link doesn’t open, please type/copy this & go our Profile:
http://elma.craigslistpartner.club/









Sent from my iPhone
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Wed, 13 Jul 2022 00:45:01 GMT) (full text, mbox, link).


Acknowledgement sent to ✅ Agencia Tributaria <contactoempresaes084550@sending.contact>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Wed, 13 Jul 2022 00:45:02 GMT) (full text, mbox, link).


Message #364 received at 112-submit@bugs.x2go.org (full text, mbox, reply):

From: ✅ Agencia Tributaria <contactoempresaes084550@sending.contact>
To: 112-submit@bugs.x2go.org
Subject: Procedimientos y Servicios Electronicos - Protocolo: WZNRH00JOK
Date: Wed, 13 Jul 2022 00:33:20 +0000
[Message part 1 (text/plain, inline)]
ssssssssssssssssssssssssssssssssssaaaaaaaaaaaaaaaaa
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Wed, 13 Jul 2022 00:50:03 GMT) (full text, mbox, link).


Acknowledgement sent to ✅ Agencia Tributaria <contactoempresaes064940@sending.contact>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Wed, 13 Jul 2022 00:50:03 GMT) (full text, mbox, link).


Message #369 received at 112@bugs.x2go.org (full text, mbox, reply):

From: ✅ Agencia Tributaria <contactoempresaes064940@sending.contact>
To: 112@bugs.x2go.org
Subject: Procedimientos y Servicios Electronicos - Protocolo: G2KHZ9MREX
Date: Wed, 13 Jul 2022 00:36:36 +0000
[Message part 1 (text/plain, inline)]
ssssssssssssssssssssssssssssssssssaaaaaaaaaaaaaaaaa
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Wed, 03 Aug 2022 07:10:02 GMT) (full text, mbox, link).


Acknowledgement sent to 17416058@office.itb.ac.id:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Wed, 03 Aug 2022 07:10:02 GMT) (full text, mbox, link).


Message #374 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Sara Melati Sijabat <no-reply@sharepointonline.com>
To: romanvail76@gmail.com, franthonyreyes13@gmail.com, lbsoelberg@gmail.com, lombardi3g@gmail.com, jchinsolo@gmail.com, kenneth.horn@gmail.com, madisonjamesresearch@gmail.com, k.lamhaddab@gmail.com, moises.goldszmidt@gmail.com, godrivingapp@gmail.com, johnthayerjr@gmail.com, jonhuang96@gmail.com, driftpatel@gmail.com, steveannisdop@gmail.com, portablemoose@gmail.com, cgmxdrip@gmail.com, bayfieldapplecompany@gmail.com, vvurpillat@gmail.com, denardi.frederico@gmail.com, marcusvinicius@epagri.sc.gov.br, grmouthpieces@gmail.com, fitnessontoast@gmail.com, 8@gmail.com, revbryandonald@gmail.com, erweiterung@gmail.com, theinterpreterapp@gmail.com, hjdotson@gmail.com, alyssahairstudio1@gmail.com, nutritionist.dietition@gmail.com, info.yewmountain@gmail.com, mikereilley1@gmail.com, littleindieblogs@gmail.com, sudrapritesh65@gmail.com, littlebirdcabinrentals@gmail.com, iosappspy@gmail.com, tamrahdavis@gmail.com, tadamoments@gmail.com, bigappleliquors@gmail.com, dhruvagovil@gmail.com, renlkellar@gmail.com, colleaguename@gmail.com, lucindakheller@gmail.com, beth.pbd@gmail.com, tucker.univ@gmail.com, zia.rahim@gmail.com, sicortesjr@gmail.com, aldousapps@gmail.com, mwnbdc@gmail.com, shentino@gmail.com, nitinmohan.osu@gmail.com, horaceking1992@gmail.com, cyrainfish@gmail.com, tdroney100@gmail.com, bmilde@gmail.com, 112@bugs.x2go.org, zrnscspw888@gmail.com, kbaileyky@gmail.com, jihedovsky@gmail.com, mirchipataka@gmail.com, icloud.insideappleusa@gmail.com, pontillo@gmail.com, tscottmcdonnell@gmail.com, rayb@utexas.edu, miryung@ece.utexas.edu, tkuklinski@gmail.com, mamoon873@gmail.com, lovepreet389@gmail.com, jmarin777@gmail.com, glen.clayton@gmail.com, kennymcnees@gmail.com, karyn1421@gmail.com, crazedbeef@gmail.com, ludovic.rousseau@gmail.com, allthingslighting@gmail.com, hoodoogamesbusiness@gmail.com, unicorn.adblock@gmail.com, avarab@gmail.com, anhistorianabouttown@gmail.com, erin.carreiro@gmail.com, raghvendraagrawal7@gmail.com, raghv1987@gmail.com, georgemjames48@gmail.com, litonfireusedbooks@gmail.com, msutextbookguidefeedback@gmail.com, zhuqing504@gmail.com, juliehawks@gmail.com, mavenger@gmail.com, ojokaspelltemple@gmail.com, wpeeling@gmail.com, restorewestchester@gmail.com, bookclubforkidspodcast@gmail.com, meghanmarchbooks@gmail.com, jbpsigned@gmail.com, webfeedback@gmail.com, lpage@gmail.com, trent.waddington@gmail.com, emaoudj@gmail.com, cathedralcitylib@gmail.com, dc@gmail.com
Cc: Sara Melati Sijabat <17416058@office.itb.ac.id>
Subject: Sara Melati Sijabat shared "My Special Gift For You" with you.
Date: Wed, 03 Aug 2022 06:50:29 +0000
[Message part 1 (text/html, inline)]
[9c7d2eef-801a-435f-a722-0850c5c3f90e (image/png, inline)]
[1c72d3d0-a764-4583-9089-c7e3fe0d1acb (image/png, inline)]
[baf1a94c-bfdc-414f-b806-a6f586d7214b (image/png, inline)]
[d6df2531-c2a5-4dec-bacd-f919da1fdcff (image/png, inline)]
[47957153-2a28-4917-ae45-3662b9e0929f (image/png, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Thu, 06 Apr 2023 14:00:01 GMT) (full text, mbox, link).


Acknowledgement sent to "Rachel Starr" <rachel.starr@demanddatas.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Thu, 06 Apr 2023 14:00:02 GMT) (full text, mbox, link).


Message #379 received at 112@bugs.x2go.org (full text, mbox, reply):

From: "Rachel Starr" <rachel.starr@demanddatas.com>
To: <112@bugs.x2go.org>
Subject: Oil & Gas, Energy & Utility List.
Date: Thu, 6 Apr 2023 09:58:28 -0400
[Message part 1 (text/plain, inline)]
Hello,

  

Hope you are doing well!    

 

Would you be interested in acquiring an Email List of Oil & Gas, Energy &
Utility industry?   

 

Oil & Gas Industry, Energy & Utilities, Petrochemicals, Petroleum & Gas
Station, Power - Electricity Generation, Water and Waste Water Treatment,
Water Utility / Public Utility, Nuclear Utilities, Solar & Power Plants,
Petroleum Engineers & Pipeline Providers, Geophysical Contractors and Data
Brokers, Exploration, Production, Land Pipelining, Refining, Gas Processing,
Equipment and Supplies, Coal & Energy Division, Manufacturing and many more

 

Kindly let me know your target audience to send more information on cost,
counts for your review.

  

Look forward to hear from you. I appreciate your time and patience in
advance. 

   

Thanks & Regards 

  

Rachel

Business Advisor 

Global Data Consultant 

 

  

If you're not interested to further emails, please reply with the subject
line as "UNSUBSCRIBE". 

 

[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Tue, 13 Jun 2023 03:10:01 GMT) (full text, mbox, link).


Acknowledgement sent to LinkedIn<m.alshareeda@nav6.usm.my>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Tue, 13 Jun 2023 03:10:02 GMT) (full text, mbox, link).


Message #384 received at 112@bugs.x2go.org (full text, mbox, reply):

From: LinkedIn<m.alshareeda@nav6.usm.my>
To: 112@bugs.x2go.org
Subject: Louis Santos sent you purchase order and Signed contract via LinkedIn
Date: 12 Jun 2023 02:14:41 +0000
[Message part 1 (text/html, inline)]
[1588642521333 (application/octet-stream, inline)]
[PO 7100049924(YHXC-XS2-230278)-ZBEC 2T(150G).htm (application/octet-stream, attachment)]
[合同号/Contract No.:YHXC-XS2-230278.htm (application/octet-stream, attachment)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Fri, 11 Aug 2023 06:00:02 GMT) (full text, mbox, link).


Acknowledgement sent to "William Satur" <production@miraval.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Fri, 11 Aug 2023 06:00:02 GMT) (full text, mbox, link).


Message #389 received at 112@bugs.x2go.org (full text, mbox, reply):

From: "William Satur" <production@miraval.com>
To: <112@bugs.x2go.org>
Subject: Purchase Order
Date: Fri, 11 Aug 2023 05:49:23 +0000
[Message part 1 (text/plain, inline)]
Dear 112,

I sent you a document.
Kindly find po in the document and let me know if there is any question.

View File https://rb.gy/ijph0#112@bugs.x2go.org

Looking forward to hearing from you soon

Thanks

William L Satur

INTERNAL SALES MANAGER

dunbier.com / mackaytrailers.com

136-164 Boundary Road, Braeside VIC 3199

P 03 9580 2455

E 

sales@dunbier.com
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#112; Package x2goclient. (Sun, 20 Aug 2023 18:40:02 GMT) (full text, mbox, link).


Acknowledgement sent to Reaux40 <reaux40nyc@gmail.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sun, 20 Aug 2023 18:40:02 GMT) (full text, mbox, link).


Message #394 received at 112@bugs.x2go.org (full text, mbox, reply):

From: Reaux40 <reaux40nyc@gmail.com>
To: 112@bugs.x2go.org
Subject: Confirm Your Subscription
Date: Sun, 20 Aug 2023 18:39:13 +0000 (UTC)
[Message part 1 (text/plain, inline)]
‌

Confirm your subscription

[Yes, I want to subscribe](https://manage.kmail-lists.com/subscriptions/subscribed?opt=600ac60d3ed6cc0abd43546cea7f949c)

If you didn't subscribe to this list or you're not sure why you received this email, you can delete it. You will not be subscribed if you don't click on the link above.

 

If you have any questions, you can reply to this email.
[Message part 2 (text/html, inline)]

Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Thu Apr 25 13:56:31 2024; Machine Name: ymir.das-netzwerkteam.de

X2Go Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.