Hello,
I've noticed that exim.pl (v17) is not couting messages sent from PHP with forged "from" - like that:
mail('[email protected]','a','b',null,'-f [email protected]');
That means spammer can sent unlimited number of emails as limits wont be hit.
Also if we change xyz.com with a different domain that exists on the same server - counter will increment for that domain owner!
Any advice?
Thanks
I've noticed that exim.pl (v17) is not couting messages sent from PHP with forged "from" - like that:
mail('[email protected]','a','b',null,'-f [email protected]');
That means spammer can sent unlimited number of emails as limits wont be hit.
Also if we change xyz.com with a different domain that exists on the same server - counter will increment for that domain owner!
Any advice?
Thanks