<html><body style="margin-top:0; margin-left:0; margin-right:0; margin-bottom:0;"><!DOCTYPE html>
<!--<div style="color:#ffffff">---- DO NOT EDIT BELOW THIS LINE ----</div>-->
<html>
   <head>
      <title>BuyGoods</title>
      <meta charset="utf-8">
      <!-- utf-8 works for most cases -->
      
      <meta name="viewport" content="width=device-width">
      <!-- Forcing initial-scale shouldn't be necessary -->
      
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <!-- Use the latest (edge) version of IE rendering engine -->
     
      <meta name="x-apple-disable-message-reformatting" content="x-apple-disable-message-reformatting">
      <!-- Disable auto-scale in iOS 10 Mail entirely -->

      <!-- The title tag shows in email notifications, like Android 4.4. -->
      <!-- Web Font / @font-face : BEGIN -->
      <!-- NOTE: If web fonts are not required, lines 10 - 27 can be safely removed. -->
      <!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font. -->
      <!--[if mso]>
      <style>
         * {
         font-family: sans-serif !important;
         }
      </style>
      <![endif]-->

      
      

      <!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. More on that here: http://stylecampaign.com/blog/2015/02/webfont-support-in-email/ -->
      <!--[if !mso]><!-->
      <!-- insert web font reference, eg: <link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'> -->
      <!--<![endif]-->
      <!-- Web Font / @font-face : END -->
      <!-- CSS Reset -->
      <style>
         /* What it does: Remove spaces around the email design added by some email clients. */
         /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
         html,
         body {
            margin: 0 auto !important;
            padding: 0 !important;
            height: 100% !important;
            width: 100% !important;
            background-color: #f6f8f8 !important;
         }
         /* What it does: Stops email clients resizing small text. */
         * {
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%;
         }
         /* What it does: Centers email on Android 4.4 */
         div[style*="margin: 16px 0"] {
            margin:0 !important;
         }

         /* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */
         table {
            border-spacing: 0 !important;
            border-collapse: collapse !important;
            table-layout: fixed !important;
            margin: 0 auto !important;
            width: 100%;
         }
         table table table {
            table-layout: auto;
         }
         /* What it does: Uses a better rendering method when resizing images in IE. */
         img {
          -ms-interpolation-mode:bicubic;
         }
         .spi-html-emailcontainer img {
            max-width: 100% !important;
            height: auto;
         }
         /* What it does: A work-around for iOS meddling in triggered links. */
         *[x-apple-data-detectors] {
            color: inherit !important;
            text-decoration: none !important;
         }
         /* What it does: A work-around for Gmail meddling in triggered links. */
         .x-gmail-data-detectors,
         .x-gmail-data-detectors *,
         .aBn {
            border-bottom: 0 !important;
            cursor: default !important;
         }
         /* What it does: Prevents Gmail from displaying an download button on large, non-linked images. */
         .a6S {
            display: none !important;
            opacity: 0.01 !important;
         }
         /* If the above doesn't work, add a .g-img class to any image in question. */
         img.g-img + div {
            display:none !important;
         }
         /* What it does: Prevents underlining the button text in Windows 10 */
         .button-link {
            text-decoration: none !important;
         }
         /* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89  */
         /* Create one of these media queries for each additional viewport size you'd like to fix */
         /* Thanks to Eric Lepetit (@ericlepetitsf) for help troubleshooting */
         @media only screen and (min-device-width: 375px) and (max-device-width: 413px) { /* iPhone 6 and 6+ */
            .email-container {
               min-width: 375px !important;
            }
         }
      </style>
      <!-- Progressive Enhancements -->
      <style>
         /* What it does: Hover styles for buttons */
         .button-td,
         .button-a {
            transition: all 100ms ease-in;
         }
         .button-td:hover,
         .button-a:hover {
            background: #2274ae !important;
            border-color: #2274ae !important;
         }
         .spiemail-left-column {
            width: 5% !important;
            vertical-align: top;
            padding: 5px;
         }
         .spiemail-right-column {
            width: 95% !important;
            padding: 5px;
         }
         .spiemail-left-column img {
            width: 100% !important;
            height: auto !important;
            border-radius: 50%;
         }
         /* Media Queries */
         @media screen and (max-width: 600px) {
         /* What it does: Adjust typography on small screens to improve readability */
            .email-container p {
               font-size: 17px !important;
               line-height: 22px !important;
            }
         }
         @media (max-width: 700px) {
            .spiemail-left-column img {
               width: 40px !important;
               height: auto !important;
               border-radius: 50%;
            }
            .spiemail-left-column {
               width: 20% !important;
            }
            .spiemail-right-column {
               width: 80% !important;
            }
         }
      </style>

   </head>
   <body style="background-color: #f6f8f8; padding-bottom: 30px !important; margin: 0; mso-line-height-rule: exactly;">
      

      <!-- What it does: Makes background images in 72ppi Outlook render at correct size. --> 
      <!--[if gte mso 9]>
      <xml>
         <o:OfficeDocumentSettings>
            <o:AllowPNG/>
            <o:PixelsPerInch>96</o:PixelsPerInch>
         </o:OfficeDocumentSettings>
      </xml>
      <![endif]-->
      <div style="text-align:left;">
         <!-- Visually Hidden Preheader Text : BEGIN -->
         <div style="display:none;font-size:1px;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;mso-hide:all;font-family: sans-serif;">
            <!-- (Optional) This text will appear in the inbox preview, but not the email body. -->
         </div>
         <!-- Visually Hidden Preheader Text : END -->
         <!--
            Set the email width. Defined in two places:
            1. max-width for all clients except Desktop Windows Outlook, allowing the email to squish on narrow but never go wider than 600px.
            2. MSO tags for Desktop Windows Outlook enforce a 600px width.
            -->
         <div style="border: 1px solid #dadfe1;background-color: #fff;padding: 10px;" class="email-container">
            <!--[if mso]>
            <table role="presentation" style="border-spacing:0;padding:0;margin-left:auto" aria-hidden="true"   border="0" width="600">
               <tr>
                  <td>
                     <![endif]-->
                     <!-- Email Header : BEGIN -->
                     <table class='template_header' role="presentation" style="border-spacing:0;padding:0;width:100%;border:0;margin-left:auto" aria-hidden="true">
                        <tbody>
                           <tr>
                              <td style="padding: 10px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #dddddd; width:50px;">
                                 <img src="https://www.buygoods.com/images/buygoodslogo.png" width="140" alt="BuyGoods Logo" style="border:0;height:auto;font-family:sans-serif;font-size:24px;line-height: 27px;color:#555555;">
                              </td>
                              <td style="text-align: right;padding: 10px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #dddddd;width:50px;vertical-align:middle">
                                 <h1 style="margin: 0 0 10px 0;font-family: sans-serif;font-size: 24px;line-height: 27px;color: #23375b;font-weight: normal;">BuyGoods Support</h1>
                              </td>
                           </tr>
                        </tbody>
                     </table>
                     <!-- Email Header : END -->
                     <!-- Email Body : BEGIN -->
                     <table role="presentation" style="border-spacing:0;padding:0;width:100%;border:0;margin-left:auto" aria-hidden="true">
                        <!-- Hero Image, Flush : BEGIN -->
                        <tbody>
                           <!-- Hero Image, Flush : END -->
                           <!-- 1 Column Text + Button : BEGIN -->
                           <tr>
                              <td style='background-color:#ffffff'>
                                 <table role="presentation" style="border-spacing:0;padding:0;width:100%;border:0;" aria-hidden="true">
                                    <tbody>
                                       <tr>
                                          <td style="padding: 40px 10px;font-family: sans-serif;font-size: 15px;line-height: 20px;color: #555555;" class="spi-html-emailcontainer ticket_body">
                                             <table>
                                <tr>
                                        <td class="spiemail-left-column" width="5%" style="width:5%;">
                                                <img src="https://www.softwareprojects.com/images/default_avatar.png" width="70" height="70" style="width: 100% !important;height: auto !important;border-radius: 50%;" class="sender_image media-object">
                                        </td><td class="spiemail-right-column" width="95%" style="width:95%;padding: 5px;">           
                                        <h1 class="media-heading status" style="margin:0; mso-line-height-rule:exactly;color: #6B696B;font-size: initial;font-weight: normal;">
                                                <b style="color:black;">Alain Hebert</b> started this conversation        
                                                
                                                <br>
                                                <span style="font-size: small;">Monday, October 19th, 2020, 10:03am EDT</span>                                                                                                                            
                                        </h1>
                                </td>
                        </tr><tr><td class="spiemail-left-column" style="width: 5%;vertical-align: top;padding: 5px;"> </td>
                                                <td class="spiemail-right-column" style="width: 90%;padding: 5px;font-family:Verdana, Geneva, sans-serif; font-size:12px; color:black">Or what Matt?<br>
    <pre class="moz-signature" cols="72">-----
Alain Hebert                                <a class="moz-txt-link-abbreviated" href="mailto:ahebert@pubnix.net">ahebert@pubnix.net</a>   
PubNIX Inc.        
50 boul. St-Charles
P.O. Box 26770     Beaconsfield, Quebec     H9W 6G7
Tel: 514-990-5911  <a class="moz-txt-link-freetext" href="https://u51012.ct.sendgrid.net/ls/click?upn=kruC0fnA4Hpw17IEn3t97pGHr8E7VyKgPRuHdmxM2Lw-3DEdpH_FXQS9GGQnf2NUciIM2Uj1P5Rmzx6-2Fb1NEqYJ37Xi2EYetMihpCQ0TiMIS7v0RJZkwbXcQz97P-2B1fAUqxF6c-2BI7XbU5yzMW0CPHUmBNaIYk-2ByZsOxLxuX5amFDZUCPaLN6DsGbY0V1P2kQfCOVkHNxowuVctQdVOD4o6vemx17-2F1S5HF6nKOi1ykMN7ms0fB9fT-2FCKRiaSBnCYOYeghaDx4CZkg8hKkypSJXrTOFJAVsBN-2BuNGErMT7nH80JSvIDtFz-2FTTo3zv8MAY0oXc4cecg-3D-3D"><a href="http://www.pubnix.net">http://www.pubnix.net</a></a>    Fax: 514-990-9443
</pre>
    <div class="moz-cite-prefix">On 2020-10-16 19:26, Matt Erculiani
      wrote:<br>
    </div>
    <noblockquote type="cite"
cite="mid:CAHk8tam79p5zchzxuxVB0dud53dY-_MvVQnq444VTi2TNBXYhA@mail.gmail.com">
      
      <div dir="ltr">Non-network-related government politics are
        off-topic for NANOG. Please keep them to yourself.
        <div><br>
        </div>
        <div>Thanks,</div>
        <div>-Matt</div>
      </div>
      <br><div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Fri, Oct 16, 2020 at 2:49
          PM Alain Hebert <<a href="mailto:ahebert@pubnix.net"
            moz-do-not-send="true">ahebert@pubnix.net</a>> wrote:<br>
        </div>
        <noblockquote class="gmail_quote" style="margin:0px 0px 0px
          0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
          <div>  Hi,<br>
            <br>
             Beside being:<br>
            <br>
              . a country with 1/10th of the population;<br>
            <br>
              . centralized voting rules;<br>
            <br>
              . <yadi yada>...<br>
            <br>
            <br>
             PS: And there is a lot in that <yadi yada> about
            the (publicly) unreal amount of insanity being pulled by the
            GOP this year.<br>
            <br>
            <pre cols="72">-----
Alain Hebert                                <a href="mailto:ahebert@pubnix.net" target="_blank" moz-do-not-send="true">ahebert@pubnix.net</a>   
PubNIX Inc.        
50 boul. St-Charles
P.O. Box 26770     Beaconsfield, Quebec     H9W 6G7
Tel: 514-990-5911  <a href="https://u51012.ct.sendgrid.net/ls/click?upn=kruC0fnA4Hpw17IEn3t97pGHr8E7VyKgPRuHdmxM2Lw-3D_-y-_FXQS9GGQnf2NUciIM2Uj1P5Rmzx6-2Fb1NEqYJ37Xi2EYetMihpCQ0TiMIS7v0RJZkSZBPEjIjSBX1YULgHh1zx08QqNmdxChoHRQiepcRmUqycLbNEtKsYp5WWSu-2B15VZe1suD3OVv9JuELhhnbbu7nsLXuVtCKHSQUMzHOWxYOGP7FUNA-2FWQsF4YINWeYYz0pPGTYnI4Zp3ZXAR1M-2Buzw4zWnAk1KLzfrYE00bIgJFHN1nM4khyRrAB-2BBrYPjd7uPwuwqWzSQx8c10tf3pVm-2FQ-3D-3D" target="_blank" moz-do-not-send="true">http://www.pubnix.net</a>    Fax: 514-990-9443
</pre>
            <div>On 2020-10-16 02:36, Sean Donelan wrote:<br>
            </div>
            <noblockquote type="cite">On Tue, 13 Oct 2020, Valdis
              Kltnieks wrote: <br>
              <noblockquote type="cite">my reaction was more like <br>
                <voice="Gomer Pyle"> <br>
                Surprise, surprise, surprise... <br>
                </voice> <br>
              </noblockquote>
              <br>
              S.N.A.F.U. <br>
              <br>
              Other SNAFUs, Georgia had technical problems with its
              voter database systems during the first couple of days of
              early voting. Expect all sorts of minor problems
              throughout the election and afterwards. Nonetheless they
              are unlikely to significantly impact the results
              (hopefully), but will generate lots of noise. <br>
              <br>
              Its not just underfunded state I.T. systems. Even very
              large social media companies can have technical Oopsies.
              Again, hopefully Twitter won't fall down again during the
              evening of November 3rd. The digeratti will lose thier
              minds. <br>
              <br>
              Even if Twitter or another major social media platform
              does go belly-up, most likely it will be a normal
              technical problem. Wishing the FBI & CISA & OGAs
              watch officers a very boring night on November 3rd. <br>
              <br>
              <br>
              <br>
              In other news, New Zealand is having national elections
              this weekend. New Zealand is usually ranked in the top 10
              best election administrations worldwide. NZ expects to
              have the majority of ballots counted within 2 hours of
              their polls closing on Saturday evening. <br>
              <br>
              Jealous of the Kiwis and their competently run elections.
              :-) <br>
            </noblockquote>
            <br>
          </div>
        </noblockquote>
      </div>
      <br clear="all">
      <div><br>
      </div>
      -- <br>
      <div dir="ltr" class="gmail_signature">
        <div dir="ltr">Matt Erculiani
          <div>ERCUL-ARIN</div>
        </div>
      </div>
    </noblockquote>
    <br></td></tr></table>
                                          </td>
                                       </tr>
                                    </tbody>
                                 </table>
                              </td>
                           </tr>
                           <!-- 1 Column Text + Button : END -->
                           <!-- 2 Even Columns : BEGIN -->
                           <!-- Two Even Columns : END -->
                           <!-- Clear Spacer : BEGIN -->
                           <tr>
                              <td style="font-size: 0; line-height: 0; height:40px;">
                                  
                              </td>
                           </tr>
                           <!-- Clear Spacer : END -->
                           <!-- 1 Column Text : BEGIN -->
                           <!-- 1 Column Text : END -->
                        </tbody>
                     </table>
                     <!-- Email Body : END -->
                     <!-- Email Footer : BEGIN -->                    
                     <!-- Email Footer : END -->
                     <!--[if mso]>
                  </td>
               </tr>
            </table>
            <![endif]-->
         </div>
      </div>
   </body>
</html><img src="https://u51012.ct.sendgrid.net/wf/open?upn=x1kRTgIQoVhlGSsMYVp-2FUYWcytH725erWxP0yLhGCi55yBAD0Hda4k5ENGZrkejZyUFh7p7O5tEKdAs-2FRwjcxT-2Bd5SeAYwWM0Kzj895LPtatR-2BlXGrP3z8ibihwZZsrEzSH305JMiCre7M7-2BP6ASTk2QRgbZ4UHBDNXJxv0ZpRAnT0WaL0OwpuViS2LAdEixNLWLv2j0LsViRIVAMF2pEJNIDEVq5s1o2nQB5HTFX-2BdwuupZANkn-2BDsvFMpGpg2VoAJkePQczOpeS9ZJG-2BmIAWajputouinpWyppUbwBaJ4-3D" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/></body></html>