> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Michael Scheidell
> Sent: Tuesday, August 29, 2006 10:57 AM
> To: [email protected]; [EMAIL PROTECTED]
> Subject: [AMaViS-user] exact target messing up headers?
> 
> finding emails like this in quarantine (note the whitespace 
> is a <\r\t> LF then a TAB.

Looks like its more than exact-target.

If you are quarantineing to disk, do this:

 cd to quarantine dir (default /var/virusmails/spam)

Count them:
Control: all emails in q:
7372

Count ones 'like this':

find ./ -type f -exec zgrep '^Return-Path:$' {} \; | wc -l
(I get: 144

Display them in context with return path:

find ./ -type f -exec zgrep -C1 '^Return-Path:$' {} \;

I can send my list in private email (not to list) some of the return
addresses are VERP.

SA version 3.14, amavisd-version: myversion_id = '2.4.2';
$myversion_date = '20060627';

Using postfix.



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to