[jira] [Commented] (LOG4NET-551) LockRecursionException when using File Appenders

2017-03-14 Thread Stefan Bodewig (JIRA)

[ 
https://issues.apache.org/jira/browse/LOG4NET-551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15924451#comment-15924451
 ] 

Stefan Bodewig commented on LOG4NET-551:


Last Saturday :-)

Sorry, I thought you'd be subscribed to one of our lists and had seen the 
announcement. 2.0.8 is already there.

> LockRecursionException when using File Appenders
> 
>
> Key: LOG4NET-551
> URL: https://issues.apache.org/jira/browse/LOG4NET-551
> Project: Log4net
>  Issue Type: Bug
>Affects Versions: 2.0.7
>Reporter: Matthew Lefoster
>Priority: Minor
> Fix For: 2.0.8
>
>
> I have been getting the following exception on the console:
> {quote}
> log4net:ERROR Exception while logging
> System.Threading.LockRecursionException: Recursive read lock acquisitions not 
> allowed in this mode.
>at 
> System.Threading.ReaderWriterLockSlim.TryEnterReadLockCore(TimeoutTracker 
> timeout)
>at System.Threading.ReaderWriterLockSlim.TryEnterReadLock(TimeoutTracker 
> timeout)
>at System.Threading.ReaderWriterLockSlim.EnterReadLock()
>at log4net.Util.ReaderWriterLock.AcquireReaderLock()
>at log4net.Repository.Hierarchy.Logger.CallAppenders(LoggingEvent 
> loggingEvent)
>at log4net.Repository.Hierarchy.Logger.ForcedLog(Type 
> callerStackBoundaryDeclaringType, Level level, Object message, Exception 
> exception)
>at log4net.Repository.Hierarchy.Logger.Log(Type 
> callerStackBoundaryDeclaringType, Level level, Object message, Exception 
> exception)
> {quote}
> I have a number of different appenders, but this only happens when I am using 
> `log4net.Appender.FileAppender`.
> Using a debugger, I was able to narrow it down to this line (I replaced curly 
> brackets with square brackets because otherwise JIRA interprets them as 
> macros):
> {quote}
> Logger.DebugFormat("[1] Executing SQL: [0][2][0]With parameters: [3]",
> Environment.NewLine, methodName, sql, new 
> ToStringWrapper(parameters));
> {quote}
> My first thought was that ToStringWrapper() was throwing an exception or 
> generating another logging call. But If I put breakpoints at the log call and 
> at the first line of ToStringWrapper.ToString, the exception will show up in 
> the console between those two points.
> Oddly enough, if I "step into" the logging call instead of just "continuing" 
> and letting the breakpoints handle it, no exception happens.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[ANN] Apache log4net 2.0.8 Released

2017-03-11 Thread Stefan Bodewig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The Apache log4net team is pleased to announce the release of Apache
log4net 2.0.8.  The release is available for download at

https://logging.apache.org/log4net/download_log4net.cgi

as well as via nuget

https://www.nuget.org/packages/log4net/

The Apache log4net library is a tool to help the programmer output log
statements to a variety of output targets.  log4net is a port of the
excellent Apache log4j framework to the Microsoft(R) .NET runtime.

Apache log4net 2.0.8 fixes a LockRecursionException that could happen
inside the FileAppender under certain circumstances. It also adds
support for LogicalThreadContext to the .NET Standard build based on
AsyncLocal rather than CallContext.

See the release-notes at

http://logging.apache.org/log4net/release/release-notes.html

for a full list of changes.

Please verify signatures using the KEYS file available at the above
location when downloading the release.

For complete information on log4net, including instructions on how to
submit bug reports, patches, or suggestions for improvement, see the
Apache log4net website:

http://logging.apache.org/log4net/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAljE2jkACgkQohFa4V9ri3KGaQCg0UBteNnBmUI0x3O3JL/drZba
dy8An0As0KHbyeyxahHRcA5FaZJau/bl
=b9b6
-END PGP SIGNATURE-


[RESULT] Release log4net 2.0.8 Based on RC1

2017-03-11 Thread Stefan Bodewig
Hi all

with +1s by Remko Popma, Matt Sicker, Dominik Psenner and my own
implicit one the vote has passed.

I'll continue with the release process and will give the mirrors a bit
of time before I send out the announcement mail.

Thanks

Stefan


[jira] [Commented] (LOG4NET-556) Rolling file appender only recognises dates in yyyy-MM-dd format.

2017-03-09 Thread Stefan Bodewig (JIRA)

[ 
https://issues.apache.org/jira/browse/LOG4NET-556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15903339#comment-15903339
 ] 

Stefan Bodewig commented on LOG4NET-556:


Thanks Steven, I guess I've gotten carried away by my frustration with 
{{RollingFileAppender}} combined with my lack of time.

Your patch probably works for most cases - more cases than the current code 
does. Maybe we can just add a little extra safety net.

> Rolling file appender only recognises dates in -MM-dd format.
> -
>
> Key: LOG4NET-556
> URL: https://issues.apache.org/jira/browse/LOG4NET-556
> Project: Log4net
>  Issue Type: Bug
>  Components: Appenders
>Affects Versions: 2.0.7
> Environment: Windows 7 and 10.
>Reporter: Steven Nicholas
>Priority: Minor
>  Labels: RollingFileAppender, fix
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> Rolling file appender wouldn't recognise date format if it differed from 
> yyy-MM-dd in the config file and would roll to the next file for every logged 
> event, leading to thousands of files with the suffix MMdd-xxx.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


Re: [VOTE] Release log4net 2.0.8 Based on RC1

2017-03-09 Thread Stefan Bodewig
On 2017-03-08, Dominik Psenner wrote:

> I am looking through the release and am going to give a few feedbacks
> during the next hour. The first thing i noticed is this:

> The website page 'features' still mentions that log4net has builds for
> ancient .net framework versions. We should change that.

Sure. But we can do so independent of any release anyway.

Thanks

Stefan


[VOTE] Release log4net 2.0.8 Based on RC1

2017-03-08 Thread Stefan Bodewig
Hi all

log4net 2.0.8 RC1 is available for review here:
  https://dist.apache.org/repos/dist/dev/logging/log4net
  (revision 18620)

Details of changes since 2.0.7 are in the release notes:
  https://stefan.samaflost.de/staging/log4net-2.0.8/release/release-notes.html

I have tested this with Mono and several .NET frameworks using NAnt.

The tag is here:
  https://svn.apache.org/repos/asf/logging/log4net/tags/2.0.8RC1
  (revision 1786048)

Site:
  https://stefan.samaflost.de/staging/log4net-2.0.8/

RAT Report:
  https://stefan.samaflost.de/staging/log4net-2.0.8/rat-report.html

Nuget Package:
  https://www.myget.org/feed/log4net-test/package/nuget/log4net

Votes, please.  This vote will close no sooner than in 72 hours,
1900 GMT 11-Mar 2017

[ ] +1 Release these artifacts
[ ] +0 OK, but...
[ ] -0 OK, but really should fix...
[ ] -1 I oppose this release because...

Thanks!

Stefan


[jira] [Resolved] (LOG4NET-557) Create a Replacement/Alternative to RollingFileAppender that works

2017-03-08 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig resolved LOG4NET-557.

Resolution: Duplicate

You are correct. Sorry.

> Create a Replacement/Alternative to RollingFileAppender that works
> --
>
> Key: LOG4NET-557
> URL: https://issues.apache.org/jira/browse/LOG4NET-557
> Project: Log4net
>  Issue Type: New Feature
>  Components: Appenders
>        Reporter: Stefan Bodewig
>  Labels: RollingFileAppender
>
> The number of bugs raised against {{RollingFileAppender}} is pretty huge and 
> it is full of bad assumptions. I (Stefan) am convinced that it is impossible 
> to fix the code as it is, we need a new one.
> ANY HELP IS VERY MUCH APPRECIATED.
> It doesn't have to mimic the current appender, quite the opposite. Maybe we 
> should look over to log4j to see how they have structured things, maybe 
> something completely different is needed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (LOG4NET-557) Create a Replacement/Alternative to RollingFileAppender that works

2017-03-08 Thread Stefan Bodewig (JIRA)

[ 
https://issues.apache.org/jira/browse/LOG4NET-557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15901154#comment-15901154
 ] 

Stefan Bodewig commented on LOG4NET-557:


https://issues.apache.org/jira/browse/LOG4NET-427?jql=text%20~%20%22RollingFileAppender%22%20and%20project%20%3D%20Log4net%20and%20status%20%3D%20Open
 lists 45 issues as of this writing.

> Create a Replacement/Alternative to RollingFileAppender that works
> --
>
> Key: LOG4NET-557
> URL: https://issues.apache.org/jira/browse/LOG4NET-557
> Project: Log4net
>  Issue Type: New Feature
>  Components: Appenders
>        Reporter: Stefan Bodewig
>  Labels: RollingFileAppender
>
> The number of bugs raised against {{RollingFileAppender}} is pretty huge and 
> it is full of bad assumptions. I (Stefan) am convinced that it is impossible 
> to fix the code as it is, we need a new one.
> ANY HELP IS VERY MUCH APPRECIATED.
> It doesn't have to mimic the current appender, quite the opposite. Maybe we 
> should look over to log4j to see how they have structured things, maybe 
> something completely different is needed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (LOG4NET-557) Create a Replacement/Alternative to RollingFileAppender that works

2017-03-08 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-557:
---
Labels: RollingFileAppender  (was: )

> Create a Replacement/Alternative to RollingFileAppender that works
> --
>
> Key: LOG4NET-557
> URL: https://issues.apache.org/jira/browse/LOG4NET-557
> Project: Log4net
>  Issue Type: New Feature
>  Components: Appenders
>        Reporter: Stefan Bodewig
>  Labels: RollingFileAppender
>
> The number of bugs raised against {{RollingFileAppender}} is pretty huge and 
> it is full of bad assumptions. I (Stefan) am convinced that it is impossible 
> to fix the code as it is, we need a new one.
> ANY HELP IS VERY MUCH APPRECIATED.
> It doesn't have to mimic the current appender, quite the opposite. Maybe we 
> should look over to log4j to see how they have structured things, maybe 
> something completely different is needed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (LOG4NET-557) Create a Replacement/Alternative to RollingFileAppender that works

2017-03-08 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-557:
---
Component/s: Appenders

> Create a Replacement/Alternative to RollingFileAppender that works
> --
>
> Key: LOG4NET-557
> URL: https://issues.apache.org/jira/browse/LOG4NET-557
> Project: Log4net
>  Issue Type: New Feature
>  Components: Appenders
>        Reporter: Stefan Bodewig
>  Labels: RollingFileAppender
>
> The number of bugs raised against {{RollingFileAppender}} is pretty huge and 
> it is full of bad assumptions. I (Stefan) am convinced that it is impossible 
> to fix the code as it is, we need a new one.
> ANY HELP IS VERY MUCH APPRECIATED.
> It doesn't have to mimic the current appender, quite the opposite. Maybe we 
> should look over to log4j to see how they have structured things, maybe 
> something completely different is needed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (LOG4NET-556) Rolling file appender only recognises dates in yyyy-MM-dd format.

2017-03-08 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-556:
---
Labels: RollingFileAppender fix  (was: fix)

> Rolling file appender only recognises dates in -MM-dd format.
> -
>
> Key: LOG4NET-556
> URL: https://issues.apache.org/jira/browse/LOG4NET-556
> Project: Log4net
>  Issue Type: Bug
>  Components: Appenders
>Affects Versions: 2.0.7
> Environment: Windows 7 and 10.
>Reporter: Steven Nicholas
>Priority: Minor
>  Labels: RollingFileAppender, fix
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> Rolling file appender wouldn't recognise date format if it differed from 
> yyy-MM-dd in the config file and would roll to the next file for every logged 
> event, leading to thousands of files with the suffix MMdd-xxx.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (LOG4NET-556) Rolling file appender only recognises dates in yyyy-MM-dd format.

2017-03-08 Thread Stefan Bodewig (JIRA)

[ 
https://issues.apache.org/jira/browse/LOG4NET-556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15901150#comment-15901150
 ] 

Stefan Bodewig commented on LOG4NET-556:


Many thanks, Steven

Oh my. {{RollingFileAppender}} really is broken in so many ways that small 
patches threaten it to fall apart. I flinch every time I have to touch it. 
LOG4NET-557

That being said, your patch deals one assumption (the pattern will always 
contain -MM-DD) for another (if the parsed backup index is bigger than the 
largest configured, it really must be a date). Your assumption is probably 
closer to the truth than the current code, but there are edge cases like backup 
files created with an older configuration that allowed for a bigger 
{{maxSizeRollBackups}}.

There already is a comment in {{RollingFileAppender}} 

{code}
// caution: we might get a false positive when certain
// date patterns such as MMdd are used...those are
// valid number but aren't the kind of back up index
// we're looking for
{code}

but I don't see anything that would handle this. I'd prefer code that dealt 
with the potential "false positives" to go into {{InitializeFromOneFile}} 
rather than having {{GetBackupIndex}} "lie".


> Rolling file appender only recognises dates in -MM-dd format.
> -
>
> Key: LOG4NET-556
> URL: https://issues.apache.org/jira/browse/LOG4NET-556
> Project: Log4net
>  Issue Type: Bug
>  Components: Appenders
>Affects Versions: 2.0.7
> Environment: Windows 7 and 10.
>Reporter: Steven Nicholas
>Priority: Minor
>  Labels: fix
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> Rolling file appender wouldn't recognise date format if it differed from 
> yyy-MM-dd in the config file and would roll to the next file for every logged 
> event, leading to thousands of files with the suffix MMdd-xxx.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (LOG4NET-557) Create a Replacement/Alternative to RollingFileAppender that works

2017-03-08 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-557:
---
Description: 
The number of bugs raised against {{RollingFileAppender}} is pretty huge and it 
is full of bad assumptions. I (Stefan) am convinced that it is impossible to 
fix the code as it is, we need a new one.

ANY HELP IS VERY MUCH APPRECIATED.

It doesn't have to mimic the current appender, quite the opposite. Maybe we 
should look over to log4j to see how they have structured things, maybe 
something completely different is needed.

  was:
The number of bugs raised against {{RollingFileAppender}} is pretty huge and it 
is full of bad assumptions. I (Stefan) am convinced that it is impossible to 
fix the code as it is, we need a new one.

ANY HELP IS VERY MICH APPRECIATED.

It doesn't have to mimic the current appender, quite the opposite. Maybe we 
should look over to log4j to see how they have structured things, maybe 
something completely different is needed.


> Create a Replacement/Alternative to RollingFileAppender that works
> --
>
> Key: LOG4NET-557
> URL: https://issues.apache.org/jira/browse/LOG4NET-557
> Project: Log4net
>  Issue Type: New Feature
>    Reporter: Stefan Bodewig
>
> The number of bugs raised against {{RollingFileAppender}} is pretty huge and 
> it is full of bad assumptions. I (Stefan) am convinced that it is impossible 
> to fix the code as it is, we need a new one.
> ANY HELP IS VERY MUCH APPRECIATED.
> It doesn't have to mimic the current appender, quite the opposite. Maybe we 
> should look over to log4j to see how they have structured things, maybe 
> something completely different is needed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (LOG4NET-557) Create a Replacement/Alternative to RollingFileAppender that works

2017-03-08 Thread Stefan Bodewig (JIRA)
Stefan Bodewig created LOG4NET-557:
--

 Summary: Create a Replacement/Alternative to RollingFileAppender 
that works
 Key: LOG4NET-557
 URL: https://issues.apache.org/jira/browse/LOG4NET-557
 Project: Log4net
  Issue Type: New Feature
Reporter: Stefan Bodewig


The number of bugs raised against {{RollingFileAppender}} is pretty huge and it 
is full of bad assumptions. I (Stefan) am convinced that it is impossible to 
fix the code as it is, we need a new one.

ANY HELP IS VERY MICH APPRECIATED.

It doesn't have to mimic the current appender, quite the opposite. Maybe we 
should look over to log4j to see how they have structured things, maybe 
something completely different is needed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


Re: [VOTE] Combine the project user and dev mailing lists into user@ and dev@

2017-03-07 Thread Stefan Bodewig
On 2017-03-08, Matt Sicker wrote:

> I may be missing some mailing lists considering I just subscribed to half
> of them less than five minutes ago.

> This is a vote to merge the various Apache Logging Services mailing lists.
> The proposal is to combine them as follows:

> log4j-dev@, log4php-dev@, log4net-dev@, log4cxx-dev@ ->
> d...@logging.apache.org

+1

> log4j-user@, log4php-user@, log4net-user@, log4cxx-user@, general@ ->
> u...@logging.apache.org

-1

I don't think the users would benefit from a shared list and would
prefer to keep them separate (this is not a veto, just a vote).

Stefan



Re: Releasing 2.0.8?

2017-03-07 Thread Stefan Bodewig
On 2017-03-07, Stefan Bodewig wrote:

> On 2017-03-07, Dominik Psenner wrote:

>> *hm*

>> Rereading the patch its probably safe to just apply the patch [1] and
>> check if all the unittests pass.

>> [1]
>> https://issues.apache.org/jira/secure/attachment/12852105/log4net-DebugAppenderCategory3.patch

> That's something I can do, I'll run them on the zoo of platforms I use
> to build releases.

Done. All trunk tests pass on .NET 2.0, 3.5 and 4.0 as well as .NET Core
1.0 - all tests that didn't fail before applying the patch also pass on
Mono 2.0, 3.5 and 4.0.

I've committed the patch and closed LOG4NET-553.

Stefan


[jira] [Commented] (LOG4NET-551) LockRecursionException when using File Appenders

2017-03-07 Thread Stefan Bodewig (JIRA)

[ 
https://issues.apache.org/jira/browse/LOG4NET-551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15899933#comment-15899933
 ] 

Stefan Bodewig commented on LOG4NET-551:


I'll be cutting a release candidate this week and then we'll vote on it, which 
will at least take three days. Chances are 2.0.8 will get released sometime 
during the next week.

Once the release candidate is ready I'll leave a note here, maybe you can give 
it a try as well.

> LockRecursionException when using File Appenders
> 
>
> Key: LOG4NET-551
> URL: https://issues.apache.org/jira/browse/LOG4NET-551
> Project: Log4net
>  Issue Type: Bug
>Affects Versions: 2.0.7
>Reporter: Matthew Lefoster
>Priority: Minor
> Fix For: 2.0.8
>
>
> I have been getting the following exception on the console:
> {quote}
> log4net:ERROR Exception while logging
> System.Threading.LockRecursionException: Recursive read lock acquisitions not 
> allowed in this mode.
>at 
> System.Threading.ReaderWriterLockSlim.TryEnterReadLockCore(TimeoutTracker 
> timeout)
>at System.Threading.ReaderWriterLockSlim.TryEnterReadLock(TimeoutTracker 
> timeout)
>at System.Threading.ReaderWriterLockSlim.EnterReadLock()
>at log4net.Util.ReaderWriterLock.AcquireReaderLock()
>at log4net.Repository.Hierarchy.Logger.CallAppenders(LoggingEvent 
> loggingEvent)
>at log4net.Repository.Hierarchy.Logger.ForcedLog(Type 
> callerStackBoundaryDeclaringType, Level level, Object message, Exception 
> exception)
>at log4net.Repository.Hierarchy.Logger.Log(Type 
> callerStackBoundaryDeclaringType, Level level, Object message, Exception 
> exception)
> {quote}
> I have a number of different appenders, but this only happens when I am using 
> `log4net.Appender.FileAppender`.
> Using a debugger, I was able to narrow it down to this line (I replaced curly 
> brackets with square brackets because otherwise JIRA interprets them as 
> macros):
> {quote}
> Logger.DebugFormat("[1] Executing SQL: [0][2][0]With parameters: [3]",
> Environment.NewLine, methodName, sql, new 
> ToStringWrapper(parameters));
> {quote}
> My first thought was that ToStringWrapper() was throwing an exception or 
> generating another logging call. But If I put breakpoints at the log call and 
> at the first line of ToStringWrapper.ToString, the exception will show up in 
> the console between those two points.
> Oddly enough, if I "step into" the logging call instead of just "continuing" 
> and letting the breakpoints handle it, no exception happens.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


Re: Releasing 2.0.8?

2017-03-07 Thread Stefan Bodewig
On 2017-03-07, Dominik Psenner wrote:

> *hm*

> Rereading the patch its probably safe to just apply the patch [1] and
> check if all the unittests pass.

> [1]
> https://issues.apache.org/jira/secure/attachment/12852105/log4net-DebugAppenderCategory3.patch

That's something I can do, I'll run them on the zoo of platforms I use
to build releases.

Stefan


Re: Releasing 2.0.8?

2017-03-07 Thread Stefan Bodewig
On 2017-03-06, Dominik Psenner wrote:

> The codereview of 553 is fine and includes reasonable unittests. The
> regression tests for all supported framework targets is the bottleneck here.

What kind of regression tests do you envision? Is there anything I or a
different member of the community can do to move this forward?

Stefan


Re: Releasing 2.0.8?

2017-03-06 Thread Stefan Bodewig
On 2017-03-06, Dominik Psenner wrote:

> Testing and applying the patch for LOG4NET-553 is on my todo, but
> can't see when I can free the spare time to actually get it done.

I see.

Maybe we really should get back into the habbit of more frequent
releases. :-)  If that's ever been the case, I'm not sure.

Schedule LOG4NET-553 for 2.0.9?

Stefan


[jira] [Commented] (LOG4NET-551) LockRecursionException when using File Appenders

2017-03-06 Thread Stefan Bodewig (JIRA)

[ 
https://issues.apache.org/jira/browse/LOG4NET-551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15897107#comment-15897107
 ] 

Stefan Bodewig commented on LOG4NET-551:


anything that ensures the release will actually fix the problem for you will be 
good.

This issue must have been present since 1.2.12.


> LockRecursionException when using File Appenders
> 
>
> Key: LOG4NET-551
> URL: https://issues.apache.org/jira/browse/LOG4NET-551
> Project: Log4net
>  Issue Type: Bug
>Affects Versions: 2.0.7
>Reporter: Matthew Lefoster
>Priority: Minor
> Fix For: 2.0.8
>
>
> I have been getting the following exception on the console:
> {quote}
> log4net:ERROR Exception while logging
> System.Threading.LockRecursionException: Recursive read lock acquisitions not 
> allowed in this mode.
>at 
> System.Threading.ReaderWriterLockSlim.TryEnterReadLockCore(TimeoutTracker 
> timeout)
>at System.Threading.ReaderWriterLockSlim.TryEnterReadLock(TimeoutTracker 
> timeout)
>at System.Threading.ReaderWriterLockSlim.EnterReadLock()
>at log4net.Util.ReaderWriterLock.AcquireReaderLock()
>at log4net.Repository.Hierarchy.Logger.CallAppenders(LoggingEvent 
> loggingEvent)
>at log4net.Repository.Hierarchy.Logger.ForcedLog(Type 
> callerStackBoundaryDeclaringType, Level level, Object message, Exception 
> exception)
>at log4net.Repository.Hierarchy.Logger.Log(Type 
> callerStackBoundaryDeclaringType, Level level, Object message, Exception 
> exception)
> {quote}
> I have a number of different appenders, but this only happens when I am using 
> `log4net.Appender.FileAppender`.
> Using a debugger, I was able to narrow it down to this line (I replaced curly 
> brackets with square brackets because otherwise JIRA interprets them as 
> macros):
> {quote}
> Logger.DebugFormat("[1] Executing SQL: [0][2][0]With parameters: [3]",
> Environment.NewLine, methodName, sql, new 
> ToStringWrapper(parameters));
> {quote}
> My first thought was that ToStringWrapper() was throwing an exception or 
> generating another logging call. But If I put breakpoints at the log call and 
> at the first line of ToStringWrapper.ToString, the exception will show up in 
> the console between those two points.
> Oddly enough, if I "step into" the logging call instead of just "continuing" 
> and letting the breakpoints handle it, no exception happens.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


Releasing 2.0.8?

2017-03-06 Thread Stefan Bodewig
Hi all

apart from the LockRecursionException Joe has fixed, we probably should
also bring back support for LogicalThreadContext for the .NET Standard
build.

I'll try to find time to build the release during the coming days, is
there anything that should be done before starting the release process?

Cheers

Stefan


[jira] [Commented] (LOG4NET-551) LockRecursionException when using File Appenders

2017-03-06 Thread Stefan Bodewig (JIRA)

[ 
https://issues.apache.org/jira/browse/LOG4NET-551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15896955#comment-15896955
 ] 

Stefan Bodewig commented on LOG4NET-551:


The limiting factor is time available to those who do the work of cutting and 
vetting a release. We are all volunteers here in the case of 2.0.7 it just 
happened to be the case that I had time at hand (vacation).

OTOH I've not considered this problem to be wide-spread given it must have 
happened ever since log4net started using {{ReaderWriterLockSlim}} and it 
looked as if it had never been reported before. LOG4NET-466 might be an earlier 
report but unfortunately the reporter never responded when asked whether the 
problem was fixed with 1.2.14 - and so I assumed it was a duplicate of 
LOG4NET-443.

I'll try to carve out some time for cutting a release, but if your release date 
depends on us, then you should seriously consider building log4net from sources 
yourself. At the very least you should build it from source in order to verify 
the fix actually fixes your problem - and we are not looking at a different 
cause of a problem that happens to show up with the same symptoms.

> LockRecursionException when using File Appenders
> 
>
> Key: LOG4NET-551
> URL: https://issues.apache.org/jira/browse/LOG4NET-551
> Project: Log4net
>  Issue Type: Bug
>Affects Versions: 2.0.7
>Reporter: Matthew Lefoster
>Priority: Minor
> Fix For: 2.0.8
>
>
> I have been getting the following exception on the console:
> {quote}
> log4net:ERROR Exception while logging
> System.Threading.LockRecursionException: Recursive read lock acquisitions not 
> allowed in this mode.
>at 
> System.Threading.ReaderWriterLockSlim.TryEnterReadLockCore(TimeoutTracker 
> timeout)
>at System.Threading.ReaderWriterLockSlim.TryEnterReadLock(TimeoutTracker 
> timeout)
>at System.Threading.ReaderWriterLockSlim.EnterReadLock()
>at log4net.Util.ReaderWriterLock.AcquireReaderLock()
>at log4net.Repository.Hierarchy.Logger.CallAppenders(LoggingEvent 
> loggingEvent)
>at log4net.Repository.Hierarchy.Logger.ForcedLog(Type 
> callerStackBoundaryDeclaringType, Level level, Object message, Exception 
> exception)
>at log4net.Repository.Hierarchy.Logger.Log(Type 
> callerStackBoundaryDeclaringType, Level level, Object message, Exception 
> exception)
> {quote}
> I have a number of different appenders, but this only happens when I am using 
> `log4net.Appender.FileAppender`.
> Using a debugger, I was able to narrow it down to this line (I replaced curly 
> brackets with square brackets because otherwise JIRA interprets them as 
> macros):
> {quote}
> Logger.DebugFormat("[1] Executing SQL: [0][2][0]With parameters: [3]",
> Environment.NewLine, methodName, sql, new 
> ToStringWrapper(parameters));
> {quote}
> My first thought was that ToStringWrapper() was throwing an exception or 
> generating another logging call. But If I put breakpoints at the log call and 
> at the first line of ToStringWrapper.ToString, the exception will show up in 
> the console between those two points.
> Oddly enough, if I "step into" the logging call instead of just "continuing" 
> and letting the breakpoints handle it, no exception happens.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Resolved] (LOG4NET-466) "LockRecursionException: A read lock may not be acquired with the write lock held in this mode." exception

2017-03-06 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig resolved LOG4NET-466.

   Resolution: Fixed
Fix Version/s: 2.0.8

> "LockRecursionException: A read lock may not be acquired with the write lock 
> held in this mode." exception
> --
>
> Key: LOG4NET-466
> URL: https://issues.apache.org/jira/browse/LOG4NET-466
> Project: Log4net
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 1.2.13
> Environment: Windows 7 x64 / .NET 4.5.2
>Reporter: Andrei Faber
> Fix For: 2.0.8
>
>
> I'm getting this exception when trying to call ILog.Error() method (the 
> logger used is RollingFileAppender):
> log4net:ERROR Exception while logging
> System.Threading.LockRecursionException: A read lock may not be acquired with 
> the write lock held in this mode.
>at 
> System.Threading.ReaderWriterLockSlim.TryEnterReadLockCore(TimeoutTracker 
> timeout)
>at System.Threading.ReaderWriterLockSlim.TryEnterReadLock(TimeoutTracker 
> timeout)
>at System.Threading.ReaderWriterLockSlim.EnterReadLock()
>at log4net.Util.ReaderWriterLock.AcquireReaderLock()
>at log4net.Repository.Hierarchy.Logger.CallAppenders(LoggingEvent 
> loggingEvent)
>at log4net.Repository.Hierarchy.Logger.ForcedLog(Type 
> callerStackBoundaryDeclaringType, Level level, Object message, Exception 
> exception)
>at log4net.Repository.Hierarchy.Logger.Log(Type 
> callerStackBoundaryDeclaringType, Level level, Object message, Exception 
> exception)
> Any ideas why it might be happening?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (LOG4NET-551) LockRecursionException when using File Appenders

2017-03-05 Thread Stefan Bodewig (JIRA)

[ 
https://issues.apache.org/jira/browse/LOG4NET-551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15896459#comment-15896459
 ] 

Stefan Bodewig commented on LOG4NET-551:


I'm sorry to say that we haven't even talked about cutting a new release, yet. 
So it will be a while until 2.0.8 gets released.

> LockRecursionException when using File Appenders
> 
>
> Key: LOG4NET-551
> URL: https://issues.apache.org/jira/browse/LOG4NET-551
> Project: Log4net
>  Issue Type: Bug
>Affects Versions: 2.0.7
>Reporter: Matthew Lefoster
>Priority: Minor
> Fix For: 2.0.8
>
>
> I have been getting the following exception on the console:
> {quote}
> log4net:ERROR Exception while logging
> System.Threading.LockRecursionException: Recursive read lock acquisitions not 
> allowed in this mode.
>at 
> System.Threading.ReaderWriterLockSlim.TryEnterReadLockCore(TimeoutTracker 
> timeout)
>at System.Threading.ReaderWriterLockSlim.TryEnterReadLock(TimeoutTracker 
> timeout)
>at System.Threading.ReaderWriterLockSlim.EnterReadLock()
>at log4net.Util.ReaderWriterLock.AcquireReaderLock()
>at log4net.Repository.Hierarchy.Logger.CallAppenders(LoggingEvent 
> loggingEvent)
>at log4net.Repository.Hierarchy.Logger.ForcedLog(Type 
> callerStackBoundaryDeclaringType, Level level, Object message, Exception 
> exception)
>at log4net.Repository.Hierarchy.Logger.Log(Type 
> callerStackBoundaryDeclaringType, Level level, Object message, Exception 
> exception)
> {quote}
> I have a number of different appenders, but this only happens when I am using 
> `log4net.Appender.FileAppender`.
> Using a debugger, I was able to narrow it down to this line (I replaced curly 
> brackets with square brackets because otherwise JIRA interprets them as 
> macros):
> {quote}
> Logger.DebugFormat("[1] Executing SQL: [0][2][0]With parameters: [3]",
> Environment.NewLine, methodName, sql, new 
> ToStringWrapper(parameters));
> {quote}
> My first thought was that ToStringWrapper() was throwing an exception or 
> generating another logging call. But If I put breakpoints at the log call and 
> at the first line of ToStringWrapper.ToString, the exception will show up in 
> the console between those two points.
> Oddly enough, if I "step into" the logging call instead of just "continuing" 
> and letting the breakpoints handle it, no exception happens.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Resolved] (LOG4NET-554) LogicalThreadContext was removed in .NETStandard

2017-03-03 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig resolved LOG4NET-554.

   Resolution: Fixed
Fix Version/s: 2.0.8

Many thanks, Thomas. I've merged your pull request.

> LogicalThreadContext was removed in .NETStandard
> 
>
> Key: LOG4NET-554
> URL: https://issues.apache.org/jira/browse/LOG4NET-554
> Project: Log4net
>  Issue Type: Bug
>  Components: Builds
>Affects Versions: 2.0.6, 2.0.7
> Environment: .NETStandard1.3
>Reporter: Thomas Clegg
> Fix For: 2.0.8
>
>   Original Estimate: 504h
>  Remaining Estimate: 504h
>
> LogicalThreadContext was excluded from dotnetcore version due to 
> System.Runtime.Remoting.Messaging no longer being available going forward.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (LOG4NET-551) LockRecursionException when using File Appenders

2017-03-03 Thread Stefan Bodewig (JIRA)

[ 
https://issues.apache.org/jira/browse/LOG4NET-551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15894720#comment-15894720
 ] 

Stefan Bodewig commented on LOG4NET-551:


The fix applies to all versions that have {{ReaderWriterLockSlim}} (those 
without it haven't been affected anyway. So yes, it should also apply to 4.5 
and 4.6.

On the other 2.0.8 hasn't been released, yet. In order to upgrade to it, you'd 
have to build log4net yourself from the current tip of the svn trunk (or the 
trunk branch of the github mirror).

> LockRecursionException when using File Appenders
> 
>
> Key: LOG4NET-551
> URL: https://issues.apache.org/jira/browse/LOG4NET-551
> Project: Log4net
>  Issue Type: Bug
>Affects Versions: 2.0.7
>Reporter: Matthew Lefoster
>Priority: Minor
> Fix For: 2.0.8
>
>
> I have been getting the following exception on the console:
> {quote}
> log4net:ERROR Exception while logging
> System.Threading.LockRecursionException: Recursive read lock acquisitions not 
> allowed in this mode.
>at 
> System.Threading.ReaderWriterLockSlim.TryEnterReadLockCore(TimeoutTracker 
> timeout)
>at System.Threading.ReaderWriterLockSlim.TryEnterReadLock(TimeoutTracker 
> timeout)
>at System.Threading.ReaderWriterLockSlim.EnterReadLock()
>at log4net.Util.ReaderWriterLock.AcquireReaderLock()
>at log4net.Repository.Hierarchy.Logger.CallAppenders(LoggingEvent 
> loggingEvent)
>at log4net.Repository.Hierarchy.Logger.ForcedLog(Type 
> callerStackBoundaryDeclaringType, Level level, Object message, Exception 
> exception)
>at log4net.Repository.Hierarchy.Logger.Log(Type 
> callerStackBoundaryDeclaringType, Level level, Object message, Exception 
> exception)
> {quote}
> I have a number of different appenders, but this only happens when I am using 
> `log4net.Appender.FileAppender`.
> Using a debugger, I was able to narrow it down to this line (I replaced curly 
> brackets with square brackets because otherwise JIRA interprets them as 
> macros):
> {quote}
> Logger.DebugFormat("[1] Executing SQL: [0][2][0]With parameters: [3]",
> Environment.NewLine, methodName, sql, new 
> ToStringWrapper(parameters));
> {quote}
> My first thought was that ToStringWrapper() was throwing an exception or 
> generating another logging call. But If I put breakpoints at the log call and 
> at the first line of ToStringWrapper.ToString, the exception will show up in 
> the console between those two points.
> Oddly enough, if I "step into" the logging call instead of just "continuing" 
> and letting the breakpoints handle it, no exception happens.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


Re: ParallelAppender (was Re: log4net/pull/40)

2017-02-19 Thread Stefan Bodewig
On 2017-02-19, Stefan Bodewig wrote:

> I've seen big overlap with Joe's work on an AsyncAppender

which I think is
https://github.com/JJoe2/log4net/commits/wip/AsyncAppender

Stefan


ParallelAppender (was Re: log4net/pull/40)

2017-02-18 Thread Stefan Bodewig
Hi Harry,

sorry for the delay and many thanks for hanging around and nudging
us. This is obviously something we need.

Harry has created a pull request that adds a feature of a
ParallelAppender using TPL which, when enabled wraps all configured
appenders and makes their logging asynchrounous.

I've seen big overlap with Joe's work on an AsyncAppender and asked
Harry to head over here for comments. I'm not really sure how the two
approaches relate to each other and whether it would be a good idea to
keep both of them in parallel or to merge them into one.

My initial comment would be that I wouldn't want to enable
parallel/async workflows unconditionally for all appenders but rather
make people use the corresponding decorators explicitly when configuring
their appenders.

Stefan


[jira] [Commented] (LOG4NET-554) LogicalThreadContext was removed in .NETStandard

2017-02-16 Thread Stefan Bodewig (JIRA)

[ 
https://issues.apache.org/jira/browse/LOG4NET-554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15871355#comment-15871355
 ] 

Stefan Bodewig commented on LOG4NET-554:


True. This is why it is excluded from the build that targets netstandard-1.3.

What do you want us to change?

> LogicalThreadContext was removed in .NETStandard
> 
>
> Key: LOG4NET-554
> URL: https://issues.apache.org/jira/browse/LOG4NET-554
> Project: Log4net
>  Issue Type: Bug
>  Components: Builds
>Affects Versions: 2.0.6, 2.0.7
> Environment: .NETStandard1.3
>Reporter: Thomas Clegg
>   Original Estimate: 504h
>  Remaining Estimate: 504h
>
> LogicalThreadContext was excluded from dotnetcore version due to 
> System.Runtime.Remoting.Messaging no longer being available going forward.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[ANN] New Committer Joe

2017-02-05 Thread Stefan Bodewig
Hi all

on behalf of the log4net committers it's my pleasure to announce that
Joe has been elected as a new log4net committer.

Please join me in welcoming him.

Cheers

Stefan


[jira] [Resolved] (LOG4NET-550) Logging recursively from an Appender not supported for NET_4_0 and MONO_4_0

2017-02-02 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig resolved LOG4NET-550.

   Resolution: Fixed
Fix Version/s: 2.0.8

merged the PR, many thanks!

> Logging recursively from an Appender not supported for NET_4_0 and MONO_4_0
> ---
>
> Key: LOG4NET-550
> URL: https://issues.apache.org/jira/browse/LOG4NET-550
> Project: Log4net
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 2.0.7
>Reporter: Joe
>Priority: Minor
> Fix For: 2.0.8
>
>
> When NET_4_0 or MONO_4_0 is defined, log4net uses a ReaderWriterLockSlim with 
> LockRecursionPolicy.NoRecursion.  As a result, any attempt to log recursively 
> from within an Appender fail: a System.Threading.LockRecursionException is 
> thrown and swallowed by the log4net Core.
> Other versions use a ReaderWriterLock and allow recursion.
> The following branch adds a unit test that shows this inconsistent behaviour. 
>  The test fails for NET_4_0 or MONO_4_0 and passes for other versions:
> https://github.com/JJoe2/log4net/tree/RecursiveLogging



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (LOG4NET-551) LockRecursionException when using File Appenders

2017-02-02 Thread Stefan Bodewig (JIRA)

[ 
https://issues.apache.org/jira/browse/LOG4NET-551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15849808#comment-15849808
 ] 

Stefan Bodewig commented on LOG4NET-551:


Our comments collided in flight even if the timestamps say I could have read 
yours, [~joe] :-)

It's not obvious to me how {{SystemStringFormat}} might cause new log messages 
to enter the logging system unless {{LogLog}} had subscribers sending stuff 
back to log4net but I trust you this is the case. 

I've just merged your PR and will close LOG4NET-550.

[~mclefoster] could you build log4net from trunk and see whether this fixes the 
problem for you?

> LockRecursionException when using File Appenders
> 
>
> Key: LOG4NET-551
> URL: https://issues.apache.org/jira/browse/LOG4NET-551
> Project: Log4net
>  Issue Type: Bug
>Affects Versions: 2.0.7
>Reporter: Matthew Lefoster
>Priority: Minor
>
> I have been getting the following exception on the console:
> {quote}
> log4net:ERROR Exception while logging
> System.Threading.LockRecursionException: Recursive read lock acquisitions not 
> allowed in this mode.
>at 
> System.Threading.ReaderWriterLockSlim.TryEnterReadLockCore(TimeoutTracker 
> timeout)
>at System.Threading.ReaderWriterLockSlim.TryEnterReadLock(TimeoutTracker 
> timeout)
>at System.Threading.ReaderWriterLockSlim.EnterReadLock()
>at log4net.Util.ReaderWriterLock.AcquireReaderLock()
>at log4net.Repository.Hierarchy.Logger.CallAppenders(LoggingEvent 
> loggingEvent)
>at log4net.Repository.Hierarchy.Logger.ForcedLog(Type 
> callerStackBoundaryDeclaringType, Level level, Object message, Exception 
> exception)
>at log4net.Repository.Hierarchy.Logger.Log(Type 
> callerStackBoundaryDeclaringType, Level level, Object message, Exception 
> exception)
> {quote}
> I have a number of different appenders, but this only happens when I am using 
> `log4net.Appender.FileAppender`.
> Using a debugger, I was able to narrow it down to this line (I replaced curly 
> brackets with square brackets because otherwise JIRA interprets them as 
> macros):
> {quote}
> Logger.DebugFormat("[1] Executing SQL: [0][2][0]With parameters: [3]",
> Environment.NewLine, methodName, sql, new 
> ToStringWrapper(parameters));
> {quote}
> My first thought was that ToStringWrapper() was throwing an exception or 
> generating another logging call. But If I put breakpoints at the log call and 
> at the first line of ToStringWrapper.ToString, the exception will show up in 
> the console between those two points.
> Oddly enough, if I "step into" the logging call instead of just "continuing" 
> and letting the breakpoints handle it, no exception happens.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


Re: Sorry for the JIRA Spam

2017-01-18 Thread Stefan Bodewig
On 2017-01-18, Dominik Psenner wrote:

> Interesting. I dont mind the spam unless i have to look at all the content
> to filter the spam manually. Can i safely mark everything as read or is
> there anything i have to catch up with?

You can savely remove all comments for LOG4NET-435, there may be
something worth looking at for LOG4NET-539 and LOG4NET-549.

Stefan


[jira] [Commented] (LOG4NET-539) NuGet error: Could not install package 'log4net 2.0.5' on Xamarin.iOS, .NETPortable or MonoAndroid

2017-01-17 Thread Stefan Bodewig (JIRA)

[ 
https://issues.apache.org/jira/browse/LOG4NET-539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15826804#comment-15826804
 ] 

Stefan Bodewig commented on LOG4NET-539:


LOG4NET-435 has become unusable due to the mailer-daemon gone wild, I've cloned 
it to LOG4NET-549 which should be save to watch and comment on.

> NuGet error: Could not install package 'log4net 2.0.5' on Xamarin.iOS, 
> .NETPortable or MonoAndroid
> --
>
> Key: LOG4NET-539
> URL: https://issues.apache.org/jira/browse/LOG4NET-539
> Project: Log4net
>  Issue Type: Bug
>Affects Versions: 1.2.15
>Reporter: Emanuele Sabetta
>  Labels: nuget, xamarin.forms
>
> This is a great library, I'd like to use it in my Xamarin.Forms projects. 
> Unfortunately it seems that there is some incompatibility in the NuGet 
> package profile. Those are the error I get when I try to add it to my 
> Xamarin.Forms project: 
> > Could not install package 'log4net 2.0.5'. You are trying to install this 
> > package into a project that targets 'Xamarin.iOS,Version=v1.0', but the 
> > package does not contain any assembly references or content files that are 
> > compatible with that framework. For more information, contact the package 
> > author.
> > Could not install package 'log4net 2.0.5'. You are trying to install this 
> > package into a project that targets 
> > '.NETPortable,Version=v4.5,Profile=Profile78', but the package does not 
> > contain any assembly references or content files that are compatible with 
> > that framework. For more information, contact the package author.
> >Could not install package 'log4net 2.0.5'. You are trying to install this 
> >package into a project that targets 'MonoAndroid,Version=v7.0', but the 
> >package does not contain any assembly references or content files that are 
> >compatible with that framework. For more information, contact the package 
> >author.
> Can you help me with that?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig resolved LOG4NET-435.

Resolution: Duplicate

Copied the ticket to a new one without the tons of mailer daemon spam.

> Port log4net to Xamarin Android and Xamarin iOS targets
> ---
>
> Key: LOG4NET-435
> URL: https://issues.apache.org/jira/browse/LOG4NET-435
> Project: Log4net
>  Issue Type: Improvement
>  Components: Appenders, Builds
>Affects Versions: 1.3.0
> Environment: Xamarin, Android, iOS
>    Reporter: Stefan Bodewig
>  Labels: patch
> Attachments: android-log-appender.patch, port-to-ios-and-android.patch
>
>
> Patches to support Xamarin Android and Xamarin iOS projects.
> Also includes an appender that will log to the built-in Android Log.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (LOG4NET-549) CLONE - Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)
Stefan Bodewig created LOG4NET-549:
--

 Summary: CLONE - Port log4net to Xamarin Android and Xamarin iOS 
targets
 Key: LOG4NET-549
 URL: https://issues.apache.org/jira/browse/LOG4NET-549
 Project: Log4net
  Issue Type: Improvement
  Components: Appenders, Builds
Affects Versions: 1.3.0
 Environment: Xamarin, Android, iOS
Reporter: Stefan Bodewig
 Attachments: android-log-appender.patch, port-to-ios-and-android.patch

Patches to support Xamarin Android and Xamarin iOS projects.

Also includes an appender that will log to the built-in Android Log.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (LOG4NET-549) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-549:
---
Summary: Port log4net to Xamarin Android and Xamarin iOS targets  (was: 
CLONE - Port log4net to Xamarin Android and Xamarin iOS targets)

> Port log4net to Xamarin Android and Xamarin iOS targets
> ---
>
> Key: LOG4NET-549
> URL: https://issues.apache.org/jira/browse/LOG4NET-549
> Project: Log4net
>  Issue Type: Improvement
>  Components: Appenders, Builds
>Affects Versions: 1.3.0
> Environment: Xamarin, Android, iOS
>    Reporter: Stefan Bodewig
>  Labels: patch
> Attachments: android-log-appender.patch, port-to-ios-and-android.patch
>
>
> Patches to support Xamarin Android and Xamarin iOS projects.
> Also includes an appender that will log to the built-in Android Log.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Sorry for the JIRA Spam

2017-01-17 Thread Stefan Bodewig
Hi

there's been a cycle where a mailer daemon responded to a JIRA ticket
because of an "undeliverable" notification and this response caused a
new comment creating a new mail to the same failing address ...

Over the course of the day I've been wading through the comments,
deleting them one by one. I thought JIRA notifications had been going to
a special "issues" list and never thought I'd be spamming more people
than just myself and Dominik. I'll stop deleting the comments
immediately.

Sorry for the noise

  Stefan


[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXKy7/bx4nZmWdvkhvJ4ybJ9izS+SvDSoigrHsmoAXANjsd6GkdNzcCilq8BufYpeqFBaDhb5323acpeoIFKfEqIZXu3Y03QHUHYZnOR9VHq/44OR8em+Bq4RikeoEEVO+gcaw8=
X-Received: by 10.84.172.131 with SMTP id n3mr55058534plb.5.1484629475598;
Mon, 16 Jan 2017 21:04:35 -0800 (PST)
X-Received: by 10.84.172.131 with SMTP id n3mr55058521plb.5.1484629475382;
Mon, 16 Jan 2017 21:04:35 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd4-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id v127si6943438pgv.130.2017.01.16.21.04.35
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:04:35 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd4-us-west.apache.org (ASF Mail Server at 
spamd4-us-west.apache.org) with ESMTP id DF7A7C2A8F
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:04:34 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, 
port 10024)
with ESMTP id KZQBOA5nLvtA for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:04:33 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id BF5CD5FE0C
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:04:32 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 3CD1BEAAA5
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:04:30 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 349C825284
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:04:28 + (UTC)
Date: Tue, 17 Jan 2017 05:04:28 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21873.1484629468...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825029#comment-15825029
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXKyxFAVnboEIejAMHgBgjOhy5ihzJcJ6Vz0z1aSlujhvReSMmfPABYER3zfZejsE9Aj62agwRMYF/QP14+cycM4CkAtc6ME0uCVMiCjW1PG88wLru167V7FNLEsfFQULyoeuDQ=
X-Received: by 10.99.132.200 with SMTP id k191mr21827575pgd.10.1484629354759;
Mon, 16 Jan 2017 21:02:34 -0800 (PST)
X-Received: by 10.99.132.200 with SMTP id k191mr21827556pgd.10.1484629354520;
Mon, 16 Jan 2017 21:02:34 -0800 (PST

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXIhjzw1lkhPKvhKKk1RJUnWxjGrz4brxuukgmov4tCrj/mIy3K2eehCbjF9TXOLmqNtLl9xHKDepzqupzhuwEUPEO7qt7BnuOew4WPOICnvHqjfZ9vjLXkeoxTHJTrEFGaa51M=
X-Received: by 10.99.226.83 with SMTP id y19mr44024130pgj.147.1484629416613;
Mon, 16 Jan 2017 21:03:36 -0800 (PST)
X-Received: by 10.99.226.83 with SMTP id y19mr44024120pgj.147.1484629416366;
Mon, 16 Jan 2017 21:03:36 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd2-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id 38si5103821pln.155.2017.01.16.21.03.36
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:03:36 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd2-us-west.apache.org (ASF Mail Server at 
spamd2-us-west.apache.org) with ESMTP id E3E8E1A07DF
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:35 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-eu.apache.org ([10.40.0.8])
by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 
10024)
with ESMTP id 5kl4R-PjY4NK for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:03:34 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with 
ESMTP id E0D2D5FDA5
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:32 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 5E236E1370
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:29 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id CA07125295
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:27 + (UTC)
Date: Tue, 17 Jan 2017 05:03:27 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21763.1484629407...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825009#comment-15825009
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXIe0u6BMvGviMVP8aRSi5O5HhCQKFb5qWHZnE2yiKSBeCpcQ4yeaf8zWeIYaKnMxkB1EetN3tJ5KaDDtga4Ryg3LvpCpxATTSpdHVxnE3/79TpCgkRxwZQibw9dF7Vlmo2B3FI=
X-Received: by 10.84.131.165 with SMTP id d34mr56795778pld.41.1484629354507;
Mon, 16 Jan 2017 21:02:34 -0800 (PST)
X-Received: by 10.84.131.165 with SMTP id d34mr56795757pld.41.1484629354265;
Mon, 16 Jan 2017 21:02:34 -0800 (PST

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXIY10VyM1oWtji5vq89GST+l8oAMhqGTQsB5vY8r8lbVDkLLghlq2B6r41Zbj5B5T/LlrpBg8bJUi3ZvUF3XhrnSPI7/O/5ZSKbVm5ZXAZ6TKdXn1HE40GRMSyojYoG21McqrM=
X-Received: by 10.98.111.194 with SMTP id k185mr41145845pfc.83.1484629476568;
Mon, 16 Jan 2017 21:04:36 -0800 (PST)
X-Received: by 10.98.111.194 with SMTP id k185mr41145822pfc.83.1484629476292;
Mon, 16 Jan 2017 21:04:36 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd3-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id f6si14204045plm.125.2017.01.16.21.04.36
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:04:36 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd3-us-west.apache.org (ASF Mail Server at 
spamd3-us-west.apache.org) with ESMTP id F2305186280
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:04:35 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-eu.apache.org ([10.40.0.8])
by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, 
port 10024)
with ESMTP id lkGQfeEaXwiI for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:04:33 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with 
ESMTP id 96C2F5F4A7
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:04:32 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 2F196E90FA
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:04:30 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 2C9FA252B4
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:04:28 + (UTC)
Date: Tue, 17 Jan 2017 05:04:28 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21869.1484629468...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825028#comment-15825028
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXLaSH2dZ4Sq+3exh9qW3z7d+Xd1XUcIhhO1N+YieDIgUmv5DHUHJObsGqIyeKxPvDNApvvdBg83hg9eiAj/c9rojZ/fJ0nikxjOTRvs5ZpgN70FLJjchc7vs1+jdPNIPYKa7qc=
X-Received: by 10.99.178.89 with SMTP id t25mr44090331pgo.183.1484629416749;
Mon, 16 Jan 2017 21:03:36 -0800 (PST)
X-Received: by 10.99.178.89 with SMTP id t25mr44090313pgo.183.1484629416480;
Mon, 16 Jan 2017 21:03:36 -0800 (

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXI5tKY9Y/PWusM/8IRRXaQjWTT1M1j2IDiqKAaWJvcNB+cWibz7XYdXLL3kZeKwZ5aOn4tQzgTqco50E49+mndNTOxv31LOxQucR5LLICqqs7sekXXoMg+TUKTyHO65o9Qq95k=
X-Received: by 10.98.131.136 with SMTP id h130mr38375030pfe.4.1484629417076;
Mon, 16 Jan 2017 21:03:37 -0800 (PST)
X-Received: by 10.98.131.136 with SMTP id h130mr38375008pfe.4.1484629416636;
Mon, 16 Jan 2017 21:03:36 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd1-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id m8si21315854pln.295.2017.01.16.21.03.36
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:03:36 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd1-us-west.apache.org (ASF Mail Server at 
spamd1-us-west.apache.org) with ESMTP id 5563BC23E9
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:36 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 
10024)
with ESMTP id zQd8iwV5j1od for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:03:35 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id 3621B61EFC
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:33 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 7627CEAAAE
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:30 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id C6D8424E02
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:28 + (UTC)
Date: Tue, 17 Jan 2017 05:03:28 + (UTC)
From: "Stefan Bodewig (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21819.1484629408...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to
 Xamarin Android and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXIKvBphICrqg+9dwMAh2EEdUCGNRSSxcSEOlRmlrHNevPw32C+bZSp4DJGqJnxud1NPz3k/ffY90Az4V++f3qIWPx/of70BuJOmhVvS0PorrtriGy1YB3UxeWY/XEWegEClqK4=
X-Received: by 10.84.208.102 with SMTP id f35mr55698710plh.137.1484626950754;
Mon, 16 Jan 2017 20:22:30 -0800 (PST)
X-Received: by 10.84.208.102 with SMTP id f35mr55698693plh.137.1484626950519;
Mon, 16 Jan 2017 20:22:30 -0800 (PST)
Return-Path

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXIy7cah8fbjLujT6nnHzjrLO/kT2mrUwggpkNVN1lmN0ifEWENj+GjmzuE+Q8Vh7ydtoHtHsOA/fd7nyH+99mdpsw8QqY81gqoCXYKYjP04K9JeiJdN/BKnElLlLxr2AtUp+Rg=
X-Received: by 10.99.123.3 with SMTP id w3mr44191450pgc.155.1484629476236;
Mon, 16 Jan 2017 21:04:36 -0800 (PST)
X-Received: by 10.99.123.3 with SMTP id w3mr44191422pgc.155.1484629475961;
Mon, 16 Jan 2017 21:04:35 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd2-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id 4si16704602plb.216.2017.01.16.21.04.35
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:04:35 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd2-us-west.apache.org (ASF Mail Server at 
spamd2-us-west.apache.org) with ESMTP id A7A361A07DF
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:04:35 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 
10024)
with ESMTP id 9dumXR2u_asH for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:04:34 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id D135F60DF0
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:04:33 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 8F304E8F0B
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:04:30 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 60574252C9
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:04:28 + (UTC)
Date: Tue, 17 Jan 2017 05:04:28 + (UTC)
From: "Stefan Bodewig (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21895.1484629468...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to
 Xamarin Android and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXLXfXtgcqf29bbCukd0VzXM8XZUb1uvpN0dODGty6TFTzHUB8vCb4exl6+Unmv3z1jadrfSo0c3nTksXax7u/zAPAkwTx5T+8IFc1ot3RwToNbcWTJLD2vxEU8AMVvqachZLvM=
X-Received: by 10.84.232.70 with SMTP id f6mr55113656pln.113.1484627191637;
Mon, 16 Jan 2017 20:26:31 -0800 (PST)
X-Received: by 10.84.232.70 with SMTP id f6mr55113642pln.113.1484627191410;
Mon, 16 Jan 2017 20:26:31 -0800 (PST)
Return-Path: <j...@apac

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXLivi/oVatSWzmSrjFZYp24H8ey7BR+joZJregaNbjPSiLSvKQGqWID1rRdcCJde6cdvV9JRjS+FLcUBxw4E2z5v1SH9c3MjTV/U7plUt90Zy9FCexM0Z+ED6F/uOXLgwYM6i8=
X-Received: by 10.98.10.198 with SMTP id 67mr42361358pfk.157.1484629473347;
Mon, 16 Jan 2017 21:04:33 -0800 (PST)
X-Received: by 10.98.10.198 with SMTP id 67mr42361338pfk.157.1484629473074;
Mon, 16 Jan 2017 21:04:33 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd3-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id f4si1309365pgc.224.2017.01.16.21.04.32
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:04:33 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd3-us-west.apache.org (ASF Mail Server at 
spamd3-us-west.apache.org) with ESMTP id 9DF4E185D86
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:04:32 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, 
port 10024)
with ESMTP id JLhsXrZKyCFZ for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:04:31 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id CC4A65FE0C
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:04:30 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 6DF32E8671
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:04:29 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id CF3CF2528C
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:04:27 + (UTC)
Date: Tue, 17 Jan 2017 05:04:27 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21829.1484629467...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825019#comment-15825019
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXLPtncUPghiXZ6xtsLAgDLJrbftCWbFFi+dAOClXHnc/Q0vD9o7WR1c+yUMg1N27lPdTk8oNpQRdW6/258BYx/9C4o1z/3fM9AEP93Iu96dDnw3xFYJgFTI1NIZWcELkCsG/ig=
X-Received: by 10.84.224.133 with SMTP id s5mr56721863plj.130.1484629415139;
Mon, 16 Jan 2017 21:03:35 -0800 (PST)
X-Received: by 10.84.224.133 with SMTP id s5mr56721843plj.130.1484629414916;
Mon, 16 Jan 2017 21:03:34 -0800 (PST

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXIe4tH6cXsz7RS4g1kxLzfB3p0C0xS2ZO67xU3tDFMjJKcz6FwYoX/UdHXKeogq+UrEm3VrqwPgyANgtXIWPSQ+8aZQXNKz/ySjWCahtbo6pZHOczevzDzIL6GQLqk97UpGH0k=
X-Received: by 10.98.21.131 with SMTP id 125mr41584441pfv.110.1484629414118;
Mon, 16 Jan 2017 21:03:34 -0800 (PST)
X-Received: by 10.98.21.131 with SMTP id 125mr41584425pfv.110.1484629413827;
Mon, 16 Jan 2017 21:03:33 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd1-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id u27si23710559pfj.77.2017.01.16.21.03.33
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:03:33 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd1-us-west.apache.org (ASF Mail Server at 
spamd1-us-west.apache.org) with ESMTP id 75755C23E3
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:33 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-eu.apache.org ([10.40.0.8])
by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 
10024)
with ESMTP id ozJmH6VSq7O5 for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:03:32 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with 
ESMTP id ECE9E5FC7B
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:31 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id CA51FE8F28
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:29 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 34394252A8
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:28 + (UTC)
Date: Tue, 17 Jan 2017 05:03:28 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21787.1484629408...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825015#comment-15825015
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJVA9DmPmLitX8A62NBS2xf+2np16s8qXaoo5527e+4SpNMogbzdregVup/cCqg1Ad0vfjr9l6aNR+bxNUAE3bDa7koT5BsAGRdfzAsE/QB9sdvW1x7oCs33SrV8nDQ4I63TZQ=
X-Received: by 10.98.131.136 with SMTP id h130mr38367026pfe.4.1484629296657;
Mon, 16 Jan 2017 21:01:36 -0800 (PST)
X-Received: by 10.98.131.136 with SMTP id h130mr38367007pfe.4.1484629296392;
Mon, 16 Jan 2017 21:01:36 -0800 (PST

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXKQKLn0H4cLaH2BIHM8UL3r6brJPAKxCRr71JAYD4H0FUfuqnhc8RgNIoGbz2ynkWdPeEko9bH2Z06MOoqbJXO7/NyJzGaDOh6yIkH/VAfHf4AANMhwT2ynZZ/9BKkhOIhR0Ok=
X-Received: by 10.99.222.85 with SMTP id y21mr44044189pgi.119.1484629415236;
Mon, 16 Jan 2017 21:03:35 -0800 (PST)
X-Received: by 10.99.222.85 with SMTP id y21mr44044178pgi.119.1484629414977;
Mon, 16 Jan 2017 21:03:34 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd4-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id c85si23707460pfk.224.2017.01.16.21.03.34
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:03:34 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd4-us-west.apache.org (ASF Mail Server at 
spamd4-us-west.apache.org) with ESMTP id A06B9C12C0
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:34 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, 
port 10024)
with ESMTP id zXz25rV6Oi-q for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:03:33 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id AED1A60E39
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:31 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id B7AA8E8F17
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:29 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id E890F2529B
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:27 + (UTC)
Date: Tue, 17 Jan 2017 05:03:27 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21771.1484629407...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825011#comment-15825011
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXLCcioOpYefUwNEgT6+9hPLHpQTnAZMVq1wayjSuiMmp/HnUzh7tH+P3WKMC3ix3cLgdDToGPEUuLheCgbGHpZwLy8QVVYyVEm5VLEVupusOJ9SI9Q0kMzY+jHF1lQKkGm+XGc=
X-Received: by 10.84.175.3 with SMTP id s3mr55160968plb.66.1484629351646;
Mon, 16 Jan 2017 21:02:31 -0800 (PST)
X-Received: by 10.84.175.3 with SMTP id s3mr55160937plb.66.1484629351368;
Mon, 16 Jan 2017 21:02:31 -0800 (PST)
Ret

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXISP1xkZkZzFjpeU3EU8mWekw3AWbUJAEjHdESuFG0yGLACI2mKjnM047QYEaIYymazTmOAKI1Xyd52rcapbUMHBSyqwVjKfrOEW5GjJENbi1XHO9tYTArCf/ePNf7RfozFVDQ=
X-Received: by 10.84.236.2 with SMTP id q2mr56069092plk.148.1484629383000;
Mon, 16 Jan 2017 21:03:03 -0800 (PST)
X-Received: by 10.84.236.2 with SMTP id q2mr56069074plk.148.1484629382798;
Mon, 16 Jan 2017 21:03:02 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd3-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id 15si9383365pgc.109.2017.01.16.21.03.02
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:03:02 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd3-us-west.apache.org (ASF Mail Server at 
spamd3-us-west.apache.org) with ESMTP id 767CC1814DF
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:02 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-eu.apache.org ([10.40.0.8])
by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, 
port 10024)
with ESMTP id o2pzdIjV4bCa for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:03:01 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with 
ESMTP id 43E305F297
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:00 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 17EBBE867C
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:29 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 56A5E2528C
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:27 + (UTC)
Date: Tue, 17 Jan 2017 05:02:27 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21703.1484629347...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825002#comment-15825002
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXL+JzTbtJVH1SQr1nWSHSmzHA20yLOMHRBRX7zCsHWaJjTmBvhdXaBGjh6fgAEi4v0nqwozu/QIjn1pWiRBX8wyLibN490Sl/azTFMbelI97/od6LFRimuG45b8Ah3WXiC68Os=
X-Received: by 10.84.169.36 with SMTP id g33mr56013622plb.36.1484629236074;
Mon, 16 Jan 2017 21:00:36 -0800 (PST)
X-Received: by 10.84.169.36 with SMTP id g33mr56013594plb.36.1484629235843;
Mon, 16 Jan 2017 21:00:35 -0800 (PST)
Ret

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJ/JAMmb28VvWiHetxD13tb1Ho+YmF7nV8+7N1/LFVqyqgSNPE7yTA0IGd8PCbt7LywvcKZzg+ZN5v4Sg0tworrMg6mlHewv1urL0ZwU0DvU99uafK3EJaK4akbrlZsU6bY05E=
X-Received: by 10.98.141.194 with SMTP id p63mr25744625pfk.185.1484629412863;
Mon, 16 Jan 2017 21:03:32 -0800 (PST)
X-Received: by 10.98.141.194 with SMTP id p63mr25744607pfk.185.1484629412589;
Mon, 16 Jan 2017 21:03:32 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd4-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id l36si23727060plg.145.2017.01.16.21.03.32
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:03:32 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd4-us-west.apache.org (ASF Mail Server at 
spamd4-us-west.apache.org) with ESMTP id 22668C12C0
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:32 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, 
port 10024)
with ESMTP id Emw025lgsM5a for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:03:30 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id 5894F5FDEA
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:30 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 176CCE865F
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:29 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 8AE0F25288
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:27 + (UTC)
Date: Tue, 17 Jan 2017 05:03:27 + (UTC)
From: "Stefan Bodewig (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21750.1484629407...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to
 Xamarin Android and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXKzrLqVadLLRBs/rs59+bTLldhAMxY+hTBE2vNuadiDSvaQJAlkh6Keh1RzTuba6BOaH/8ZOQ/yUBVyf1aJ3bkvBsn0NTp7/ohJZ959pXFThaa5vyj6ZCZniOI0cGvFVi+rn3Y=
X-Received: by 10.99.48.68 with SMTP id w65mr43820563pgw.107.1484626302704;
Mon, 16 Jan 2017 20:11:42 -0800 (PST)
X-Received: by 10.99.48.68 with SMTP id w65mr43820541pgw.107.1484626302432;
Mon, 16 Jan 2017 20:11:42 -0800 (PST)
Return-Path

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXLOLx0dzjhFJVlzE4W4Mc8lBSr5szDYtjg/2s/2NCEV4uVHR+mVgog0FPRHgCM7T8QrrKU1wEKiYhHSriYhS0RKwKyWqSARCLWYDAXop9d53/kOzmJS/y3FqVrorgTb94wNi6c=
X-Received: by 10.99.251.5 with SMTP id o5mr44302291pgh.152.1484629414338;
Mon, 16 Jan 2017 21:03:34 -0800 (PST)
X-Received: by 10.99.251.5 with SMTP id o5mr44302278pgh.152.1484629414075;
Mon, 16 Jan 2017 21:03:34 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd2-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id w14si23684915pfk.292.2017.01.16.21.03.33
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:03:34 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd2-us-west.apache.org (ASF Mail Server at 
spamd2-us-west.apache.org) with ESMTP id BBF121A07DF
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:33 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-eu.apache.org ([10.40.0.8])
by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 
10024)
with ESMTP id Bns0ufsU9vpS for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:03:32 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with 
ESMTP id 5DE5E5FB43
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:31 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 37ACAE8673
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:29 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id BB68B25291
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:27 + (UTC)
Date: Tue, 17 Jan 2017 05:03:27 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21759.1484629407...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825008#comment-15825008
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXIg9rMFLf8jQMgBE2cIXOyB5562cIkqm3IpfrBUTjbtmuhKxja/CSW/Ni3vw/bG7onNYNiZQ223yaugulkIr3feGytIF/QPP7oapnjF4KVwOCjnDHWMdiC/8/ZBmdbwEaasOL0=
X-Received: by 10.99.112.13 with SMTP id l13mr44328906pgc.7.1484629297120;
Mon, 16 Jan 2017 21:01:37 -0800 (PST)
X-Received: by 10.99.112.13 with SMTP id l13mr4432pgc.7.1484629296829;
Mon, 16 Jan 2017 21:01:36 -0800 (PST)
Ret

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXLaSH2dZ4Sq+3exh9qW3z7d+Xd1XUcIhhO1N+YieDIgUmv5DHUHJObsGqIyeKxPvDNApvvdBg83hg9eiAj/c9rojZ/fJ0nikxjOTRvs5ZpgN70FLJjchc7vs1+jdPNIPYKa7qc=
X-Received: by 10.99.178.89 with SMTP id t25mr44090331pgo.183.1484629416749;
Mon, 16 Jan 2017 21:03:36 -0800 (PST)
X-Received: by 10.99.178.89 with SMTP id t25mr44090313pgo.183.1484629416480;
Mon, 16 Jan 2017 21:03:36 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd2-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id g4si23694353plb.278.2017.01.16.21.03.36
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:03:36 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd2-us-west.apache.org (ASF Mail Server at 
spamd2-us-west.apache.org) with ESMTP id 0159D1A07E0
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:36 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-eu.apache.org ([10.40.0.8])
by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 
10024)
with ESMTP id 2xVHZwdUwjC5 for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:03:34 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with 
ESMTP id F2AA15FDB4
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:32 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 224F1E8688
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:30 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 741C7252B0
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:28 + (UTC)
Date: Tue, 17 Jan 2017 05:03:28 + (UTC)
From: "Stefan Bodewig (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21805.1484629408...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to
 Xamarin Android and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXKR6uwy9zZ7j+ynhv1DUqDLDtKuG4/b1yQ/U65VNPZSHD0DRonEUtoRDFZ20cly0eLUXNYgSgezmttCIHTP7EzdjmlYG5TOsbH+ICA4+392oJE7dY2ZsF5sC8gNUkz0euF4TyA=
X-Received: by 10.99.171.5 with SMTP id p5mr43960607pgf.182.1484626712911;
Mon, 16 Jan 2017 20:18:32 -0800 (PST)
X-Received: by 10.99.171.5 with SMTP id p5mr43960590pgf.182.1484626712625;
Mon, 16 Jan 2017 20:18:32 -0800 (PST)
Return-Path: <j...@apac

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXKyxFAVnboEIejAMHgBgjOhy5ihzJcJ6Vz0z1aSlujhvReSMmfPABYER3zfZejsE9Aj62agwRMYF/QP14+cycM4CkAtc6ME0uCVMiCjW1PG88wLru167V7FNLEsfFQULyoeuDQ=
X-Received: by 10.99.132.200 with SMTP id k191mr21827575pgd.10.1484629354759;
Mon, 16 Jan 2017 21:02:34 -0800 (PST)
X-Received: by 10.99.132.200 with SMTP id k191mr21827556pgd.10.1484629354520;
Mon, 16 Jan 2017 21:02:34 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd4-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id d25si23671596pfk.254.2017.01.16.21.02.34
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:02:34 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd4-us-west.apache.org (ASF Mail Server at 
spamd4-us-west.apache.org) with ESMTP id 30707C12C0
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:34 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-eu.apache.org ([10.40.0.8])
by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, 
port 10024)
with ESMTP id LyS1BWnZ1Mrc for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:02:32 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with 
ESMTP id 722D05FCF8
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:30 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 8C33EE8F04
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:29 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 8879C252A2
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:27 + (UTC)
Date: Tue, 17 Jan 2017 05:02:27 + (UTC)
From: "Stefan Bodewig (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21725.1484629347...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to
 Xamarin Android and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJdjj2/Tr0C/yq0OWFTxiu5iyWnErDCPgbX5g+MH+hevakHEGWvnQL5EirQ5rVuWorq+SJq1BaNhVlgHniD+PFQ4shxlPtR8t7FwmfETHu4HLdx5cD8RmJcjeCqwPdZ/sly/jo=
X-Received: by 10.84.215.15 with SMTP id k15mr15568586pli.58.1484625873413;
Mon, 16 Jan 2017 20:04:33 -0800 (PST)
X-Received: by 10.84.215.15 with SMTP id k15mr15568565pli.58.1484625873146;
Mon, 16 Jan 2017 20:04:33 -0800 (PST)
Return-Path

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXK+PNVvgDa9Ggvw7OdonQqd8lCMptibLhZG8KB7SaKy0fLWdvbU9jqgDwqztuNXjQNZKoUvfp2vsRwxqCnCdx/OTvvBzNZ0kj8YhQ5t6/oqN1hEU4SI9mB3pbzwaxH/EY0qu10=
X-Received: by 10.84.142.1 with SMTP id 1mr43789826plw.90.1484629354976;
Mon, 16 Jan 2017 21:02:34 -0800 (PST)
X-Received: by 10.84.142.1 with SMTP id 1mr43789802plw.90.1484629354767;
Mon, 16 Jan 2017 21:02:34 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd4-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id t67si16275051pgt.337.2017.01.16.21.02.34
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:02:34 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd4-us-west.apache.org (ASF Mail Server at 
spamd4-us-west.apache.org) with ESMTP id 491D9C0C80
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:34 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, 
port 10024)
with ESMTP id 9AdgQseE5DuB for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:02:32 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id 4B8E061B34
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:31 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id F2AB6E8F30
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:29 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id C2470252B1
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:27 + (UTC)
Date: Tue, 17 Jan 2017 05:02:27 + (UTC)
From: "Stefan Bodewig (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21744.1484629347...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to
 Xamarin Android and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXKtlKZJdCBBVBe3tl70jciy3BCIX/vij+d0JuGi969bFwQYyijS/HJm76TIlb6l5SqXkLRsizP2Y8bF0SkCRektB8sxh8wn4bgwgoifr7U/Ql3ohC7RKkauOVnwgNrctpMrzuU=
X-Received: by 10.99.66.198 with SMTP id p189mr44120673pga.30.1484626230853;
Mon, 16 Jan 2017 20:10:30 -0800 (PST)
X-Received: by 10.99.66.198 with SMTP id p189mr44120647pga.30.1484626230510;
Mon, 16 Jan 2017 20:10:30 -0800 (PST)
Return-Path: <j...@apac

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJ90QM7TQlcse6+zpmWnp8e+HTdZwo8kD+KL+qisgY46bggLRFfVUAHq+jThpCFq8tGPkVLMLx5WxyK/JXDLf8Rn0binK5TumYiTfGs36RQGRAdJacadH0XBj5IoYz5kMHoLww=
X-Received: by 10.98.220.91 with SMTP id t88mr41486220pfg.78.1484629382578;
Mon, 16 Jan 2017 21:03:02 -0800 (PST)
X-Received: by 10.98.220.91 with SMTP id t88mr41486208pfg.78.1484629382349;
Mon, 16 Jan 2017 21:03:02 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd2-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id w16si23728593plk.57.2017.01.16.21.03.02
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:03:02 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd2-us-west.apache.org (ASF Mail Server at 
spamd2-us-west.apache.org) with ESMTP id 0EE141A07DF
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:02 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 
10024)
with ESMTP id vwM3C_gxBQdi for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:03:00 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id 270A65FB33
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:00 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 43FECE8683
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:29 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 6861F25294
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:27 + (UTC)
Date: Tue, 17 Jan 2017 05:02:27 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21711.1484629347...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825004#comment-15825004
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXIs/mvcI2kATQg9gO2/LVPBVnrQS0q1cwhf514Vzim1WeIGk4p/hQ5sXkkXtwzbk/CgQAKTuDSRtl+ts4cV0AWrf3tcBU6H5JyflCyRzPC5iDoatBdVh+/zbU2YwJoo1nnzf/Y=
X-Received: by 10.99.163.109 with SMTP id v45mr22094803pgn.39.1484629294376;
Mon, 16 Jan 2017 21:01:34 -0800 (PST)
X-Received: by 10.99.163.109 with SMTP id v45mr22094783pgn.39.1484629294093;
Mon, 16 Jan 2017 21:01:34 -0800 (PST)
Ret

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXKa5Q3OMpxzG9anltxhXz1VXk1I3muRDnqgI/Pyre3SFNlMebUAoz8K8fBwx65PJahhQYXhp56qG3pYlGOo4JurExXD8akDJUWUD2ZtWTkLPD9ps+Z0phIhILAkWJZqYBk34KY=
X-Received: by 10.84.164.106 with SMTP id m39mr55490800plg.97.1484629415873;
Mon, 16 Jan 2017 21:03:35 -0800 (PST)
X-Received: by 10.84.164.106 with SMTP id m39mr55490781plg.97.1484629415673;
Mon, 16 Jan 2017 21:03:35 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd2-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id t11si23704144plm.267.2017.01.16.21.03.35
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:03:35 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd2-us-west.apache.org (ASF Mail Server at 
spamd2-us-west.apache.org) with ESMTP id 5C32B1A07DF
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:35 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 
10024)
with ESMTP id EdA4mey96j6F for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:03:33 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id 20715618AF
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:32 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 05179E90FE
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:30 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 5A2832528D
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:28 + (UTC)
Date: Tue, 17 Jan 2017 05:03:28 + (UTC)
From: "Stefan Bodewig (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21797.1484629408...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to
 Xamarin Android and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXIxbr9lSpKXWEeJ65vuJV7IDh0jTxVANCvc0vTt5fdgJzJqIcv1gFwRHv48pX4F6KzdACfK6N5I1vZuSiZtRqK0R8mDKXX25zXT/GeJDbsQUyg9al8Hh38MRrwqzxMFH21Z9uk=
X-Received: by 10.84.233.201 with SMTP id m9mr55137245pln.91.1484626540585;
Mon, 16 Jan 2017 20:15:40 -0800 (PST)
X-Received: by 10.84.233.201 with SMTP id m9mr55137224pln.91.1484626540356;
Mon, 16 Jan 2017 20:15:40 -0800 (PST)
Return-Path

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXLLkBwNtH37oS0L7INAsmOdf0XjzDhXy8maEBpIm0lbLZH28EHmE60TEdZDHF9y/kGiqQfLQ+SVelzGIddD69hz8i+wkUj3IaTCJw2a7sQ7jPickuLO8KOkGDP1qQ75YcUaRxA=
X-Received: by 10.98.141.194 with SMTP id p63mr25740931pfk.185.1484629355948;
Mon, 16 Jan 2017 21:02:35 -0800 (PST)
X-Received: by 10.98.141.194 with SMTP id p63mr25740909pfk.185.1484629355649;
Mon, 16 Jan 2017 21:02:35 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd4-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id r66si21371370pfg.195.2017.01.16.21.02.35
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:02:35 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd4-us-west.apache.org (ASF Mail Server at 
spamd4-us-west.apache.org) with ESMTP id 525F0C12C0
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:35 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-eu.apache.org ([10.40.0.8])
by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, 
port 10024)
with ESMTP id j9qdnK-q5vcl for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:02:33 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with 
ESMTP id D49635FB5D
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:32 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 44FC7E8693
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:29 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 713C525298
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:27 + (UTC)
Date: Tue, 17 Jan 2017 05:02:27 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21715.1484629347...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825005#comment-15825005
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJRgXIe77rRNoin6HBMrMQaPQY7bZgU847hmKNqxRBE0F+TEIlhcCiEBIREDKfUCryiJ30+mKafA6XFX5MrQDmTPoBc42z8rXVFlaCenrOZfe3SdyarjDp9shICz+wA+3SMbU0=
X-Received: by 10.98.160.140 with SMTP id p12mr40949375pfl.97.1484629236726;
Mon, 16 Jan 2017 21:00:36 -0800 (PST)
X-Received: by 10.98.160.140 with SMTP id p12mr40949353pfl.97.1484629236480;
Mon, 16 Jan 2017 21:00:36 -0800 (

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXICEPdXh8KLw6rJ7PKERHbiQyO6WinYLMH0dX4A2gklzJyt6RUo72f8znRZLQeI3eDKDfNx4DJIguwdbQXeLYZfyJXwEUgMTeglegIzKpR1vV+Gb5m+jfZDYoaK3Bx9XUFxUAE=
X-Received: by 10.98.87.27 with SMTP id l27mr1705560pfb.169.1484629355548;
Mon, 16 Jan 2017 21:02:35 -0800 (PST)
X-Received: by 10.98.87.27 with SMTP id l27mr1705544pfb.169.1484629355260;
Mon, 16 Jan 2017 21:02:35 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd1-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id u3si15649042plm.292.2017.01.16.21.02.35
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:02:35 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd1-us-west.apache.org (ASF Mail Server at 
spamd1-us-west.apache.org) with ESMTP id ECC6FC132B
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:34 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-eu.apache.org ([10.40.0.8])
by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 
10024)
with ESMTP id oQ-2xoGTv5WF for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:02:33 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with 
ESMTP id 420B15FDB6
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:31 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id D3DB4E8F1C
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:29 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id B2E0124E02
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:27 + (UTC)
Date: Tue, 17 Jan 2017 05:02:27 + (UTC)
From: "Stefan Bodewig (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21737.1484629347...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to
 Xamarin Android and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJHecJrytCwgdMU0V4BRP0ELL1RFx4fhf2TyT9OjzGKHwUBtVWWvUfOLM6uSyHI87CmF7leqOcKzmJrbcUyL/byrHLH69g7wSKHK83BGnE+aZ78CIk8hA1Yxxh6gU8r9cEmQaI=
X-Received: by 10.84.232.204 with SMTP id x12mr54056844plm.125.1484626170905;
Mon, 16 Jan 2017 20:09:30 -0800 (PST)
X-Received: by 10.84.232.204 with SMTP id x12mr54056831plm.125.1484626170684;
Mon, 16 Jan 2017 20:09:30 -0800 (PST)
Return-Path: <j...@apac

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXKP8AkUVJQ5C6x1RGWJoaC2yZ+a8/ihDbFNWvt0eWHcaoFuvEQoKYieMzLfbhwA+/BaJwCHZaAiWlhEXOl1EvlYyzbP7kLLD7cT6cHBXZo/0Zmb8okmwukuhiRWg4+t6bbKBlg=
X-Received: by 10.98.75.156 with SMTP id d28mr41569313pfj.59.1484629413973;
Mon, 16 Jan 2017 21:03:33 -0800 (PST)
X-Received: by 10.98.75.156 with SMTP id d28mr41569294pfj.59.1484629413701;
Mon, 16 Jan 2017 21:03:33 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd1-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id c78si23756653pfb.0.2017.01.16.21.03.33
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:03:33 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd1-us-west.apache.org (ASF Mail Server at 
spamd1-us-west.apache.org) with ESMTP id 580A6C0EA8
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:33 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 
10024)
with ESMTP id wDWOWRD1b4RX for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:03:32 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id 619025FB5B
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:31 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 8410AE8EE5
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:29 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 07C3F25287
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:28 + (UTC)
Date: Tue, 17 Jan 2017 05:03:28 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21775.1484629408...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825012#comment-15825012
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXK6jtqBbw4D8sTS/xo58hMLIgIrON+/PubAzgnAr96RhOLiNTx/5LUrx8k/vPFf3cD5LQPFafGh7/t7HLBFE0viA/yoQ3hJit3hMXApKi4tegolKtGcjSDRjpAPyq60q0tPEf8=
X-Received: by 10.84.224.134 with SMTP id s6mr48919834plj.49.1484629296130;
Mon, 16 Jan 2017 21:01:36 -0800 (PST)
X-Received: by 10.84.224.134 with SMTP id s6mr48919811plj.49.1484629295904;
Mon, 16 Jan 2017 21:01:35 -0800 (PST)
Ret

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXLoTEcKnw5l8xzsmKD7mk5xo4sS1vXSLUsxJ3QTm36GWhtNJfGcqIjOW+jLRaV4bm/XREdCA0X7ztoikDoJJPA9NPpM3krxE+wz0FHa6MiQiRYILQ0mBIusNG3rFdrxOBqX3rs=
X-Received: by 10.98.133.11 with SMTP id u11mr41521293pfd.132.1484629352659;
Mon, 16 Jan 2017 21:02:32 -0800 (PST)
X-Received: by 10.98.133.11 with SMTP id u11mr41521268pfd.132.1484629352411;
Mon, 16 Jan 2017 21:02:32 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd4-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id d187si23693803pgc.59.2017.01.16.21.02.32
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:02:32 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd4-us-west.apache.org (ASF Mail Server at 
spamd4-us-west.apache.org) with ESMTP id 16DB9C00B6
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:32 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-eu.apache.org ([10.40.0.8])
by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, 
port 10024)
with ESMTP id 4ZRpiluvIqO6 for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:02:30 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with 
ESMTP id 472C95FB46
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:29 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 880FCE576F
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:28 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 4811025286
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:27 + (UTC)
Date: Tue, 17 Jan 2017 05:02:27 + (UTC)
From: "Stefan Bodewig (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21697.1484629347...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to
 Xamarin Android and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXIdRa0VKdz7jmVdnmAwROGlQJGYZrr6iNmPU/YMsksoFEbQTB+1yeW6zA5zXNV8kUytAr7Yjnrk/YhECH7HIVRQlArTe2VZLgb7ifZaNs7ga6IoqCVwzDe4FrifN2DbOZUqNZ8=
X-Received: by 10.99.184.18 with SMTP id p18mr44399359pge.33.1484625633270;
Mon, 16 Jan 2017 20:00:33 -0800 (PST)
X-Received: by 10.99.184.18 with SMTP id p18mr44399337pge.33.1484625632979;
Mon, 16 Jan 2017 20:00:32 -0800 (PST)
Return-Path: <j...@apac

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJjcg10BL3VSG91YgN7JfIvKI2Q7/Gch+5sw/hG7lz4szTgxr4DU8Bm35kDLBI2TrNGKsSfwZRvQXBQN0MXp727sCJMstY3yYjnmHEHyNlD0MylEo+LVMtgqakpmxamQ6naAKI=
X-Received: by 10.84.150.129 with SMTP id h1mr34814098plh.9.1484629354462;
Mon, 16 Jan 2017 21:02:34 -0800 (PST)
X-Received: by 10.84.150.129 with SMTP id h1mr34814079plh.9.1484629354229;
Mon, 16 Jan 2017 21:02:34 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd4-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id x131si16297700pfd.68.2017.01.16.21.02.34
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:02:34 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd4-us-west.apache.org (ASF Mail Server at 
spamd4-us-west.apache.org) with ESMTP id DD401C0C80
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:33 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-eu.apache.org ([10.40.0.8])
by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, 
port 10024)
with ESMTP id 7ZcBizQV8ySt for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:02:32 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with 
ESMTP id 3BF935F5D3
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:30 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 1C25AE867D
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:29 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 5F9C625290
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:27 + (UTC)
Date: Tue, 17 Jan 2017 05:02:27 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21707.1484629347...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825003#comment-15825003
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJd7TpWXOv6QInxoTNYsf3YWwYA/YvBP2cDE1K8KpiwHIP1Z7sXJy3siPHqZwNDOThTBgHm6qZP7424vLM0GwY3sy96qc8Fvtp2/6iYHGHQfuEblX+xf7tzfCufHadJMAIrNNA=
X-Received: by 10.98.63.210 with SMTP id z79mr41884560pfj.134.1484629295131;
Mon, 16 Jan 2017 21:01:35 -0800 (PST)
X-Received: by 10.98.63.210 with SMTP id z79mr41884539pfj.134.1484629294857;
Mon, 16 Jan 2017 21:01:34 -0800 (PST)
Ret

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXLPtncUPghiXZ6xtsLAgDLJrbftCWbFFi+dAOClXHnc/Q0vD9o7WR1c+yUMg1N27lPdTk8oNpQRdW6/258BYx/9C4o1z/3fM9AEP93Iu96dDnw3xFYJgFTI1NIZWcELkCsG/ig=
X-Received: by 10.84.224.133 with SMTP id s5mr56721863plj.130.1484629415139;
Mon, 16 Jan 2017 21:03:35 -0800 (PST)
X-Received: by 10.84.224.133 with SMTP id s5mr56721843plj.130.1484629414916;
Mon, 16 Jan 2017 21:03:34 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd3-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id k129si23683933pgk.90.2017.01.16.21.03.34
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:03:34 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd3-us-west.apache.org (ASF Mail Server at 
spamd3-us-west.apache.org) with ESMTP id 9161A1814DF
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:34 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, 
port 10024)
with ESMTP id DespjggNFxku for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:03:31 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id 9F03D5FE0C
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:30 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 3ADF7E8679
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:29 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id A0DA92528C
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:03:27 + (UTC)
Date: Tue, 17 Jan 2017 05:03:27 + (UTC)
From: "Stefan Bodewig (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21754.1484629407...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to
 Xamarin Android and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXKIKNkBAbCYWPOHvof/JjEw5ntyjLQ3BcbD2ZHsaGsR7tn1Vh8O/TKOcTLqENBk+hIK8MRFRcFDTgRP4mnDPFSqWS0vAdadNG7CL7aThBVJDixn5sxZwUWAcY113P4BBJC9knc=
X-Received: by 10.84.169.169 with SMTP id h38mr55751947plb.48.1484626428298;
Mon, 16 Jan 2017 20:13:48 -0800 (PST)
X-Received: by 10.84.169.169 with SMTP id h38mr55751925plb.48.1484626428076;
Mon, 16 Jan 2017 20:13:48 -0800 (PST)
Return-Path

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJVA9DmPmLitX8A62NBS2xf+2np16s8qXaoo5527e+4SpNMogbzdregVup/cCqg1Ad0vfjr9l6aNR+bxNUAE3bDa7koT5BsAGRdfzAsE/QB9sdvW1x7oCs33SrV8nDQ4I63TZQ=
X-Received: by 10.98.131.136 with SMTP id h130mr38367026pfe.4.1484629296657;
Mon, 16 Jan 2017 21:01:36 -0800 (PST)
X-Received: by 10.98.131.136 with SMTP id h130mr38367007pfe.4.1484629296392;
Mon, 16 Jan 2017 21:01:36 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd1-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id m24si23711874pli.235.2017.01.16.21.01.36
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:01:36 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd1-us-west.apache.org (ASF Mail Server at 
spamd1-us-west.apache.org) with ESMTP id 1779DC132B
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:01:36 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-eu.apache.org ([10.40.0.8])
by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 
10024)
with ESMTP id nXBy8eZNhPaa for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:01:35 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with 
ESMTP id D09CB5FD9A
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:01:33 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 118ADE8F04
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:01:29 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 9BF272528A
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:01:27 + (UTC)
Date: Tue, 17 Jan 2017 05:01:27 + (UTC)
From: "Stefan Bodewig (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21693.1484629287...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to
 Xamarin Android and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJSPDW0enAQ5YR8kB3+MGZp6rXR287/zW+OIOH4y7VU0zkOwAoebRkZ5dJJ3TzAxpZhbjvRIunT+vKP7B6RD8fUyxa3RczL4BpJtxVpUCnl1zhfQfejxkorYZX/DAA+8d8vG7A=
X-Received: by 10.99.19.65 with SMTP id 1mr43848926pgt.153.1484625513373;
Mon, 16 Jan 2017 19:58:33 -0800 (PST)
X-Received: by 10.99.19.65 with SMTP id 1mr43848902pgt.153.1484625513090;
Mon, 16 Jan 2017 19:58:33 -0800 (PST)
Return-Path: <j...@apac

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJ1s1ErUAvTDej26XEZeJJcGi2Mv5tfdSj5M6qBm0HIDfg6U3UnaorKiM6t6JL6kCpU9Kfqi7mzR0aPkDgA+Zm4ASUipwBS6Aobf9pAn7uQRrBIl50Quf7WHA5p0197KAztkZg=
X-Received: by 10.84.215.207 with SMTP id g15mr56051890plj.166.1484629295711;
Mon, 16 Jan 2017 21:01:35 -0800 (PST)
X-Received: by 10.84.215.207 with SMTP id g15mr56051857plj.166.1484629295501;
Mon, 16 Jan 2017 21:01:35 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd4-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id l3si23744131pln.71.2017.01.16.21.01.35
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:01:35 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd4-us-west.apache.org (ASF Mail Server at 
spamd4-us-west.apache.org) with ESMTP id 33C28C0C80
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:01:35 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-eu.apache.org ([10.40.0.8])
by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, 
port 10024)
with ESMTP id sGu-ndY5FQVD for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:01:33 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with 
ESMTP id C21255FBBD
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:01:32 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 169DEE587C
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:01:28 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id CF8E125287
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:01:26 + (UTC)
Date: Tue, 17 Jan 2017 05:01:26 + (UTC)
From: "Stefan Bodewig (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21668.1484629286...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to
 Xamarin Android and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXIW09F3IU/LVj8DdBEDH4w1UeHpRzLm/WiLoa9u5rR93NYm22JMXgCrVFNBaCAiCBRAql5QY08rD36fWw51/gERMLbBt8oWMvRG1huM0sgapXTVsuk7Dh/s1dt0qT46lcMHuto=
X-Received: by 10.99.37.199 with SMTP id l190mr43930747pgl.86.1484625270819;
Mon, 16 Jan 2017 19:54:30 -0800 (PST)
X-Received: by 10.99.37.199 with SMTP id l190mr43930735pgl.86.1484625270563;
Mon, 16 Jan 2017 19:54:30 -0800 (PST)
Return-Path

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXIMQuKGLyQk2iT/PVW+bO5ICcvd36KNf3W5PmN6h9pnY3nINkkgOGL1sBMrTRmGKgzw/0xgkQrozmsnxwyvYucolFhHRJrxk/tG+/uJqf+RrVU067KTWAh5fYMTEuVFFYM3kvU=
X-Received: by 10.98.209.16 with SMTP id z16mr5212118pfg.139.1484629353576;
Mon, 16 Jan 2017 21:02:33 -0800 (PST)
X-Received: by 10.98.209.16 with SMTP id z16mr5212101pfg.139.1484629353302;
Mon, 16 Jan 2017 21:02:33 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd1-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id b44si23727685pli.42.2017.01.16.21.02.33
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:02:33 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd1-us-west.apache.org (ASF Mail Server at 
spamd1-us-west.apache.org) with ESMTP id DAD0BC23E6
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:32 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 
10024)
with ESMTP id 5NYoTOc3DeyA for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:02:31 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id A27B761015
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:30 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id A642BE545A
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:29 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 91B32252A6
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:27 + (UTC)
Date: Tue, 17 Jan 2017 05:02:27 + (UTC)
From: "Stefan Bodewig (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21729.1484629347...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to
 Xamarin Android and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXIF6l2ELyaVWuIiLgsczsLI1qhx84vLTznJ+AEjQOG3RgV/GPgYMiifACdD/CWQryPyz2NRGX3/efnDfe28FXhwT+jEExmnAw9fA7jkEss/u6zPQQBWI4mbugrFwEFNFM+RADM=
X-Received: by 10.98.152.79 with SMTP id q76mr40918425pfd.147.1484625991912;
Mon, 16 Jan 2017 20:06:31 -0800 (PST)
X-Received: by 10.98.152.79 with SMTP id q76mr40918404pfd.147.1484625991618;
Mon, 16 Jan 2017 20:06:31 -0800 (PST)
Return-Path: <j...@apac

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXK6jtqBbw4D8sTS/xo58hMLIgIrON+/PubAzgnAr96RhOLiNTx/5LUrx8k/vPFf3cD5LQPFafGh7/t7HLBFE0viA/yoQ3hJit3hMXApKi4tegolKtGcjSDRjpAPyq60q0tPEf8=
X-Received: by 10.84.224.134 with SMTP id s6mr48919834plj.49.1484629296130;
Mon, 16 Jan 2017 21:01:36 -0800 (PST)
X-Received: by 10.84.224.134 with SMTP id s6mr48919811plj.49.1484629295904;
Mon, 16 Jan 2017 21:01:35 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd1-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id p66si5056285pga.87.2017.01.16.21.01.35
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:01:35 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd1-us-west.apache.org (ASF Mail Server at 
spamd1-us-west.apache.org) with ESMTP id 8E928C132B
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:01:35 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-eu.apache.org ([10.40.0.8])
by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 
10024)
with ESMTP id Hdf4OxDOENx9 for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:01:34 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with 
ESMTP id 41D645FCD8
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:01:33 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id CD336E8EA1
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:01:28 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 7C5D025293
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:01:27 + (UTC)
Date: Tue, 17 Jan 2017 05:01:27 + (UTC)
From: "Stefan Bodewig (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21685.1484629287...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to
 Xamarin Android and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXLhh/qk50zpgCdIrRXJqT1SUrwuNV0w4idaNkH0qj1zljju84i1Umt9Em7f4olztR7l+EWRgkTjvH0PNhRKvxcuAB25Ssi5VDSP6iJKMYux6TMVqKVhWGRHSTwBRP4nltbZFUM=
X-Received: by 10.84.149.139 with SMTP id m11mr55616406pla.38.1484625391517;
Mon, 16 Jan 2017 19:56:31 -0800 (PST)
X-Received: by 10.84.149.139 with SMTP id m11mr55616389pla.38.1484625391277;
Mon, 16 Jan 2017 19:56:31 -0800 (PST)
Return-Path: <j...@apac

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXLCcioOpYefUwNEgT6+9hPLHpQTnAZMVq1wayjSuiMmp/HnUzh7tH+P3WKMC3ix3cLgdDToGPEUuLheCgbGHpZwLy8QVVYyVEm5VLEVupusOJ9SI9Q0kMzY+jHF1lQKkGm+XGc=
X-Received: by 10.84.175.3 with SMTP id s3mr55160968plb.66.1484629351646;
Mon, 16 Jan 2017 21:02:31 -0800 (PST)
X-Received: by 10.84.175.3 with SMTP id s3mr55160937plb.66.1484629351368;
Mon, 16 Jan 2017 21:02:31 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd1-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id 63si23675038pgi.211.2017.01.16.21.02.31
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:02:31 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd1-us-west.apache.org (ASF Mail Server at 
spamd1-us-west.apache.org) with ESMTP id F15B7C132B
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:30 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 
10024)
with ESMTP id yeTsQ2_UdFQo for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:02:30 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id A20E55FE3F
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:29 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id F2A47E8673
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:28 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 51FB62528A
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:27 + (UTC)
Date: Tue, 17 Jan 2017 05:02:27 + (UTC)
From: "Stefan Bodewig (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21701.1484629347...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to
 Xamarin Android and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXKo44yFS/HLpT+Pu9liRzGCPLtfVppQRn/RMHnqJ4PFRrLJyaK3RlRa1UJbFNqk9dE0j6aVjI2ybaFJ5GQmrxgFlBft5p9p8fkLFJoN09NoL+W/PxpbX6Z4PduZXmW2AkFws+I=
X-Received: by 10.98.82.216 with SMTP id g207mr40852580pfb.32.1484625695752;
Mon, 16 Jan 2017 20:01:35 -0800 (PST)
X-Received: by 10.98.82.216 with SMTP id g207mr40852564pfb.32.1484625695495;
Mon, 16 Jan 2017 20:01:35 -0800 (PST)
Return-Path: <j...@apac

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXIe0u6BMvGviMVP8aRSi5O5HhCQKFb5qWHZnE2yiKSBeCpcQ4yeaf8zWeIYaKnMxkB1EetN3tJ5KaDDtga4Ryg3LvpCpxATTSpdHVxnE3/79TpCgkRxwZQibw9dF7Vlmo2B3FI=
X-Received: by 10.84.131.165 with SMTP id d34mr56795778pld.41.1484629354507;
Mon, 16 Jan 2017 21:02:34 -0800 (PST)
X-Received: by 10.84.131.165 with SMTP id d34mr56795757pld.41.1484629354265;
Mon, 16 Jan 2017 21:02:34 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd1-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id z3si23718162pfz.219.2017.01.16.21.02.34
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:02:34 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd1-us-west.apache.org (ASF Mail Server at 
spamd1-us-west.apache.org) with ESMTP id B1F99C23EE
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:33 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 
10024)
with ESMTP id LfQYRxK8PB6S for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:02:32 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id 5491E61EF3
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:31 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id F1CF5E8F2B
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:29 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 9AB27252AA
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:27 + (UTC)
Date: Tue, 17 Jan 2017 05:02:27 + (UTC)
From: "Stefan Bodewig (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21733.1484629347...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to
 Xamarin Android and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJexjriEojK4VsW7IuKkk/zaTOG6+hSj2bnSIynWfuYe4gchy/8A0NEaG3bxWC09D1cRlJDRR1ezTAjG4GIk2vbOgfAKKYsdSkNwQagxwQifcWvhcJUzDhkhL4jckWExl2KOe4=
X-Received: by 10.99.63.193 with SMTP id m184mr43887324pga.123.1484626112697;
Mon, 16 Jan 2017 20:08:32 -0800 (PST)
X-Received: by 10.99.63.193 with SMTP id m184mr43887302pga.123.1484626112404;
Mon, 16 Jan 2017 20:08:32 -0800 (PST)
Return-Path

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXKeS0rudqp+cWTMTPP19bG8kL7OMI2n6UmWCT5KEF7RDS9YTfZTSJXSGYrLfvzGv77ZkVDI71ZxMV29TzEDuSrFuWUnjQsMt8N5L19Xek48tjKeWE8ne2vq6z/pDGXC82YJW6I=
X-Received: by 10.98.138.155 with SMTP id o27mr41497051pfk.113.1484629354863;
Mon, 16 Jan 2017 21:02:34 -0800 (PST)
X-Received: by 10.98.138.155 with SMTP id o27mr41497035pfk.113.1484629354610;
Mon, 16 Jan 2017 21:02:34 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd3-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id z83si23762910pfk.2.2017.01.16.21.02.34
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:02:34 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd3-us-west.apache.org (ASF Mail Server at 
spamd3-us-west.apache.org) with ESMTP id 29E2F181A91
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:34 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, 
port 10024)
with ESMTP id xfxM_81fhf3z for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:02:32 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id 177D461A1E
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:31 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id BD435E8671
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:29 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 7DECB2529E
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:02:27 + (UTC)
Date: Tue, 17 Jan 2017 05:02:27 + (UTC)
From: "Stefan Bodewig (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21721.1484629347...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to
 Xamarin Android and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXID+tydi6/RqEtIuGKieAPfyqp09pwFThTdTTueOEU9iUshgkYKc2elqfcZC4ON4acTDunN0+Y+ISMhgA3XSrBvBIPf/Z3NarRubdXZYJ+XGV9ykVc8KlV2b7No3pw0J3uaKNk=
X-Received: by 10.99.218.85 with SMTP id l21mr44052808pgj.102.1484625753494;
Mon, 16 Jan 2017 20:02:33 -0800 (PST)
X-Received: by 10.99.218.85 with SMTP id l21mr44052786pgj.102.1484625753223;
Mon, 16 Jan 2017 20:02:33 -0800 (PST)
Return-Path

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXIg9rMFLf8jQMgBE2cIXOyB5562cIkqm3IpfrBUTjbtmuhKxja/CSW/Ni3vw/bG7onNYNiZQ223yaugulkIr3feGytIF/QPP7oapnjF4KVwOCjnDHWMdiC/8/ZBmdbwEaasOL0=
X-Received: by 10.99.112.13 with SMTP id l13mr44328906pgc.7.1484629297120;
Mon, 16 Jan 2017 21:01:37 -0800 (PST)
X-Received: by 10.99.112.13 with SMTP id l13mr4432pgc.7.1484629296829;
Mon, 16 Jan 2017 21:01:36 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd4-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id 2si11022675plc.82.2017.01.16.21.01.36
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:01:36 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd4-us-west.apache.org (ASF Mail Server at 
spamd4-us-west.apache.org) with ESMTP id 82EF0C0C80
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:01:36 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-eu.apache.org ([10.40.0.8])
by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, 
port 10024)
with ESMTP id AErnEIKgLi8u for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:01:34 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with 
ESMTP id C3E1D5FD02
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:01:33 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id F36FCE8EED
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:01:28 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 8C29A25297
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:01:27 + (UTC)
Date: Tue, 17 Jan 2017 05:01:27 + (UTC)
From: "Stefan Bodewig (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21689.1484629287...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to
 Xamarin Android and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXL3jMdlszCGvh4VfgfjysAcpj/8n6smDe6TezmcO/vCBNADpVgKshvi4/itOrN3547w4Vl1Nz9fo84X4/u/Igs1evDHuqiJVdLiL2FNM78F1xzx/uaKEzszFdTHl+E0B5Lrgxg=
X-Received: by 10.84.129.111 with SMTP id 102mr56353457plb.103.1484625452422;
Mon, 16 Jan 2017 19:57:32 -0800 (PST)
X-Received: by 10.84.129.111 with SMTP id 102mr56353432plb.103.1484625452164;
Mon, 16 Jan 2017 19:57:32 -0800 (PST)
Return-Path: <j...@apac

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJRgXIe77rRNoin6HBMrMQaPQY7bZgU847hmKNqxRBE0F+TEIlhcCiEBIREDKfUCryiJ30+mKafA6XFX5MrQDmTPoBc42z8rXVFlaCenrOZfe3SdyarjDp9shICz+wA+3SMbU0=
X-Received: by 10.98.160.140 with SMTP id p12mr40949375pfl.97.1484629236726;
Mon, 16 Jan 2017 21:00:36 -0800 (PST)
X-Received: by 10.98.160.140 with SMTP id p12mr40949353pfl.97.1484629236480;
Mon, 16 Jan 2017 21:00:36 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd1-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id 16si10142506pfk.10.2017.01.16.21.00.36
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:00:36 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd1-us-west.apache.org (ASF Mail Server at 
spamd1-us-west.apache.org) with ESMTP id 284EDC20E6
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:00:36 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 
10024)
with ESMTP id 9f7i6cUhucT4 for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:00:35 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id 1E5435FDEA
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:00:35 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id CBA77E867E
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:00:32 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 199692528F
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:00:31 + (UTC)
Date: Tue, 17 Jan 2017 05:00:31 + (UTC)
From: "Stefan Bodewig (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21660.1484629231...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to
 Xamarin Android and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXKLRvrc1gLqCATLXg9w8rtk9E7jiWV333qQzlI2IB/YVjxeA1N3JvZT8DakrBYFXEJYLF6Fubxavw8A2jBdFKQ0CWMxDxwPwOMrsJWAXvxfNuE0poGSohUD8rMCt9gOqnsc3MA=
X-Received: by 10.98.105.68 with SMTP id e65mr41422571pfc.10.1484625153437;
Mon, 16 Jan 2017 19:52:33 -0800 (PST)
X-Received: by 10.98.105.68 with SMTP id e65mr41422558pfc.10.1484625153199;
Mon, 16 Jan 2017 19:52:33 -0800 (PST)
Return-Path: <j...@apac

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJd7TpWXOv6QInxoTNYsf3YWwYA/YvBP2cDE1K8KpiwHIP1Z7sXJy3siPHqZwNDOThTBgHm6qZP7424vLM0GwY3sy96qc8Fvtp2/6iYHGHQfuEblX+xf7tzfCufHadJMAIrNNA=
X-Received: by 10.98.63.210 with SMTP id z79mr41884560pfj.134.1484629295131;
Mon, 16 Jan 2017 21:01:35 -0800 (PST)
X-Received: by 10.98.63.210 with SMTP id z79mr41884539pfj.134.1484629294857;
Mon, 16 Jan 2017 21:01:34 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd3-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id c1si23722867pld.50.2017.01.16.21.01.34
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:01:34 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd3-us-west.apache.org (ASF Mail Server at 
spamd3-us-west.apache.org) with ESMTP id 8A0CE181061
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:01:34 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, 
port 10024)
with ESMTP id 8AgzsvBi-Ja1 for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:01:33 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id A4A7A5F576
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:01:32 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id B15A8E8686
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:01:28 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 6F6752528F
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:01:27 + (UTC)
Date: Tue, 17 Jan 2017 05:01:27 + (UTC)
From: "Stefan Bodewig (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21681.1484629287...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to
 Xamarin Android and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJihdBJUe780BXLZTY8aDr4HezWEDEsXb/G0A7K9qgeIF7+Mn5MUANbvnsqkHD1QWNUgYcYHbwwnDrSo81RUUoy2l9RZ/HVCyeCyU2m+K+9fWikVnKmBJyrS5ZUcxPZdbfnreY=
X-Received: by 10.84.151.69 with SMTP id i63mr55600469pli.122.1484625330844;
Mon, 16 Jan 2017 19:55:30 -0800 (PST)
X-Received: by 10.84.151.69 with SMTP id i63mr55600443pli.122.1484625330586;
Mon, 16 Jan 2017 19:55:30 -0800 (PST)
Return-Path

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXL+JzTbtJVH1SQr1nWSHSmzHA20yLOMHRBRX7zCsHWaJjTmBvhdXaBGjh6fgAEi4v0nqwozu/QIjn1pWiRBX8wyLibN490Sl/azTFMbelI97/od6LFRimuG45b8Ah3WXiC68Os=
X-Received: by 10.84.169.36 with SMTP id g33mr56013622plb.36.1484629236074;
Mon, 16 Jan 2017 21:00:36 -0800 (PST)
X-Received: by 10.84.169.36 with SMTP id g33mr56013594plb.36.1484629235843;
Mon, 16 Jan 2017 21:00:35 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd4-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id g197si972441pfb.151.2017.01.16.21.00.35
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:00:35 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd4-us-west.apache.org (ASF Mail Server at 
spamd4-us-west.apache.org) with ESMTP id 6E867C00B6
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:00:35 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, 
port 10024)
with ESMTP id PF8UB7oMvUXk for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:00:34 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id 76D9E60DE8
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:00:33 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 9544AE867C
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:00:32 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 2648F25291
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:00:31 + (UTC)
Date: Tue, 17 Jan 2017 05:00:31 + (UTC)
From: "Stefan Bodewig (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21663.1484629231...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to
 Xamarin Android and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXLL8/V+ahAjKkIb9o2adpXju+z0jjbX+dhORmmRDpPmJZY8MLlsRT74Bv/krsoDASTUBBWGFEjlPn9Q97mPv0UwHgiO7qs4i0PjX+PurCtoLn6DL2Fd1NLxMvSnpMlUbrWzv10=
X-Received: by 10.84.167.2 with SMTP id c2mr54731832plb.56.1484625211365;
Mon, 16 Jan 2017 19:53:31 -0800 (PST)
X-Received: by 10.84.167.2 with SMTP id c2mr54731813plb.56.1484625211135;
Mon, 16 Jan 2017 19:53:31 -0800 (PST)
Return-Path: <j...@apac

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXIs/mvcI2kATQg9gO2/LVPBVnrQS0q1cwhf514Vzim1WeIGk4p/hQ5sXkkXtwzbk/CgQAKTuDSRtl+ts4cV0AWrf3tcBU6H5JyflCyRzPC5iDoatBdVh+/zbU2YwJoo1nnzf/Y=
X-Received: by 10.99.163.109 with SMTP id v45mr22094803pgn.39.1484629294376;
Mon, 16 Jan 2017 21:01:34 -0800 (PST)
X-Received: by 10.99.163.109 with SMTP id v45mr22094783pgn.39.1484629294093;
Mon, 16 Jan 2017 21:01:34 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd1-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id t5si23678900pgj.171.2017.01.16.21.01.33
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:01:34 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd1-us-west.apache.org (ASF Mail Server at 
spamd1-us-west.apache.org) with ESMTP id AFAD9C132B
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:01:33 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-eu.apache.org ([10.40.0.8])
by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 
10024)
with ESMTP id O2J6E6VReBWY for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:01:32 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with 
ESMTP id DEBD85FB46
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:01:31 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 7B9CFE8671
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:01:28 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 1C12E2528E
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:01:27 + (UTC)
Date: Tue, 17 Jan 2017 05:01:27 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21675.1484629287...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825001#comment-15825001
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXKEpI9vjajsqT9bUbmUCpABVhNlSfZxht+/PnNmEa5lp/LItaqC8xoKP9O6c0DMfRl+yFEqEBMKfcEns35DFNBWAtqxmaLD2on1XePNzFEtuMO0TK2nmP47WGoJAuo3HF8qVig=
X-Received: by 10.84.225.20 with SMTP id t20mr56807917plj.154.1484629171591;
Mon, 16 Jan 2017 20:59:31 -0800 (PST)
X-Received: by 10.84.225.20 with SMTP id t20mr56807902plj.154.1484629171371;
Mon, 16 Jan 2017 20:59:31 -0800 (PST

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJ28gItzXdBH08NXLpslFSLmaj7BER6Mzkq9P6YLA7Pf1HFPXn2j2Nt6gs7Sb4V7zL6oO3fFBvfG2KIMIr+gu7y3uIgjLt1428rn/jlrIgPSbZF9kz2ol/YLvt50Pccju9R+4M=
X-Received: by 10.99.225.5 with SMTP id z5mr2230740pgh.145.1484629111551;
Mon, 16 Jan 2017 20:58:31 -0800 (PST)
X-Received: by 10.99.225.5 with SMTP id z5mr2230729pgh.145.1484629111276;
Mon, 16 Jan 2017 20:58:31 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd1-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id i64si599128pfd.9.2017.01.16.20.58.31
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 20:58:31 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd1-us-west.apache.org (ASF Mail Server at 
spamd1-us-west.apache.org) with ESMTP id D7143C13A5
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:58:30 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 
10024)
with ESMTP id pdHSy4A0pcji for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 04:58:29 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id 8CBDA5FDEA
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:58:29 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id B6EE5E1370
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:58:27 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 7C1EF25284
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:58:26 + (UTC)
Date: Tue, 17 Jan 2017 04:58:26 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21635.1484629106...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824991#comment-15824991
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJGz4/D6wHviE7DnvB6dmPDQI95UAycCo36tfTT5VSUaXDLYIiXdEc4xr1KROlZ8EptxqX9k31sp6hQw6RFTZkmVVnYrLsF+FFDfdJRJtamjUY+4yawGQUEBF9Vmov5Lq9MSPI=
X-Received: by 10.84.233.136 with SMTP id l8mr55458010plk.169.1484629052474;
Mon, 16 Jan 2017 20:57:32 -0800 (PST)
X-Received: by 10.84.233.136 with SMTP id l8mr55457982plk.169.1484629052235;
Mon, 16 Jan 2017 20:57:32 -0800 (PST)
Ret

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXKEpI9vjajsqT9bUbmUCpABVhNlSfZxht+/PnNmEa5lp/LItaqC8xoKP9O6c0DMfRl+yFEqEBMKfcEns35DFNBWAtqxmaLD2on1XePNzFEtuMO0TK2nmP47WGoJAuo3HF8qVig=
X-Received: by 10.84.225.20 with SMTP id t20mr56807917plj.154.1484629171591;
Mon, 16 Jan 2017 20:59:31 -0800 (PST)
X-Received: by 10.84.225.20 with SMTP id t20mr56807902plj.154.1484629171371;
Mon, 16 Jan 2017 20:59:31 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd3-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id b84si13954248pfl.88.2017.01.16.20.59.31
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 20:59:31 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd3-us-west.apache.org (ASF Mail Server at 
spamd3-us-west.apache.org) with ESMTP id D42B2181061
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:59:30 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-eu.apache.org ([10.40.0.8])
by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, 
port 10024)
with ESMTP id TOkeZ1uY8n3P for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 04:59:29 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with 
ESMTP id 95AA55F5D3
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:59:28 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id CAC1EE545A
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:59:27 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 8F5D025285
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:59:26 + (UTC)
Date: Tue, 17 Jan 2017 04:59:26 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21646.1484629166...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824995#comment-15824995
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJ28gItzXdBH08NXLpslFSLmaj7BER6Mzkq9P6YLA7Pf1HFPXn2j2Nt6gs7Sb4V7zL6oO3fFBvfG2KIMIr+gu7y3uIgjLt1428rn/jlrIgPSbZF9kz2ol/YLvt50Pccju9R+4M=
X-Received: by 10.99.225.5 with SMTP id z5mr2230740pgh.145.1484629111551;
Mon, 16 Jan 2017 20:58:31 -0800 (PST)
X-Received: by 10.99.225.5 with SMTP id z5mr2230729pgh.145.1484629111276;
Mon, 16 Jan 2017 20:58:31 -0800 (PST)
Ret

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXIxq/DsbLn5HpACpWsZMBDRg8wGjFVJw2xAnE4SfZrdk/P4ay3JPwZ8IT8UYSxvHLLbFWlRRcx6HSiM+iuvonNvmxgTbLi8uB+T7uuxqWjXjQOy+dgRKtAfxCTg/mCGJTz4ib0=
X-Received: by 10.99.163.109 with SMTP id v45mr22069843pgn.39.1484628871581;
Mon, 16 Jan 2017 20:54:31 -0800 (PST)
X-Received: by 10.99.163.109 with SMTP id v45mr22069833pgn.39.1484628871320;
Mon, 16 Jan 2017 20:54:31 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd3-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id o5si23688240plh.162.2017.01.16.20.54.31
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 20:54:31 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd3-us-west.apache.org (ASF Mail Server at 
spamd3-us-west.apache.org) with ESMTP id CD764181061
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:54:30 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-eu.apache.org ([10.40.0.8])
by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, 
port 10024)
with ESMTP id 1844misml72E for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 04:54:29 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with 
ESMTP id 8DD235F610
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:54:28 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id B769EE1370
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:54:27 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 7723625284
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:54:26 + (UTC)
Date: Tue, 17 Jan 2017 04:54:26 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21606.1484628866...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824984#comment-15824984
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXI2iiPQZDStIis8tEyLyPttPgfCr68helNCkIJiWzsJjIEt5XhbMkbyiHkJHtlbfJJbTJwih8Hzx4tC+oUfZjjEaceIe3P+q3jqct1cbawyHj+Rgy9nVphPTh5tKEXL96pwBWo=
X-Received: by 10.98.61.207 with SMTP id x76mr5444802pfj.152.1484628811664;
Mon, 16 Jan 2017 20:53:31 -0800 (PST)
X-Received: by 10.98.61.207 with SMTP id x76mr5444789pfj.152.1484628811422;
Mon, 16 Jan 2017 20:53:31 -0800 (PST

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXI2iiPQZDStIis8tEyLyPttPgfCr68helNCkIJiWzsJjIEt5XhbMkbyiHkJHtlbfJJbTJwih8Hzx4tC+oUfZjjEaceIe3P+q3jqct1cbawyHj+Rgy9nVphPTh5tKEXL96pwBWo=
X-Received: by 10.98.61.207 with SMTP id x76mr5444802pfj.152.1484628811664;
Mon, 16 Jan 2017 20:53:31 -0800 (PST)
X-Received: by 10.98.61.207 with SMTP id x76mr5444789pfj.152.1484628811422;
Mon, 16 Jan 2017 20:53:31 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd1-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id a29si8144160pfh.158.2017.01.16.20.53.31
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 20:53:31 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd1-us-west.apache.org (ASF Mail Server at 
spamd1-us-west.apache.org) with ESMTP id D1B16C2114
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:53:30 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-eu.apache.org ([10.40.0.8])
by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 
10024)
with ESMTP id 0F3Cp8Yr6aMK for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 04:53:29 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with 
ESMTP id 298735F5D3
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:53:29 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id B19EEE1370
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:53:27 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 6F44A25284
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:53:26 + (UTC)
Date: Tue, 17 Jan 2017 04:53:26 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21600.1484628806...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824982#comment-15824982
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJY8RVC2gyvdXivjoiyt3e2D3Uc613jmcaQPiaesNUrP0AhQQ4s+o8NBIR+/lum6ynu52Lb02WU+k/98gN6dDgoYiMHTCmoxmG6w8BuFB/HHhEH+2/4bQIr0TDH1lsAlzGd2lo=
X-Received: by 10.98.166.80 with SMTP id t77mr41575853pfe.119.1484628754722;
Mon, 16 Jan 2017 20:52:34 -0800 (PST)
X-Received: by 10.98.166.80 with SMTP id t77mr41575834pfe.119.1484628754429;
Mon, 16 Jan 2017 20:52:34 -0800 (PST)
Ret

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXKVwACkHodr7l9N9ahd0Fex2bOZ5WbT4p3xFS9f5jnoU+PCg7ayfaliWX4TYyJoGWiu618xSraNlCMbtiS5hkrU4OtXGMxo5yKm6TwIsyLw9LxtBVgBlBBmIIMmDJdzZUid3WE=
X-Received: by 10.99.176.76 with SMTP id z12mr44052784pgo.158.1484628946766;
Mon, 16 Jan 2017 20:55:46 -0800 (PST)
X-Received: by 10.99.176.76 with SMTP id z12mr44052765pgo.158.1484628946461;
Mon, 16 Jan 2017 20:55:46 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd3-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id c26si11909495pgf.74.2017.01.16.20.55.46
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 20:55:46 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd3-us-west.apache.org (ASF Mail Server at 
spamd3-us-west.apache.org) with ESMTP id 19600180371
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:55:46 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-eu.apache.org ([10.40.0.8])
by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, 
port 10024)
with ESMTP id Jbmhg4hgKo5g for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 04:55:44 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with 
ESMTP id DD5905F47A
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:55:43 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id B55AFE1370
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:55:27 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 7A61125284
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:55:26 + (UTC)
Date: Tue, 17 Jan 2017 04:55:26 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21611.1484628926...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824985#comment-15824985
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXIxq/DsbLn5HpACpWsZMBDRg8wGjFVJw2xAnE4SfZrdk/P4ay3JPwZ8IT8UYSxvHLLbFWlRRcx6HSiM+iuvonNvmxgTbLi8uB+T7uuxqWjXjQOy+dgRKtAfxCTg/mCGJTz4ib0=
X-Received: by 10.99.163.109 with SMTP id v45mr22069843pgn.39.1484628871581;
Mon, 16 Jan 2017 20:54:31 -0800 (PST)
X-Received: by 10.99.163.109 with SMTP id v45mr22069833pgn.39.1484628871320;
Mon, 16 Jan 2017 20:54:31 -0800 (PST

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXLizToYUZejLNiTvzknwbSXqVLNc/Bo1TdoESSb4mH2WHH8ACPrK7C1A/YN8iWIZaoM6lqgXt2jWvj8JOOiDROTSsPPSKe0SHhmbS7K2gERZdKa10n8wLqgy3snV7Vf4YMSgA8=
X-Received: by 10.98.144.218 with SMTP id q87mr23093519pfk.51.1484628639702;
Mon, 16 Jan 2017 20:50:39 -0800 (PST)
X-Received: by 10.98.144.218 with SMTP id q87mr23093505pfk.51.1484628639440;
Mon, 16 Jan 2017 20:50:39 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd3-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id e21si23632668pgi.307.2017.01.16.20.50.39
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 20:50:39 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd3-us-west.apache.org (ASF Mail Server at 
spamd3-us-west.apache.org) with ESMTP id 07BD1180BB7
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:50:39 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-eu.apache.org ([10.40.0.8])
by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, 
port 10024)
with ESMTP id dCa5JzJlipEd for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 04:50:37 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with 
ESMTP id 103AA5F47A
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:50:37 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id A9926E0294
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:50:27 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 6DF0325284
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:50:26 + (UTC)
Date: Tue, 17 Jan 2017 04:50:26 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21589.1484628626...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824979#comment-15824979
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXIPUlAvneL3XycbHnQdCJDSk34gQeHun14E+czg17MMZdTvPLxEPuL1Cf9cf/Zw4XK6/494tE4hkoeP8fxv5V7SIjKVfSP1ZdRXFzn8nLbUwBvEBzAeyaRnqYGY9e/OMTxLMeM=
X-Received: by 10.84.167.2 with SMTP id c2mr55020070plb.56.1484628571214;
Mon, 16 Jan 2017 20:49:31 -0800 (PST)
X-Received: by 10.84.167.2 with SMTP id c2mr55020045plb.56.1484628570945;
Mon, 16 Jan 2017 20:49:30 -0800 (PST)
Ret

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJY8RVC2gyvdXivjoiyt3e2D3Uc613jmcaQPiaesNUrP0AhQQ4s+o8NBIR+/lum6ynu52Lb02WU+k/98gN6dDgoYiMHTCmoxmG6w8BuFB/HHhEH+2/4bQIr0TDH1lsAlzGd2lo=
X-Received: by 10.98.166.80 with SMTP id t77mr41575853pfe.119.1484628754722;
Mon, 16 Jan 2017 20:52:34 -0800 (PST)
X-Received: by 10.98.166.80 with SMTP id t77mr41575834pfe.119.1484628754429;
Mon, 16 Jan 2017 20:52:34 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd4-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id f1si23704045plf.93.2017.01.16.20.52.34
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 20:52:34 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd4-us-west.apache.org (ASF Mail Server at 
spamd4-us-west.apache.org) with ESMTP id EE0B9C00B6
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:52:33 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, 
port 10024)
with ESMTP id h8NemSZASNYq for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 04:52:32 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id CD7485FCA2
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:52:31 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 49B7FE1370
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:52:28 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 9FF0C25284
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:52:26 + (UTC)
Date: Tue, 17 Jan 2017 04:52:26 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21592.1484628746...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824980#comment-15824980
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXLizToYUZejLNiTvzknwbSXqVLNc/Bo1TdoESSb4mH2WHH8ACPrK7C1A/YN8iWIZaoM6lqgXt2jWvj8JOOiDROTSsPPSKe0SHhmbS7K2gERZdKa10n8wLqgy3snV7Vf4YMSgA8=
X-Received: by 10.98.144.218 with SMTP id q87mr23093519pfk.51.1484628639702;
Mon, 16 Jan 2017 20:50:39 -0800 (PST)
X-Received: by 10.98.144.218 with SMTP id q87mr23093505pfk.51.1484628639440;
Mon, 16 Jan 2017 20:50:39 -0800 (PST

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXIoNVjtp90lpxoVU4lBqPwWA3q7EoDggnCL0Ne8eGREOi+mgd/jGkjoQCeQb2vI5ZO/0OyL///RxK2AP4COXxX3c2QEfkIGDVJ81cF/mybTDXGNc7duRkdH9Cp3F9tHQRoUEcs=
X-Received: by 10.98.69.139 with SMTP id n11mr13297023pfi.65.1484630441531;
Mon, 16 Jan 2017 21:20:41 -0800 (PST)
X-Received: by 10.98.69.139 with SMTP id n11mr13297010pfi.65.1484630441239;
Mon, 16 Jan 2017 21:20:41 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd4-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id n123si23735103pga.28.2017.01.16.21.20.41
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:20:41 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd4-us-west.apache.org (ASF Mail Server at 
spamd4-us-west.apache.org) with ESMTP id D7AEAC0ABA
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:20:40 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, 
port 10024)
with ESMTP id XdEmcpm9xrKE for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:20:38 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id 6278061F01
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:20:36 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id D47BEE7BF1
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:20:32 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id D90C2252E5
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:20:29 + (UTC)
Date: Tue, 17 Jan 2017 05:20:29 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.23226.1484630429...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825351#comment-15825351
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJ0beEcHwL6+t5lqNtjleH0LCsDwVeZWOrQwWG/S3lNd6WeivCrWjH3t/IVTXDv1HfkyhfAXwl8IwV/RHZ+VEvFfuJqT8nxlFquPwGhNoIdUpSi78Bb7bUEvFARaJBraTxxnvw=
X-Received: by 10.99.126.68 with SMTP id o4mr44373363pgn.66.1484630315737;
Mon, 16 Jan 2017 21:18:35 -0800 (PST)
X-Received: by 10.99.126.68 with SMTP id o4mr44373349pgn.66.1484630315499;
Mon, 16 Jan 2017 21:18:35 -0800 (PST)
Ret

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXIAA21TjoqmpGTpPZPbYvlPb3j+w3aHpYA3aFwj6K+3tL4rQF7DgOxN89LL8rTLgxzWtazrHCD6ep4sFDc3rE13WhTxUuxui3P+cgmASLAHs6o9y/KJdKEKmq4BVLAGRlNV2HA=
X-Received: by 10.84.231.9 with SMTP id f9mr27486096plk.28.1484630442131;
Mon, 16 Jan 2017 21:20:42 -0800 (PST)
X-Received: by 10.84.231.9 with SMTP id f9mr27486081plk.28.1484630441918;
Mon, 16 Jan 2017 21:20:41 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd3-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id m8si23727358pgc.88.2017.01.16.21.20.41
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:20:41 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd3-us-west.apache.org (ASF Mail Server at 
spamd3-us-west.apache.org) with ESMTP id 93E5C185D86
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:20:41 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, 
port 10024)
with ESMTP id h71279ILGmU8 for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:20:39 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id 2A90861F0A
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:20:37 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 2AD13EAAD6
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:20:33 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 2FEF02529B
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:20:30 + (UTC)
Date: Tue, 17 Jan 2017 05:20:30 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.23246.1484630430...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825356#comment-15825356
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXKF7+/R3ZJjtgbUiZOb9Gf+iP8HsH1wNwt3RI8uDZB3ucTpehTyXrHJoyV2PL1yFQd/7rJwH5zc7YBgW1sjcsEU5opyMYcZi+FM/8zUBcrJF55vR4OQEQq56X6iozWJa51CpXo=
X-Received: by 10.84.218.76 with SMTP id f12mr55929377plm.146.1484630317740;
Mon, 16 Jan 2017 21:18:37 -0800 (PST)
X-Received: by 10.84.218.76 with SMTP id f12mr55929356plm.146.1484630317542;
Mon, 16 Jan 2017 21:18:37 -0800 (PST)
Ret

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXIPUlAvneL3XycbHnQdCJDSk34gQeHun14E+czg17MMZdTvPLxEPuL1Cf9cf/Zw4XK6/494tE4hkoeP8fxv5V7SIjKVfSP1ZdRXFzn8nLbUwBvEBzAeyaRnqYGY9e/OMTxLMeM=
X-Received: by 10.84.167.2 with SMTP id c2mr55020070plb.56.1484628571214;
Mon, 16 Jan 2017 20:49:31 -0800 (PST)
X-Received: by 10.84.167.2 with SMTP id c2mr55020045plb.56.1484628570945;
Mon, 16 Jan 2017 20:49:30 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd3-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id e186si23671329pgc.45.2017.01.16.20.49.30
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 20:49:30 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd3-us-west.apache.org (ASF Mail Server at 
spamd3-us-west.apache.org) with ESMTP id 9840F180BB7
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:49:30 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, 
port 10024)
with ESMTP id 49OXvOWRrMFi for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 04:49:28 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id 4921B5FB5B
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:49:28 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id B6A4EE576F
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:49:27 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 7471B25286
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 04:49:26 + (UTC)
Date: Tue, 17 Jan 2017 04:49:26 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.21581.1484628566...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824976#comment-15824976
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXL1OVhaVkhdv02oU9WMiGtAJ46Ea1vhI/tG/JZ169EmcITeO1cnWv5nH83mY7cWAXlrae7rCc8xUuqXAw16DcIrNagCW0dXUKFGU2xRMXXqSAX44M944YBhR7EqHgLMgrPgNXs=
X-Received: by 10.99.124.17 with SMTP id x17mr44152105pgc.25.1484628510733;
Mon, 16 Jan 2017 20:48:30 -0800 (PST)
X-Received: by 10.99.124.17 with SMTP id x17mr44152089pgc.25.1484628510466;
Mon, 16 Jan 2017 20:48:30 -0800 (PST)
Ret

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJHvWJBm4w7T/9qMuxLFyFMOfRwkhszh3FwcfuYnuXAGS2Xi4i2r+5NdfV/iDeT50LmJYgQ8smXS0xhrMNhaCB8U8bTdwA+lVBT1GYH5R3lMgWR/U3G64ujSR0RXuA6E8EhS64=
X-Received: by 10.84.202.163 with SMTP id x32mr56153584pld.46.1484630553376;
Mon, 16 Jan 2017 21:22:33 -0800 (PST)
X-Received: by 10.84.202.163 with SMTP id x32mr56153563pld.46.1484630553125;
Mon, 16 Jan 2017 21:22:33 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd1-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id 142si23711362pgd.327.2017.01.16.21.22.32
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:22:33 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd1-us-west.apache.org (ASF Mail Server at 
spamd1-us-west.apache.org) with ESMTP id A344CC1162
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:32 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 
10024)
with ESMTP id kGie2AlthY7P for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:22:31 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id 5709D5FE2D
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:31 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id DB624E8688
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:29 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 362612529A
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:28 + (UTC)
Date: Tue, 17 Jan 2017 05:22:28 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.23284.1484630548...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825366#comment-15825366
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJTKOEoMIV6NVucEZEUdY9jiXbJlLUPs5DQ3M6GT4gG6LDHDHu+h3Fl5WlgFk6lKqikfVIN5V5Cx0ul0SVGeIDcG5K+ZsR1is6m/1/gm7bWc27jeGbmEvJYkb0C1Ck+KFb5tNk=
X-Received: by 10.98.35.25 with SMTP id j25mr34428763pfj.35.1484630440121;
Mon, 16 Jan 2017 21:20:40 -0800 (PST)
X-Received: by 10.98.35.25 with SMTP id j25mr34428748pfj.35.1484630439851;
Mon, 16 Jan 2017 21:20:39 -0800 (PST)
Ret

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXIOkyDTGFjc+THsmKpyxp10B0gBYXq+JMRfXqWThQnTaFbwZVRNAuxWax4jHhMiszdML4KlbXo6FwtC2ACfWMfMMwLXjaiNqeoNO3mdDeLXXLWEfIHnpYbGyghlW1sugwOaHYQ=
X-Received: by 10.84.164.106 with SMTP id m39mr55576917plg.97.1484630436809;
Mon, 16 Jan 2017 21:20:36 -0800 (PST)
X-Received: by 10.84.164.106 with SMTP id m39mr55576903plg.97.1484630436583;
Mon, 16 Jan 2017 21:20:36 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd1-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id a13si8933077pll.197.2017.01.16.21.20.36
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:20:36 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd1-us-west.apache.org (ASF Mail Server at 
spamd1-us-west.apache.org) with ESMTP id 4B466C15B1
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:20:36 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-eu.apache.org ([10.40.0.8])
by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 
10024)
with ESMTP id cBJHR59JN0q2 for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:20:35 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with 
ESMTP id 7DC845F5D3
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:20:34 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id DEC64E90FB
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:20:31 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 46F96252BB
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:20:29 + (UTC)
Date: Tue, 17 Jan 2017 05:20:29 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.23174.1484630429...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825338#comment-15825338
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXL/jP2iqr+ElR3obTxW9p2nH4rHa7QVQCM5rIPm5sFi3/AjytetQOjLVa1oslu9sBkbvdaHquAFgTtTeiqu87hZG2kY3Cb5jlucFjZPKLm33Q6o3/Cdc9Gfs3N/cSLHOgamvfE=
X-Received: by 10.98.214.73 with SMTP id r70mr41025613pfg.89.1484630319216;
Mon, 16 Jan 2017 21:18:39 -0800 (PST)
X-Received: by 10.98.214.73 with SMTP id r70mr41025588pfg.89.1484630318948;
Mon, 16 Jan 2017 21:18:38 -0800 (PST)
Ret

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXIVVbyIpPrUAsTb2HlFhysi8xE5hnxEh/NfVAyx9gnf5pCp9cSsAblU2PIVIsDxdwUTfdHLuNX+H7Y8YtcEz5akO7wD9o3umeJv8MAr8tkXCyaGmxYnoKVcKd+wpbTisDUWWgQ=
X-Received: by 10.98.103.195 with SMTP id t64mr32607041pfj.106.1484630492974;
Mon, 16 Jan 2017 21:21:32 -0800 (PST)
X-Received: by 10.98.103.195 with SMTP id t64mr32607022pfj.106.1484630492737;
Mon, 16 Jan 2017 21:21:32 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd3-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id v127si6984715pgv.130.2017.01.16.21.21.32
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:21:32 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd3-us-west.apache.org (ASF Mail Server at 
spamd3-us-west.apache.org) with ESMTP id 672CA185D86
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:21:32 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-eu.apache.org ([10.40.0.8])
by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, 
port 10024)
with ESMTP id zUEjr913_Dak for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:21:30 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with 
ESMTP id 6B80E5FB43
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:21:30 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id C761BE0952
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:21:27 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 8EA5825284
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:21:26 + (UTC)
Date: Tue, 17 Jan 2017 05:21:26 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.23250.1484630486...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825357#comment-15825357
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXIELrNCWYDsrkxpQPflMVx/+DjQxpK2oa/SNwwG3yeD5lc2SRA2MUu24nN+IFYk7sbrznd8nkc+CgSqmxTDttjJc/o65wy78kdZ/G1xhenuZXr/C4dc8rW6c4R8IVp+zkh2D9M=
X-Received: by 10.84.217.221 with SMTP id d29mr56780835plj.47.1484630436569;
Mon, 16 Jan 2017 21:20:36 -0800 (PST)
X-Received: by 10.84.217.221 with SMTP id d29mr56780821plj.47.1484630436373;
Mon, 16 Jan 2017 21:20:36 -0800 (

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXITNh43fQgB+Rc5/YxFbxykyTrhkcf294G8PuIyCvhaPaXOPPK1bQgSCPgcNezWJ8dywZLPSMd4kwk8uInojdkqZx7tD32hV0Dj7TsNCm53zXaO6Ly7VgLn64Yj/D8mhiDJYFU=
X-Received: by 10.84.136.7 with SMTP id 7mr43019744plk.100.1484630554947;
Mon, 16 Jan 2017 21:22:34 -0800 (PST)
X-Received: by 10.84.136.7 with SMTP id 7mr43019727plk.100.1484630554729;
Mon, 16 Jan 2017 21:22:34 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd4-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id x12si16907076plm.87.2017.01.16.21.22.34
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:22:34 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd4-us-west.apache.org (ASF Mail Server at 
spamd4-us-west.apache.org) with ESMTP id 683EFC0922
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:34 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, 
port 10024)
with ESMTP id aPaYQ2kASFij for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:22:32 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id 7D99C5FE0C
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:32 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id B81F6E90FB
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:30 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id C5C082528C
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:28 + (UTC)
Date: Tue, 17 Jan 2017 05:22:28 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.23320.1484630548...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825375#comment-15825375
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXKVAqfGvMG3MD4Kk56LVmPbTZnutTMTHxAr3co8xxzi2AOHT16ethVOGaBva+Kae8bCEujBxDCTpIGIfGrFginQXyt+TnIxdCedCOzwnqPst9vBDocCKCo+EOpGichbl6PNL2Y=
X-Received: by 10.98.21.131 with SMTP id 125mr41645243pfv.110.1484630438461;
Mon, 16 Jan 2017 21:20:38 -0800 (PST)
X-Received: by 10.98.21.131 with SMTP id 125mr41645224pfv.110.1484630438206;
Mon, 16 Jan 2017 21:20:38 -0800 (PST)
Ret

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXIGESebGKngdfaxd6E6R+xaBGgBRqXCczgO7Y/3/89I3tT6ji0llABeSb2AYnOn6GlNdfUyG972AUU6cVrLDZHRSa9rr+B4EkvJ3o/HqfIdIk5H1ymXqgxrJ64NH99AqahKq+U=
X-Received: by 10.98.211.8 with SMTP id q8mr34228148pfg.164.1484630438935;
Mon, 16 Jan 2017 21:20:38 -0800 (PST)
X-Received: by 10.98.211.8 with SMTP id q8mr34228136pfg.164.1484630438679;
Mon, 16 Jan 2017 21:20:38 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd2-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id d25si23715672pfk.254.2017.01.16.21.20.38
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:20:38 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd2-us-west.apache.org (ASF Mail Server at 
spamd2-us-west.apache.org) with ESMTP id 58A8B1A0030
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:20:38 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-eu.apache.org ([10.40.0.8])
by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 
10024)
with ESMTP id nCbdBF_eErXz for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:20:36 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with 
ESMTP id 81B2C5FDB2
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:20:35 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 7368CEAAB5
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:20:32 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 92D9D252D3
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:20:29 + (UTC)
Date: Tue, 17 Jan 2017 05:20:29 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.23202.1484630429...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825345#comment-15825345
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXKh4QHRk0zbvjfYciG5VkKxg4Rp3KQ4Io0IU396FXF2SyrZq/k2+7ywo6zCw4d73riQGZJ0hS1dHbj2QOebW/Zxwh5H9N/edjlLz+vndjy2OLJuqJfbTLIbpLbkLoZLJMuKq/4=
X-Received: by 10.84.239.16 with SMTP id w16mr21710908plk.73.1484630312650;
Mon, 16 Jan 2017 21:18:32 -0800 (PST)
X-Received: by 10.84.239.16 with SMTP id w16mr21710884plk.73.1484630312423;
Mon, 16 Jan 2017 21:18:32 -0800 (PST)
Ret

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXLyVFK697G5zn4n7+NHmaSyEd5yHB0hf2MJgmFUFzFcnPJmHDneJnSnWTlr6cGzWxpUdr3SG1vC+Po4j9ZcrzzhyHhdyQw57K4KhMWpMYmFy2IO5xQG6udxkqSaI4vx9F/aCAI=
X-Received: by 10.84.174.129 with SMTP id r1mr56707465plb.19.1484630552750;
Mon, 16 Jan 2017 21:22:32 -0800 (PST)
X-Received: by 10.84.174.129 with SMTP id r1mr56707446plb.19.1484630552536;
Mon, 16 Jan 2017 21:22:32 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd1-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id q4si817582plb.39.2017.01.16.21.22.32
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:22:32 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd1-us-west.apache.org (ASF Mail Server at 
spamd1-us-west.apache.org) with ESMTP id 338E8C1162
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:32 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-eu.apache.org ([10.40.0.8])
by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 
10024)
with ESMTP id LNNMbX9OW9fe for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:22:31 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with 
ESMTP id 5C6825FB43
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:30 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 819DBE8660
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:29 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id EC1F12528A
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:27 + (UTC)
Date: Tue, 17 Jan 2017 05:22:27 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.23268.1484630547...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825362#comment-15825362
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXLvuFYPSFOHihBERbxHvlCBTL6vw7KUNgU11ulrndRTnP1H7m25i8CblCpcgn8AmzMlosdXCM/gWqPq0CzkN9Rq2KPs9rcxiWXudrvV8ZWfabT3KG1GQ60Y9E2j11B0c9r7tCA=
X-Received: by 10.99.47.199 with SMTP id v190mr16988844pgv.26.1484630437029;
Mon, 16 Jan 2017 21:20:37 -0800 (PST)
X-Received: by 10.99.47.199 with SMTP id v190mr16988826pgv.26.1484630436748;
Mon, 16 Jan 2017 21:20:36 -0800 (PST)
Ret

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJzx16VruvRtghGG1z4WI4N4yJr6VMl7p32SK1z7U9hoGwDNqmOGWXI8N9PywSxoEKD4LjbawEoHD96I8Gl9BHyMfMyE4kKLnYlo4MQWR6ktBrKAM7TSNSEsIa4R83/oIUXggM=
X-Received: by 10.99.149.27 with SMTP id p27mr7916424pgd.21.1484630556885;
Mon, 16 Jan 2017 21:22:36 -0800 (PST)
X-Received: by 10.99.149.27 with SMTP id p27mr7916417pgd.21.1484630556648;
Mon, 16 Jan 2017 21:22:36 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd4-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id k187si23721697pgc.41.2017.01.16.21.22.36
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:22:36 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd4-us-west.apache.org (ASF Mail Server at 
spamd4-us-west.apache.org) with ESMTP id 4E0D0C702B
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:36 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-eu.apache.org ([10.40.0.8])
by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, 
port 10024)
with ESMTP id U617gYumh9Mt for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:22:33 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with 
ESMTP id 367E45FDB9
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:32 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 75763E8F2A
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:30 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 9C44A252AD
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:28 + (UTC)
Date: Tue, 17 Jan 2017 05:22:28 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.23308.1484630548...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825372#comment-15825372
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXL8lUWt+byLQTu8VwbvjnNwTCYj2OqRho4P4lmfRtOeDlDPInPNj1G4ctsNbhhk+qlAEsgvg0adeqI4c7l4GlBr2BW+aeIHab9A1p5p5OuD+INqpquNI+SmAcjMTbKN2c+n38Q=
X-Received: by 10.84.245.1 with SMTP id i1mr7903119pll.131.1484630438963;
Mon, 16 Jan 2017 21:20:38 -0800 (PST)
X-Received: by 10.84.245.1 with SMTP id i1mr7903082pll.131.1484630438565;
Mon, 16 Jan 2017 21:20:38 -0800 (PST)
Ret

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJ0/Q8zWymm0OVk5+wRtmvryQ+KTGa3QcldxTOyjMjngF1ig+d5T/bi0nLvWD1eG/3UVWoHgQZv9JRDe9zw0e6ZUxnMBOjyzJz6Lb32+ALD1ssIbuSZc+Ngzr4AaBu4sKdNrLk=
X-Received: by 10.84.229.13 with SMTP id b13mr37741787plk.175.1484630554692;
Mon, 16 Jan 2017 21:22:34 -0800 (PST)
X-Received: by 10.84.229.13 with SMTP id b13mr37741768plk.175.1484630554458;
Mon, 16 Jan 2017 21:22:34 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd1-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id e186si23751834pgc.45.2017.01.16.21.22.34
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:22:34 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd1-us-west.apache.org (ASF Mail Server at 
spamd1-us-west.apache.org) with ESMTP id 12775C1162
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:34 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 
10024)
with ESMTP id oAOMZwbN82Fu for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:22:33 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id CE1215FE2D
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:32 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id F3111EAAA8
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:30 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id EE39F252BB
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:28 + (UTC)
Date: Tue, 17 Jan 2017 05:22:28 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.23332.1484630548...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825378#comment-15825378
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXLcGHtZgin5sCA1csTRt9OpSVBnpbbsn0XQGUz664LCk9GlZIM1kZEGVWzJ1crqif95Ucmpg+LtfVS/Voj1r04t4eBGdYTHoBatIhGavdotvoiReCizJuPJHo3agv6xTxaSrL0=
X-Received: by 10.84.241.1 with SMTP id a1mr55072509pll.65.1484630491828;
Mon, 16 Jan 2017 21:21:31 -0800 (PST)
X-Received: by 10.84.241.1 with SMTP id a1mr55072495pll.65.1484630491612;
Mon, 16 Jan 2017 21:21:31 -0800 (PST)
Ret

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJqeXKdWFjXWxPjOBKXSaoxur3Zyx5HwBRWk8b9jenVIn03SgTBoDl31omAx94AxQfFupISidBBS5Wz7Mk/dSf8wm7ZLPPvfPxITYiq4JURHoHgqycmKb0AUwm46DmPzO/qZDI=
X-Received: by 10.99.146.13 with SMTP id o13mr44734410pgd.3.1484630437268;
Mon, 16 Jan 2017 21:20:37 -0800 (PST)
X-Received: by 10.99.146.13 with SMTP id o13mr44734384pgd.3.1484630436978;
Mon, 16 Jan 2017 21:20:36 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd4-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id u27si23752202pfj.77.2017.01.16.21.20.36
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:20:36 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd4-us-west.apache.org (ASF Mail Server at 
spamd4-us-west.apache.org) with ESMTP id 9F0F0C0922
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:20:36 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, 
port 10024)
with ESMTP id 16Iyz3lPuwSf for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:20:34 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id 3982461007
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:20:34 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id D27F6E8EE5
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:20:31 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 3E3F4252B7
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:20:29 + (UTC)
Date: Tue, 17 Jan 2017 05:20:29 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.23170.1484630429...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825337#comment-15825337
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXI7y9EqaorM2iWP8v2Jy+bRZ+GMGlYVGqHqB2Y2p4jwBl2aS0FiWYJgUNIJC+40WgaRsnyYp5pex0FYgssZ4yWMVUsoYlDq4BJ4Y64SROmfXEg0D1w6Fk++euHSgHtjMHtve8M=
X-Received: by 10.99.115.5 with SMTP id o5mr44203487pgc.165.1484630321285;
Mon, 16 Jan 2017 21:18:41 -0800 (PST)
X-Received: by 10.99.115.5 with SMTP id o5mr44203475pgc.165.1484630321018;
Mon, 16 Jan 2017 21:18:41 -0800 (PST)
Ret

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJu84D4dCckZelJTRvpUaTL89r8ZPM7mPSqOb3Q1faVvgXHYwum2Yho/mERZUZFqP1ihhfCeEn7Pcw1DUU/PsD7WR6GlRAwjfFOF7o4z26EcV8/+cZyDPMubNhW5VBoAiaJZ9E=
X-Received: by 10.99.160.1 with SMTP id r1mr30236871pge.171.1484630613612;
Mon, 16 Jan 2017 21:23:33 -0800 (PST)
X-Received: by 10.99.160.1 with SMTP id r1mr30236856pge.171.1484630613324;
Mon, 16 Jan 2017 21:23:33 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd3-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id o6si23789780pfi.109.2017.01.16.21.23.33
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:23:33 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd3-us-west.apache.org (ASF Mail Server at 
spamd3-us-west.apache.org) with ESMTP id 03184180028
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:23:33 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, 
port 10024)
with ESMTP id ojfPEhRcN4cU for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:23:31 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id 5AF2D60E3B
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:23:30 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 261C9E8EA1
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:23:29 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 5DBAB25298
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:23:27 + (UTC)
Date: Tue, 17 Jan 2017 05:23:27 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.23416.1484630607...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825399#comment-15825399
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXLyVFK697G5zn4n7+NHmaSyEd5yHB0hf2MJgmFUFzFcnPJmHDneJnSnWTlr6cGzWxpUdr3SG1vC+Po4j9ZcrzzhyHhdyQw57K4KhMWpMYmFy2IO5xQG6udxkqSaI4vx9F/aCAI=
X-Received: by 10.84.174.129 with SMTP id r1mr56707465plb.19.1484630552750;
Mon, 16 Jan 2017 21:22:32 -0800 (PST)
X-Received: by 10.84.174.129 with SMTP id r1mr56707446plb.19.1484630552536;
Mon, 16 Jan 2017 21:22:32 -0800 (PST)
Ret

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXLZGhluF+GfAKAV70rhK+S+fO1v5BjQJGsn6RDd/oy++nLLoi9dWPQ1x2CZVfuy0k44051H6aog0nWlGBIaLNi/MQGRPgxSSNkomr92IrTRQujY5bGSstFsa1ysZ7z41JryTuA=
X-Received: by 10.98.57.16 with SMTP id g16mr41582943pfa.109.1484630558833;
Mon, 16 Jan 2017 21:22:38 -0800 (PST)
X-Received: by 10.98.57.16 with SMTP id g16mr41582932pfa.109.1484630558569;
Mon, 16 Jan 2017 21:22:38 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd1-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id e22si23257348pli.167.2017.01.16.21.22.38
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:22:38 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd1-us-west.apache.org (ASF Mail Server at 
spamd1-us-west.apache.org) with ESMTP id 439A5C20C0
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:38 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-eu.apache.org ([10.40.0.8])
by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 
10024)
with ESMTP id fzavfkyQ30HB for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:22:37 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with 
ESMTP id DCF1C5F610
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:33 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 8E9CDEAAC0
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:31 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 719CC252C9
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:29 + (UTC)
Date: Tue, 17 Jan 2017 05:22:29 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.23368.1484630549...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825387#comment-15825387
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJJF0+nzvemQYMgfhJRdGkKfoGmJUXnQs2u1RyRg/UzqqNPSyi6lz41R4HPXotY7saFqY/a9Unh+9WD20E10SzhiS0QKNk9VdD+tKo7bFbTWPyoIOH0Q7U8HXdEGRv6fEfwC7M=
X-Received: by 10.98.158.210 with SMTP id f79mr41031221pfk.145.1484630441726;
Mon, 16 Jan 2017 21:20:41 -0800 (PST)
X-Received: by 10.98.158.210 with SMTP id f79mr41031209pfk.145.1484630441448;
Mon, 16 Jan 2017 21:20:41 -0800 (PST

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXLMuApIgZToRGGHzdDlGCAqDPgPVcKXhqfeBTdPWaf6w7TVqfY6iatKklrNsPBpsF3kRDXYe7qW4dTfSGzdCMAu0/9URPT3gAlmA4N+/PSSHfITXUFEqT8sJBw8l6bXlGZOtZw=
X-Received: by 10.99.39.71 with SMTP id n68mr1892467pgn.85.1484630553530;
Mon, 16 Jan 2017 21:22:33 -0800 (PST)
X-Received: by 10.99.39.71 with SMTP id n68mr1892450pgn.85.1484630553279;
Mon, 16 Jan 2017 21:22:33 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd4-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id h1si14584313plh.3.2017.01.16.21.22.33
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:22:33 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd4-us-west.apache.org (ASF Mail Server at 
spamd4-us-west.apache.org) with ESMTP id EADD5C0922
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:32 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-eu.apache.org ([10.40.0.8])
by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, 
port 10024)
with ESMTP id pQmDWWLNj5tE for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:22:31 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with 
ESMTP id 9B3CC5FB5D
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:30 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 934FEE8679
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:29 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 07B0E2528E
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:28 + (UTC)
Date: Tue, 17 Jan 2017 05:22:28 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.23272.1484630548...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825363#comment-15825363
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXL1aKPFAw3icwRTkvm7hOpAIS7TIQzOqQuykNv2ZHhCVjFQYIU0ByqkjB8PtEzaUQXnT9lYfMN6OS3DrFNh4nP8TT65Fgk9rwm/PLTRrI7OuZFM3I77HqQIPkn52MknnRGBqcU=
X-Received: by 10.84.234.23 with SMTP id m23mr55491693plk.89.1484630439044;
Mon, 16 Jan 2017 21:20:39 -0800 (PST)
X-Received: by 10.84.234.23 with SMTP id m23mr55491676plk.89.1484630438807;
Mon, 16 Jan 2017 21:20:38 -0800 (PST)
Ret

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXLGvt0pEm3tyWvXi173xYomVsAlUO2sAbqnxtHpzjqjKsZSiDG2c8WKgfMEujMJwMRSR2ysjEMdUB6C8eY+XROY/794K6T6AEYyQZMGMWHpLp3QMO0QLUHacYXYePQuVRic6Ok=
X-Received: by 10.99.56.29 with SMTP id f29mr22206688pga.167.1484630556495;
Mon, 16 Jan 2017 21:22:36 -0800 (PST)
X-Received: by 10.99.56.29 with SMTP id f29mr22206672pga.167.1484630556225;
Mon, 16 Jan 2017 21:22:36 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd2-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id a4si23772735pli.5.2017.01.16.21.22.36
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:22:36 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd2-us-west.apache.org (ASF Mail Server at 
spamd2-us-west.apache.org) with ESMTP id E21811A0030
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:35 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-eu.apache.org ([10.40.0.8])
by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 
10024)
with ESMTP id 9HSkkMok8P2l for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:22:34 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with 
ESMTP id 7F7BB5FDC1
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:32 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id AA8BFE8F35
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:30 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id B7B382528B
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:28 + (UTC)
Date: Tue, 17 Jan 2017 05:22:28 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.23316.1484630548...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825374#comment-15825374
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJbkOKwInhr57TcdG7tUF0zicbLieeZZbTaLQPZvVdct9yap6OnbkChKK7BPkzdahLr/OoDtv092+bqhLK4gpMVspU1/RKObCqh3mHo6J1XeaA7VgVxSuQCORZvxxQUK2A7rI0=
X-Received: by 10.84.224.133 with SMTP id s5mr56809816plj.130.1484630436552;
Mon, 16 Jan 2017 21:20:36 -0800 (PST)
X-Received: by 10.84.224.133 with SMTP id s5mr56809795plj.130.1484630436330;
Mon, 16 Jan 2017 21:20:36 -0800 (PST)
Ret

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJg7sOj+BdrJS3dI0a/eFRvodVkpK6brSInCfZky0ilGzLzS9RMT2lfNVz2lCwj9EUb/nHqSsD9Qd3uZ+pHyVuOiMS85VRyJ5bEJGAbWuOdD4by9HSWwiBxt7fGE6OONjqE2dw=
X-Received: by 10.84.136.7 with SMTP id 7mr43019906plk.100.1484630556995;
Mon, 16 Jan 2017 21:22:36 -0800 (PST)
X-Received: by 10.84.136.7 with SMTP id 7mr43019888plk.100.1484630556753;
Mon, 16 Jan 2017 21:22:36 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd2-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id t22si23754776plj.276.2017.01.16.21.22.36
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:22:36 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd2-us-west.apache.org (ASF Mail Server at 
spamd2-us-west.apache.org) with ESMTP id 73CF71A0043
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:36 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 
10024)
with ESMTP id c60GmkL3oRuQ for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:22:34 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id 6B23E5FCA2
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:34 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id D84A3EAACF
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:31 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id A21B9252AB
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:29 + (UTC)
Date: Tue, 17 Jan 2017 05:22:29 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.23388.1484630549...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825392#comment-15825392
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXIOkyDTGFjc+THsmKpyxp10B0gBYXq+JMRfXqWThQnTaFbwZVRNAuxWax4jHhMiszdML4KlbXo6FwtC2ACfWMfMMwLXjaiNqeoNO3mdDeLXXLWEfIHnpYbGyghlW1sugwOaHYQ=
X-Received: by 10.84.164.106 with SMTP id m39mr55576917plg.97.1484630436809;
Mon, 16 Jan 2017 21:20:36 -0800 (PST)
X-Received: by 10.84.164.106 with SMTP id m39mr55576903plg.97.1484630436583;
Mon, 16 Jan 2017 21:20:36 -0800 (PST)
Ret

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXKhRNKfu65T8kdEIwymnryM/0Ed25B1TtzdAmsHpjSCZHy4El/7ZBy43QlFTloDxZTiJQxwIT983IgBjAWvYTn3NKZLpSTMg8gE2Jc3eBpxwQsuVzWofm4eWV/CBNmTNtfBaY0=
X-Received: by 10.84.218.76 with SMTP id f12mr55948881plm.146.1484630559233;
Mon, 16 Jan 2017 21:22:39 -0800 (PST)
X-Received: by 10.84.218.76 with SMTP id f12mr55948864plm.146.1484630559005;
Mon, 16 Jan 2017 21:22:39 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd2-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id y73si9501465pgd.16.2017.01.16.21.22.38
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:22:38 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd2-us-west.apache.org (ASF Mail Server at 
spamd2-us-west.apache.org) with ESMTP id ACDB61A0030
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:38 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-eu.apache.org ([10.40.0.8])
by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 
10024)
with ESMTP id kdAj3aE_V4-T for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:22:36 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with 
ESMTP id 796BE5FE3C
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:33 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id 51888EAAB4
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:31 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 40FE8252C4
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:29 + (UTC)
Date: Tue, 17 Jan 2017 05:22:29 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.23352.1484630549...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825383#comment-15825383
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXJcYR7lD19Uf8PIdGSSuLJHnBexNN5QWDo4ZgUjrbPqZtBmMfq9hSPcT/FAHukFYzexP69ZDBiConMtwiTW6ePBYkG2K7YC+JNbNeOuSNejbCCrn2stQv/TIlWZYxM0zXseGPY=
X-Received: by 10.99.103.197 with SMTP id b188mr678361pgc.149.1484630480583;
Mon, 16 Jan 2017 21:21:20 -0800 (PST)
X-Received: by 10.99.103.197 with SMTP id b188mr678348pgc.149.1484630480297;
Mon, 16 Jan 2017 21:21:20 -0800 (PST

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXL/YPR+ywUPLsjeBB+NQwXUurqo3/OACpsUY8pWwBE1XUVMhvtghb73tpnkXG1Fm/A7QGbZ2vFMgGGPHwyEadrHMnJd4pqe327vAFH+CjCZ8vklFbmzJL4wIfCuxUzsj/kfhn4=
X-Received: by 10.98.196.202 with SMTP id h71mr10967058pfk.66.1484630613011;
Mon, 16 Jan 2017 21:23:33 -0800 (PST)
X-Received: by 10.98.196.202 with SMTP id h71mr10967039pfk.66.1484630612739;
Mon, 16 Jan 2017 21:23:32 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd3-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id p126si13133654pfg.209.2017.01.16.21.23.32
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:23:32 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd3-us-west.apache.org (ASF Mail Server at 
spamd3-us-west.apache.org) with ESMTP id 6DEF8180028
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:23:32 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, 
port 10024)
with ESMTP id NywpE_q7Pjmq for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:23:31 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id C69BC5FE3F
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:23:29 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id D9A53E867C
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:23:28 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 49DAD25290
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:23:27 + (UTC)
Date: Tue, 17 Jan 2017 05:23:27 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.23408.1484630607...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825397#comment-15825397
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXIGESebGKngdfaxd6E6R+xaBGgBRqXCczgO7Y/3/89I3tT6ji0llABeSb2AYnOn6GlNdfUyG972AUU6cVrLDZHRSa9rr+B4EkvJ3o/HqfIdIk5H1ymXqgxrJ64NH99AqahKq+U=
X-Received: by 10.98.211.8 with SMTP id q8mr34228148pfg.164.1484630438935;
Mon, 16 Jan 2017 21:20:38 -0800 (PST)
X-Received: by 10.98.211.8 with SMTP id q8mr34228136pfg.164.1484630438679;
Mon, 16 Jan 2017 21:20:38 -0800 (PST

[jira] [Issue Comment Deleted] (LOG4NET-435) Port log4net to Xamarin Android and Xamarin iOS targets

2017-01-17 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-435:
---
Comment: was deleted

(was: Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp2.trimble.com [155.63.8.242].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXKu4wHT8Ro9Ke+jpXafSSdo4Q7sJDw2fzE88EqNY6z3+Dy+cRab3b9/FI4jtICCAfPEGkt27lXcKaSwOlLJ4YgXB58BCbd3yjfldPy1SVrKKP7YmEN0BgCyZ40t/Pki3csArlY=
X-Received: by 10.84.178.7 with SMTP id y7mr55194330plb.60.1484630557731;
Mon, 16 Jan 2017 21:22:37 -0800 (PST)
X-Received: by 10.84.178.7 with SMTP id y7mr55194309plb.60.1484630557478;
Mon, 16 Jan 2017 21:22:37 -0800 (PST)
Return-Path: <j...@apache.org>
Received: from spamd3-us-west.apache.org (pnap-us-west-generic-nat.apache.org. 
[209.188.14.142])
by mx.google.com with ESMTP id b14si17642196plk.280.2017.01.16.21.22.37
for <isaac_dev...@trimble.com>;
Mon, 16 Jan 2017 21:22:37 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) client-ip=209.188.14.142;
Authentication-Results: mx.google.com;
   spf=pass (google.com: best guess record for domain of j...@apache.org 
designates 209.188.14.142 as permitted sender) smtp.mailfrom=j...@apache.org
Received: from localhost (localhost [127.0.0.1])
by spamd3-us-west.apache.org (ASF Mail Server at 
spamd3-us-west.apache.org) with ESMTP id 30C17180028
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:37 + (UTC)
X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org
X-Spam-Flag: NO
X-Spam-Score: 0.301
X-Spam-Level: 
X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31
tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1,
KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled
Received: from mx1-lw-us.apache.org ([10.40.0.8])
by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, 
port 10024)
with ESMTP id WGw0kAVOSMaj for <isaac_dev...@trimble.com>;
Tue, 17 Jan 2017 05:22:34 + (UTC)
Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org 
[209.188.14.139])
by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with 
ESMTP id 0CFF360DF0
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:34 + (UTC)
Received: from jira-lw-us.apache.org (unknown [207.244.88.139])
by mailrelay1-us-west.apache.org (ASF Mail Server at 
mailrelay1-us-west.apache.org) with ESMTP id A46B1EAAC5
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:31 + (UTC)
Received: from jira-lw-us.apache.org (localhost [127.0.0.1])
by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) 
with ESMTP id 88AE8252D0
for <isaac_dev...@trimble.com>; Tue, 17 Jan 2017 05:22:29 + (UTC)
Date: Tue, 17 Jan 2017 05:22:29 + (UTC)
From: "Mail Delivery Subsystem (JIRA)" <j...@apache.org>
To: isaac_dev...@trimble.com
Message-ID: <jira.12725408.1404440758000.23376.1484630549...@atlassian.jira>
In-Reply-To: <jira.12725408.1404440758...@atlassian.jira>
References: <jira.12725408.1404440758...@atlassian.jira> 
<jira.12725408.1404440758...@jira-lw-us.apache.org>
Subject: [jira] [Commented] (LOG4NET-435) Port log4net to Xamarin Android
 and Xamarin iOS targets
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394
X-google-passthru: Default Routing
X-Gm-Spam: 0
X-Gm-Phishy: 0


[ 
https://issues.apache.org/jira/browse/LOG4NET-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825389#comment-15825389
 ] 

Mail Delivery Subsystem commented on LOG4NET-435:
-

Delivery to the following recipient failed permanently:

 isaac_dev...@trimble.com

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the relay 
dytn-smtp1.trimble.com [155.63.0.78].

The error that the other server returned was:
550 sorry, no such mailbox (#5.5.1)


- Original message -

X-Gm-Message-State: 
AIkVDXII7jlEYmgT6ld7DlP5L7reHqKIX/DQCCJs5+SC4ONMkwIuXaDJ9eKAbwTnS88Zs03NGG1em3eC5nN7O7XIYf9dXQX/YiHC5Aclv0RG4GwnIYjiQZ1ST7zi0kqKv7Lefdv2M8s=
X-Received: by 10.98.26.210 with SMTP id a201mr41593822pfa.57.1484630439667;
Mon, 16 Jan 2017 21:20:39 -0800 (PST)
X-Received: by 10.98.26.210 with SMTP id a201mr41593801pfa.57.1484630439372;
Mon, 16 Jan 2017 21:20:39 -0800 (PST)
Ret

  1   2   3   4   5   6   7   8   9   >