like subjet, after update to E.F.A 3.0.1.8 my today's total and Quarantine menù are empty.
Any idea?
Thanks!


of course... several times
I found the reason that caused me the problemDemonRok wrote: 23 Jan 2017 08:28 Hi @all,
like subjet, after update to E.F.A 3.0.1.8 my today's total and Quarantine menù are empty.
Any idea?
Thanks!
Code: Select all
/^Received:/ HOLD
Code: Select all
/^Received:/ HOLD
/^To:([^@]*@){50,}/ REJECT Sorry, your message has too many recepients.
/^Cc:([^@]*@){50,}/ REJECT Sorry, your message has too many recepients.
Code: Select all
/^To:([^@]*@){50,}/ REJECT Sorry, your message has too many recepients.
/^Cc:([^@]*@){50,}/ REJECT Sorry, your message has too many recepients.