Lähettäjä: Lanny Jason Godsey Päiväys: Vastaanottaja: Marc Perkel, exim-users Kopio: Aihe: Re: [exim] Stopping PayPal phishing - filter script
helo paypal.com
Won't that do the trick to bypass?
Lanny
--- Marc Perkel <marc@???> wrote:
> I added the following script to my mail filter making the assumption
> that all email the comes from paypal server would have received lines
>
> that include paypal.com. I wanted to share this and also ask if
> anyone
> knows if there is a reason this wouldn't work.
>
> if "$h_from:" contains "paypal.com"
> then
> if "$h_Received:" does not contain "paypal.com"
> then
> deliver spoof@???
> finish
> endif
> endif