[AMaViS-user] Forward SPAM labeled

2010-12-29 Thread Peter Sørensen
Hi,

I'm setting up a new system based on ubuntu 10.04LTS

VERSION in script shows 2.2.07 . What does this match ? 2.7.xx

I'm trying to pass on spam to the final destination but labeled.
I have added following to the 50-user config:

$sa_spam_modifies_subj = 1;
$final_spam_destiny   = D_PASS;

Spam is send but not labeled with ***SPAM*** as I expect.
What am I missing?

regards

Peter Sørensen/Univ. off Southern Denmark/email:mas...@sdu.dk

--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/amavis-user 
 Please visit http://www.ijs.si/software/amavisd/ regularly
 For administrativa requests please send email to rainer at openantivirus dot 
org


Re: [AMaViS-user] Forward SPAM labeled

2010-12-29 Thread Michael Scheidell
On 12/29/10 9:40 AM, Peter Sørensen wrote:
 VERSION in script shows 2.2.07 . What does this match ? 2.7.xx

 I'm trying to pass on spam to the final destination but labeled.
most likely, a very old amavisd-new 2.2.07.  or, its a os tag.

if spam tag isn't being set, then amavisd-new doesn't know the domain in 
the 'to' like is local.

google, its a FAQ on how to fix this.

also, you should upgrade to at least amavisd-new 2.6.4.  2.2.07 is very old.


-- 
Michael Scheidell, CTO
o: 561-999-5000
d: 561-948-2259
ISN: 1259*1300
 *| *SECNAP Network Security Corporation

* Certified SNORT Integrator
* 2008-9 Hot Company Award Winner, World Executive Alliance
* Five-Star Partner Program 2009, VARBusiness
* Best in Email Security,2010: Network Products Guide
* King of Spam Filters, SC Magazine 2008

__
This email has been scanned and certified safe by SpammerTrap(r). 
For Information please see http://www.secnap.com/products/spammertrap/
__  

--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/amavis-user 
 Please visit http://www.ijs.si/software/amavisd/ regularly
 For administrativa requests please send email to rainer at openantivirus dot 
org


Re: [AMaViS-user] Forward SPAM labeled

2010-12-29 Thread Mark Martinec
Peter,

 I'm setting up a new system based on ubuntu 10.04LTS
 VERSION in script shows 2.2.07 . What does this match ? 2.7.xx

No idea. Doubtful.

Try:
  $ grep 'myversion_id ='  /usr/local/sbin/amavisd

 I'm trying to pass on spam to the final destination but labeled.
 I have added following to the 50-user config:
 
 $sa_spam_modifies_subj = 1;
 $final_spam_destiny = D_PASS;
 
 Spam is send but not labeled with ***SPAM*** as I expect.
 What am I missing?

Most likely the recipient is not considered local.
Its domain should match @local_domains_maps, otherwise
a Subject is not modified (i.e. for outgoing mail).

  Mark

--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/amavis-user 
 Please visit http://www.ijs.si/software/amavisd/ regularly
 For administrativa requests please send email to rainer at openantivirus dot 
org