On 29 Oct 2009, at 22:11, Vasiliy G Tolstov wrote:

> Hello. Today i'm read some documents about BATV and VERP and now i'm
> cunfused =)
> Does this tehnologies need today (i'm use spf and dkim fjr all my
> mails).
>

VERP is useful for mailing lists, to automatically process bounce  
messages.

BATV is useful to prevent spam backscatter. Unfortunately, it doesn't  
work well with Exim's autoreply mechanisms. It occurs to me that rate- 
limiting bounce messages per recipient might be more useful.

They are both useful to you as a sender. SPF and DKIM are more useful  
to recipients, as they can provide assurance that mail is from the  
address claimed.



> How can i block bounce messages that generate this php script:
>
> <?php
> $headers = "Return-path: <[email protected]\r\n".
> "Received: from 122.162.37.48 by ASPMX3.GOOGLEMAIL.com; Wed, 19 Aug  
> 2009
> 15:50:35 +0530\r\n".
> "Message-ID: <000d01ca20b6\$b0b689d0\$6400a...@medicinaln02>\r\n".
> "From: [email protected]\r\n".
> "To: <[email protected]>\r\n".
> "Subject: =?koi8-r?B?68/MzMXLw8nRIPPUydfFzsEg88nHwczB?=\r\n".
> "Date: Wed, 17 Sep 2009 15:50:35 +0530\r\n".
> "MIME-Version: 1.0\r\n".
> "Content-Type: text/plain; format=flowed; charset=\"koi8-r\";
> reply-type=original\r\n".
> "Content-Transfer-Encoding: 8bit\r\n".
> "X-Priority: 3\r\n".
> "X-MSMail-Priority: Normal\r\n".
> "X-Mailer: Microsoft Outlook Express 6.00.2900.2180\r\n".
> "X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180\r\n";
>
> mail('[email protected]','Header','Body',
> $headers,'[email protected] -d -v ');
> ?>
>
> (My address [email protected], i send to fake yandex.ru andress). Does  
> BATV
> do this for me? Is that possible to block such bounces withous BATV?
>
> Can You give me some real life expamples of using VERP without mail
> subscription service?
>
> THanks!
>
>
>
>
> -- 
> Vasiliy G Tolstov <[email protected]>
> Selfip.Ru
>
>
> -- 
> ## List details at http://lists.exim.org/mailman/listinfo/exim-users
> ## Exim details at http://www.exim.org/
> ## Please use the Wiki with this list - http://wiki.exim.org/

-- 
Ian Eiloart




-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to