<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<p>Hi Agung Prasetyo W.,</p>
<p>Whilst the multiple versions of the same file are useful to allow
local configuration to override core configuration, it can
sometimes cause confusion like this. The GitHub issue refers to
fixing the general issue so that when you create a new repository
it will not suffer from this bug. Unfortunately, it does not help
fix existing repositories. It was something that could not be
accounted for when it was originally written many years ago, as it
could not have been known that how Perl interacted with Apache
would change in Apache 2.4 and therefore create this security bug.</p>
<p>Regards</p>
<p>David Newman<br>
</p>
<div class="moz-cite-prefix">On 10/07/2020 10:27, Ajunk Pracetio
wrote:<br>
</div>
<blockquote type="cite" cite="mid:CACOEPmOFXki=zbqO5M3CZ-PYMx7fQ-pqidnrhXfuTHD0aLwGMw@mail.gmail.com">
<div dir="ltr">
<div>Hi,</div>
<div><br>
</div>
<div>After I search on my archives/repo_name/cfg/cfg.d/
directory and change the <a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsecurity.pl%2F&data=01%7C01%7C%7C693b9fa1afca48f7098d08d824bbc4f7%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=vx4jsOu4JaF%2BzZp0uYtjwfM85GxozM%2BXWSORF35Kxo4%3D&reserved=0" originalSrc="http://security.pl/" shash="vR0RfCTTUKYQGPQa0icFNqPkx3t/O2X2OGpQfJ9YE4D4RiPQcyrkdkNvTQRsESQpX1CMtdrKiBR57prqdscZfseoQV6VOPVMJquiyAmhjqxqNWjt773T4cth0b2QRPZeW3SMAUfbz2RrokXaHqdAE3TXN/GK3FScredtJ2AYTGQ=" originalsrc="http://security.pl/" shash="jwOT5kALZyeDI1UOihNtB8sIrhj8yBlb6exRIJcvejDTkXWMFuVNDyd45qslxCI8T+tLhYNKOHymLbuk01C8lO7xv9hwVNS9wIuWcJK/1J1YqUMj06L33KyHfcNyR606gk+PRjbRC6uAfsCtdKePJ29hOPA+/ljROeS/kz6qbhY=" moz-do-not-send="true">security.pl</a> like you said, the
file success can not be downloaded. I'm sorry for my miss
perception that I read on github it says on defaultcfg/cfg/d/
directory.</div>
<div><br>
</div>
<div>Thank you very much David and Yuri all your help.</div>
<div><br>
</div>
<div>Best regards,</div>
<div>Agung Prasetyo W.<br>
</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Fri, Jul 10, 2020 at 3:38
PM David R Newman <<a href="mailto:drn@ecs.soton.ac.uk" moz-do-not-send="true">drn@ecs.soton.ac.uk</a>> wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div>
<p>Hi Agung Prasetyo Wibowo,</p>
<p>It does not look like the reason the file is accessible
is due to caching and it does not sound like you have
coversheets enabled which can cause some issues with file
access. As I said in a previous email you can check that
EPRINTS_PATH/archives/ARCHIVE_NAME/cfg/cfg.d/<a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsecurity.pl%2F&data=01%7C01%7C%7C693b9fa1afca48f7098d08d824bbc4f7%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=vx4jsOu4JaF%2BzZp0uYtjwfM85GxozM%2BXWSORF35Kxo4%3D&reserved=0" originalSrc="http://security.pl/" shash="vR0RfCTTUKYQGPQa0icFNqPkx3t/O2X2OGpQfJ9YE4D4RiPQcyrkdkNvTQRsESQpX1CMtdrKiBR57prqdscZfseoQV6VOPVMJquiyAmhjqxqNWjt773T4cth0b2QRPZeW3SMAUfbz2RrokXaHqdAE3TXN/GK3FScredtJ2AYTGQ=" originalsrc="http://security.pl/" shash="jwOT5kALZyeDI1UOihNtB8sIrhj8yBlb6exRIJcvejDTkXWMFuVNDyd45qslxCI8T+tLhYNKOHymLbuk01C8lO7xv9hwVNS9wIuWcJK/1J1YqUMj06L33KyHfcNyR606gk+PRjbRC6uAfsCtdKePJ29hOPA+/ljROeS/kz6qbhY=" target="_blank" moz-do-not-send="true">security.pl</a>
uses the correct method to lookup an IP address is <span><span><br>
</span></span></p>
<p><span><span>my $ip = $doc->repository->remote_ip();</span></span></p>
<p><span><span>(and not </span></span><span><span><span><span>my</span>
$ip <span>=</span> $r<span>-></span>connection()<span>-></span>remote_ip();)</span></span></span></p>
<p><span><span><span>Beyond this, I think it is worth
tailing you webserver log files whilst trying to
download this file to see if you are getting any
errors. On RedHat/CentOS/Fedor</span></span></span>a
this would be something like:</p>
<p>tail -f /var/log/httpd/error_log
/var/log/httpd/ssl_error_log</p>
<p>I am not sure if you have HTTPS enabled. If you don't
then you need not include ssl_error_log in the command
line above.</p>
<p>Regards</p>
<p>David Newman<br>
</p>
<p> <br>
</p>
<p>On 10/07/2020 09:30, Ajunk Pracetio wrote:<br>
</p>
<blockquote type="cite">
<div dir="ltr">
<div>Hi,</div>
<div><br>
</div>
<div>Is there any file that I must check to make my file
can be restricted?</div>
<div><br>
</div>
<div>Please need your help.</div>
<div><br>
</div>
<div>Thank you</div>
<div><br>
</div>
<div>Best regards.</div>
<div>Agung Prasetyo Wibowo<br>
</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Fri, Jul 10, 2020
at 9:13 AM Ajunk Pracetio via Eprints-tech <<a href="mailto:eprints-tech@ecs.soton.ac.uk" target="_blank" moz-do-not-send="true">eprints-tech@ecs.soton.ac.uk</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px
0px 0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">
<div dir="ltr">
<div>Hi,</div>
<div><br>
</div>
<div>I already tried on other browser, but the file
still can download.<br>
</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Thu, Jul 9,
2020 at 3:39 PM Yuri via Eprints-tech <<a href="mailto:eprints-tech@ecs.soton.ac.uk" target="_blank" moz-do-not-send="true">eprints-tech@ecs.soton.ac.uk</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px
0px 0px 0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">Hi!<br>
<br>
did you try with another browser? If it works,
then If it was the same <br>
browser, it is downloading from the cache even if
you logout.<br>
<br>
Il 09/07/20 09:59, Ajunk Pracetio via Eprints-tech
ha scritto:<br>
> Why is my eprints 3.4 when my document is
restricted to user only, can <br>
> still be downloaded.<br>
><br>
> I have also read <a href="https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Feprints%2Feprints%2Fissues%2F322&data=01%7C01%7C%7C693b9fa1afca48f7098d08d824bbc4f7%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=sq28%2BUgCAcn5YEo4T3SbLyZwiH31XVpDmTjwxx55%2B6w%3D&reserved=0" originalSrc="https://github.com/eprints/eprints/issues/322" shash="IhiTaFWQAzOMcUuToLjbTKQ4D9UcbcvTyv+WL3uufPzyPe0cO0wmtHqB8PSBc1gFqYVgnXQ22zXYylVLBpOlkvsqI+l+KR6utFtFfRw0KB3B6C6+0qzT0Iok9D+taAwPBUi2CxwrJhouqYPa5UP1Em+B48i5r89lxReKvh6lngY=" originalsrc="https://github.com/eprints/eprints/issues/322" shash="gpor4IPoSnOZLwS0iAY/w2EUXurtwSADI7Jjagty2uJ7KAMC6rAqFNV8RMXcn4afUJ4/7W9x4KmUuD5jcODpGNYxm9OFryX/Xg44iHByo42HmVEoot/fl5ivHmMTXWS44nBP+uLAKdgZ+CzleCy2rShFe8foHQTtG+UgVUdzrjM=" rel="noreferrer" target="_blank" moz-do-not-send="true">https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Feprints%2Feprints%2Fissues%2F322&amp;data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Ceb4381612b664ebe0f5908d823e35eb3%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=%2B12Ib0VWRQrHgnDvTL26XdXd1onTjWhn2VAPCdIY0PU%3D&amp;reserved=0</a>
<br>
> <<a href="https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Feprints%2Feprints%2Fissues%2F322&data=01%7C01%7C%7C693b9fa1afca48f7098d08d824bbc4f7%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=sq28%2BUgCAcn5YEo4T3SbLyZwiH31XVpDmTjwxx55%2B6w%3D&reserved=0" originalSrc="https://github.com/eprints/eprints/issues/322" shash="IhiTaFWQAzOMcUuToLjbTKQ4D9UcbcvTyv+WL3uufPzyPe0cO0wmtHqB8PSBc1gFqYVgnXQ22zXYylVLBpOlkvsqI+l+KR6utFtFfRw0KB3B6C6+0qzT0Iok9D+taAwPBUi2CxwrJhouqYPa5UP1Em+B48i5r89lxReKvh6lngY=" originalsrc="https://github.com/eprints/eprints/issues/322" shash="gpor4IPoSnOZLwS0iAY/w2EUXurtwSADI7Jjagty2uJ7KAMC6rAqFNV8RMXcn4afUJ4/7W9x4KmUuD5jcODpGNYxm9OFryX/Xg44iHByo42HmVEoot/fl5ivHmMTXWS44nBP+uLAKdgZ+CzleCy2rShFe8foHQTtG+UgVUdzrjM=" rel="noreferrer" target="_blank" moz-do-not-send="true">https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Feprints%2Feprints%2Fissues%2F322&amp;data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Ceb4381612b664ebe0f5908d823e35eb3%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=%2B12Ib0VWRQrHgnDvTL26XdXd1onTjWhn2VAPCdIY0PU%3D&amp;reserved=0</a>>
<br>
> and configured the suggested files, but the
files can still be downloaded.<br>
><br>
> Please help.<br>
><br>
> Regards,<br>
> Agung Prasetyo W.<br>
><br>
> *** Options: <a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech" rel="noreferrer" target="_blank" moz-do-not-send="true">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a><br>
> *** Archive: <a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&data=01%7C01%7C%7C693b9fa1afca48f7098d08d824bbc4f7%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=hIgChtWxiVVXNC34OaEfB%2BsZbIuh%2FEZ81LJ3IZTiSJ0%3D&reserved=0" originalSrc="http://www.eprints.org/tech.php/" shash="CTvDIIQBvSNxeloN8ey2kjVDUWprFMX0ZegPXTPw1pE3mOc51rWWTx2V3D+JYqGfJHb8OE7J80e8yue39AGBk0+kso8Sqpdy6Hs+qO09m2lLufh5zSLnubBYHj0CC+NQk0TUkC7/Ro7TTVzTtJ4ooUSUpk52YgqyUGM+Ghs+saI=" originalsrc="http://www.eprints.org/tech.php/" shash="xQbY2IwxLJbGST6in3etzvq7mSJcc7N3wOwG3GPax0q5P/mhMy1++s7hk7/Afgncf4puXF8b2aMoX87qG54/hvNEz1Kk18PLz0BxbdwfFfAk/W4A24SKJ1DsszFou0k6KZtvjpdqVrt/XyRIorseIAgn94bwSMyn+dGoytvSj44=" rel="noreferrer" target="_blank" moz-do-not-send="true">https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&amp;data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Ceb4381612b664ebe0f5908d823e35eb3%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=fERxa4Ed6C7w632fUjRyG5H%2BMdhEckLRYG%2Fg%2FkL9yY8%3D&amp;reserved=0</a><br>
> *** EPrints community wiki: <a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&data=01%7C01%7C%7C693b9fa1afca48f7098d08d824bbc4f7%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=AEM7DheR1U0ncHT%2BaMmbF1wV85WtEH1O%2FWrM6R8SK4I%3D&reserved=0" originalSrc="http://wiki.eprints.org/" shash="juFwXSgb68scV/fO6szFQp4lSIIg4EUiqper0hH3JgtQvy2EVs5+fQpwynUpC4jydR6oA/YkNGouePMn+CMeotYSrA3FWBSDvPu9XJ51VWEKaC2dQAkrMellAz+x2XpuSL3rUxsN2RmV6WONRKD/H9b7Sbob5SmvJJ4oex6nqJE=" originalsrc="http://wiki.eprints.org/" shash="bZrCQYa699eWrTlMc3xV6eF9S2mkHPLzQiIHZdaxlRXqSFW/SaKM+Pbr149rObcaP5GDySJKXTeYfd+vkxI/ygBRe2gNLdo1ElfdHKU8r2Mmks0Qr6x6RmyqMZnYWNVu941vX59eVA3Ng7plkoL7CbnHoV2FTeCOBsZa2mH37D0=" rel="noreferrer" target="_blank" moz-do-not-send="true">https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&amp;data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Ceb4381612b664ebe0f5908d823e35eb3%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=XHj87LM2apkymZUdcLk15DlMHWvQaqvZRxqsEoxRjn4%3D&amp;reserved=0</a><br>
<br>
*** Options: <a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech" rel="noreferrer" target="_blank" moz-do-not-send="true">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a><br>
*** Archive: <a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&data=01%7C01%7C%7C693b9fa1afca48f7098d08d824bbc4f7%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=hIgChtWxiVVXNC34OaEfB%2BsZbIuh%2FEZ81LJ3IZTiSJ0%3D&reserved=0" originalSrc="http://www.eprints.org/tech.php/" shash="CTvDIIQBvSNxeloN8ey2kjVDUWprFMX0ZegPXTPw1pE3mOc51rWWTx2V3D+JYqGfJHb8OE7J80e8yue39AGBk0+kso8Sqpdy6Hs+qO09m2lLufh5zSLnubBYHj0CC+NQk0TUkC7/Ro7TTVzTtJ4ooUSUpk52YgqyUGM+Ghs+saI=" originalsrc="http://www.eprints.org/tech.php/" shash="xQbY2IwxLJbGST6in3etzvq7mSJcc7N3wOwG3GPax0q5P/mhMy1++s7hk7/Afgncf4puXF8b2aMoX87qG54/hvNEz1Kk18PLz0BxbdwfFfAk/W4A24SKJ1DsszFou0k6KZtvjpdqVrt/XyRIorseIAgn94bwSMyn+dGoytvSj44=" rel="noreferrer" target="_blank" moz-do-not-send="true">http://www.eprints.org/tech.php/</a><br>
*** EPrints community wiki: <a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&data=01%7C01%7C%7C693b9fa1afca48f7098d08d824bbc4f7%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=AEM7DheR1U0ncHT%2BaMmbF1wV85WtEH1O%2FWrM6R8SK4I%3D&reserved=0" originalSrc="http://wiki.eprints.org/" shash="juFwXSgb68scV/fO6szFQp4lSIIg4EUiqper0hH3JgtQvy2EVs5+fQpwynUpC4jydR6oA/YkNGouePMn+CMeotYSrA3FWBSDvPu9XJ51VWEKaC2dQAkrMellAz+x2XpuSL3rUxsN2RmV6WONRKD/H9b7Sbob5SmvJJ4oex6nqJE=" originalsrc="http://wiki.eprints.org/" shash="bZrCQYa699eWrTlMc3xV6eF9S2mkHPLzQiIHZdaxlRXqSFW/SaKM+Pbr149rObcaP5GDySJKXTeYfd+vkxI/ygBRe2gNLdo1ElfdHKU8r2Mmks0Qr6x6RmyqMZnYWNVu941vX59eVA3Ng7plkoL7CbnHoV2FTeCOBsZa2mH37D0=" rel="noreferrer" target="_blank" moz-do-not-send="true">http://wiki.eprints.org/</a></blockquote>
</div>
*** Options: <a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech" rel="noreferrer" target="_blank" moz-do-not-send="true">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a><br>
*** Archive: <a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&data=01%7C01%7C%7C693b9fa1afca48f7098d08d824bbc4f7%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=hIgChtWxiVVXNC34OaEfB%2BsZbIuh%2FEZ81LJ3IZTiSJ0%3D&reserved=0" originalSrc="http://www.eprints.org/tech.php/" shash="CTvDIIQBvSNxeloN8ey2kjVDUWprFMX0ZegPXTPw1pE3mOc51rWWTx2V3D+JYqGfJHb8OE7J80e8yue39AGBk0+kso8Sqpdy6Hs+qO09m2lLufh5zSLnubBYHj0CC+NQk0TUkC7/Ro7TTVzTtJ4ooUSUpk52YgqyUGM+Ghs+saI=" originalsrc="http://www.eprints.org/tech.php/" shash="xQbY2IwxLJbGST6in3etzvq7mSJcc7N3wOwG3GPax0q5P/mhMy1++s7hk7/Afgncf4puXF8b2aMoX87qG54/hvNEz1Kk18PLz0BxbdwfFfAk/W4A24SKJ1DsszFou0k6KZtvjpdqVrt/XyRIorseIAgn94bwSMyn+dGoytvSj44=" rel="noreferrer" target="_blank" moz-do-not-send="true">http://www.eprints.org/tech.php/</a><br>
*** EPrints community wiki: <a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&data=01%7C01%7C%7C693b9fa1afca48f7098d08d824bbc4f7%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=AEM7DheR1U0ncHT%2BaMmbF1wV85WtEH1O%2FWrM6R8SK4I%3D&reserved=0" originalSrc="http://wiki.eprints.org/" shash="juFwXSgb68scV/fO6szFQp4lSIIg4EUiqper0hH3JgtQvy2EVs5+fQpwynUpC4jydR6oA/YkNGouePMn+CMeotYSrA3FWBSDvPu9XJ51VWEKaC2dQAkrMellAz+x2XpuSL3rUxsN2RmV6WONRKD/H9b7Sbob5SmvJJ4oex6nqJE=" originalsrc="http://wiki.eprints.org/" shash="bZrCQYa699eWrTlMc3xV6eF9S2mkHPLzQiIHZdaxlRXqSFW/SaKM+Pbr149rObcaP5GDySJKXTeYfd+vkxI/ygBRe2gNLdo1ElfdHKU8r2Mmks0Qr6x6RmyqMZnYWNVu941vX59eVA3Ng7plkoL7CbnHoV2FTeCOBsZa2mH37D0=" rel="noreferrer" target="_blank" moz-do-not-send="true">http://wiki.eprints.org/</a></blockquote>
</div>
</blockquote>
<div id="gmail-m_1932497942636495818DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br>
<table style="border-top:1px solid rgb(211,212,222)">
<tbody>
<tr>
<td style="width:55px;padding-top:13px"><a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.avg.com%2Femail-signature%3Futm_medium%3Demail%26utm_source%3Dlink%26utm_campaign%3Dsig-email%26utm_content%3Demailclient&data=01%7C01%7C%7C693b9fa1afca48f7098d08d824bbc4f7%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=QendOCZR%2FgrmCk9j7W9P2DP4Y7FbdR0r0kzQllxZ%2BJc%3D&reserved=0" originalSrc="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" shash="MxAMcpDogaDycR205+MIQBYSp6KIr+GMHy/s5cjMuW63WgWl/E2zm2QwZnf8oBY6XaMWfl97+2F0sIVodNKyLR4LrolMvalCmUEqnDvfOz7EaPn3UspbYgTfkH0gV/I/CDUsaNcTpOs0i6cLoa7tQhMeiSiluxk00Xu1RY2m9Eo=" originalsrc="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" shash="R7C2B8Xtn7HhpYa07BxdI/G5qPiD1MMt73mtUVNzLDzlzisHSh3dM8n0HVdbVFY5ja/FKfV2vSXo6Uso98WV+F/ZIQd+hWMdZWEd2fBICQvc0UlBaSzGHbElm1Jm3iOseE5dSVlCpkrNEdeerbwI07i7lIGvLKqEaSB5/n7XBjM=" target="_blank" moz-do-not-send="true"><img src="https://ipmcdn.avast.com/images/icons/icon-envelope-tick-green-avg-v1.png" alt="" style="width: 46px; height: 29px;" moz-do-not-send="true" width="46" height="29"></a></td>
<td style="width:470px;padding-top:12px;color:rgb(65,66,78);font-size:13px;font-family:Arial,Helvetica,sans-serif;line-height:18px">Virus-free.
<a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.avg.com%2Femail-signature%3Futm_medium%3Demail%26utm_source%3Dlink%26utm_campaign%3Dsig-email%26utm_content%3Demailclient&data=01%7C01%7C%7C693b9fa1afca48f7098d08d824bbc4f7%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=QendOCZR%2FgrmCk9j7W9P2DP4Y7FbdR0r0kzQllxZ%2BJc%3D&reserved=0" originalSrc="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" shash="MxAMcpDogaDycR205+MIQBYSp6KIr+GMHy/s5cjMuW63WgWl/E2zm2QwZnf8oBY6XaMWfl97+2F0sIVodNKyLR4LrolMvalCmUEqnDvfOz7EaPn3UspbYgTfkH0gV/I/CDUsaNcTpOs0i6cLoa7tQhMeiSiluxk00Xu1RY2m9Eo=" originalsrc="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" shash="R7C2B8Xtn7HhpYa07BxdI/G5qPiD1MMt73mtUVNzLDzlzisHSh3dM8n0HVdbVFY5ja/FKfV2vSXo6Uso98WV+F/ZIQd+hWMdZWEd2fBICQvc0UlBaSzGHbElm1Jm3iOseE5dSVlCpkrNEdeerbwI07i7lIGvLKqEaSB5/n7XBjM=" style="color:rgb(68,83,234)" target="_blank" moz-do-not-send="true">www.avg.com</a> </td>
</tr>
</tbody>
</table>
<a href="#m_1932497942636495818_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1" moz-do-not-send="true"> </a></div>
</div>
</blockquote>
</div>
</blockquote>
</body>
</html>