phplist ->
admin ->
connect.php
<div class="content well">
<h3>You have been unsubscribed.</h3><div style="clear: both; font-family: arial, verdana, sans-serif; font-size: 8px; font-variant: small-caps; font-weight: normal; padding: 2px; padding-left:10px;padding-top:20px;">powered by <a href="https://www.phplist.com/poweredby?utm_source=download3.6.5&utm_medium=poweredtxt&utm_campaign=phpList" target="_blank" title="powered by phpList version 3.6.5, © phpList ltd">phpList</a></div></p></div>
</div>
This block took much longer to locate than I was expecting. phpList is a HUGE program and finding where things are originating from isn’t as straightforward as I’d like. The lesson this time around (again!), was to look at the HTML of the rendered unsubscribe page and the div that surrounded the block. Then I searched for the string clear: both; font-family: arial, verdana, sans-serif; font-size: 8px;
in the phpList folder to see where it showed up – connect.php.