Stack trace: at System.Text.RegularExpressions.Regex.Match(String input) at NewsletterStudio.Services.Mail.Pop3BounceMailConnector.PullList() at NewsletterStudio.Services.Mail.Pop3BounceMailConnector.StartProcessBounces() at NewsletterStudio.Pages.HandleBounces.StartHandleBounces(NewsletterContainer container) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Exception information: Exception type: ArgumentNullException Exception message: Value cannot be null. Parameter name: input at System.Text.RegularExpressions.Regex.Match(String input) at NewsletterStudio.Services.Mail.Pop3BounceMailConnector.PullList() at NewsletterStudio.Services.Mail.Pop3BounceMailConnector.StartProcessBounces() at NewsletterStudio.Pages.HandleBounces.StartHandleBounces(NewsletterContainer container) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Error on bounce handling, "value cannot be null"
Exception information:
Exception type: ArgumentNullException
Exception message: Value cannot be null.
Parameter name: input
at System.Text.RegularExpressions.Regex.Match(String input)
at NewsletterStudio.Services.Mail.Pop3BounceMailConnector.PullList()
at NewsletterStudio.Services.Mail.Pop3BounceMailConnector.StartProcessBounces()
at NewsletterStudio.Pages.HandleBounces.StartHandleBounces(NewsletterContainer container)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Thank you Anders!
I'll add that to the bug-list.
is working on a reply...