|
List Info
Thread: Where did this DSN come from?
|
|
| Where did this DSN come from? |

|
2006-04-17 21:38:23 |
On 17/04/06 21:49, Bowie Bailey wrote:
> Where did this message come from? As far as I know, I
have not
> configured Amavis to send any type of DSN. Is
something odd going on
> here, or am I misinterpreting something?
Sorry, this is a bug in Amavis::In::Courier due to a stupid
mistake on my
part. To fix, apply the following patch:
--- amavisd 2006-04-15 11:24:46.000000000 +0100
+++ amavisd.fixed 2006-04-17 22:23:42.000000000 +0100
 -11885,5
+11885,5 
# Clean up object
- $self-> = undef;
+ $self-> = undef;
$self-> = undef;
}
This bug is triggered when an infected message and later a
clean message are
handled by the same amavisd child process (in order to test
this, the best
way is to temporarily set $max_servers to 1 so that all
messages are handled
by the same process). When this happens, a DSN is sent with
information
about the two messages mixed up together.
--
Martin Orr
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking
scripting language
that extends applications into web and mobile media. Attend
the live webcast
and join the prime developer group breaking into this new
coding territory!
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
AMaViS-user mailing list
AMaViS-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/
|
|
| Some email not being scanned |

|
2006-04-21 11:50:25 |
Some of the my email is going directly through amavis and
not being scanned
by spamassassin.
Here is the email header, it get's the virus scan, but does
not get scanned?
Any advice?
Thanks
Received: from 42CBC608 (unknown [219.135.130.226])
by mail2.symbiostech.com (Postfix) with SMTP id A3DECD8ABB
for <contactus kremp.com>; Fri, 21 Apr 2006 07:50:48
-0400 (EDT)
Received: from milkweed.uccor.edu.ar (HELO
inspect.uccor.edu.ar)
by linux.org (8.12.6/8.12.6/Debian-6) with ESMTP id
gBAApHtr028221
for <contactus kremp.com>; Fri, 21 Apr 2006 10:50:18
-0200
Message-Id: <20031101090223.1902874CE uccor.edu.ar>
Reply-To: "Mngr. lepreaucasandra"
<victoriaainsley bmla.com>
Date: Fri, 21 Apr 2006 08:48:18 -0400
From: "Your Mngr. ulaal" <larinamischa bmla.com>
To: <contactus kremp.com>
Subject: sweeter -Brianna
X-Virus-Scanned: amavisd-new at symbiostech.com
X-RCPT-TO: <contactus kremp.com>
Status: U
X-IMail-Rule: T~contactus kremp.com:kremp Data-
CONTACTUS KREMP.COM>
X-UIDL: 383005719
-------------------------------------------------------
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
AMaViS-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/
|
|
| Some email not being scanned |

|
2006-04-21 14:20:16 |
Ronnie wrote:
> Some of the my email is going directly through amavis
and not being scanned
> by spamassassin.
> Here is the email header, it get's the virus scan, but
does not get scanned?
> Any advice?
> Thanks
> Received: from 42CBC608 (unknown [219.135.130.226])
> by mail2.symbiostech.com (Postfix) with SMTP id
A3DECD8ABB
> for <contactus kremp.com>; Fri, 21 Apr
2006 07:50:48 -0400 (EDT)
> Received: from milkweed.uccor.edu.ar (HELO
inspect.uccor.edu.ar)
> by linux.org (8.12.6/8.12.6/Debian-6) with
ESMTP id gBAApHtr028221
> for <contactus kremp.com>; Fri, 21 Apr
2006 10:50:18 -0200
> Message-Id: <20031101090223.1902874CE uccor.edu.ar>
> Reply-To: "Mngr. lepreaucasandra"
<victoriaainsley bmla.com>
> Date: Fri, 21 Apr 2006 08:48:18 -0400
> From: "Your Mngr. ulaal"
<larinamischa bmla.com>
> To: <contactus kremp.com>
> Subject: sweeter -Brianna
> X-Virus-Scanned: amavisd-new at symbiostech.com
> X-RCPT-TO: <contactus kremp.com>
> Status: U
> X-IMail-Rule: T~contactus kremp.com:kremp Data-
CONTACTUS KREMP.COM>
> X-UIDL: 383005719
The first thing to check would be to see if the message is
larger than
your $sa_mail_body_size_limit (this is 200k):
$sa_mail_body_size_limit = 200*1024; # don't waste time on
SA if mail is larger
# (less than 1% of spam is >
64k)
# default: undef, no limitations
Recent defaults have increased this to 512k.
Gary V
-------------------------------------------------------
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
AMaViS-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/
|
|
| Some email not being scanned |

|
2006-04-21 14:27:19 |
> The first thing to check would be to see if the message
is larger than
> your $sa_mail_body_size_limit (this is 200k):
> $sa_mail_body_size_limit = 200*1024; # don't waste
time on SA if mail is larger
> # (less than 1% of spam is
> 64k)
> # default: undef, no
limitations
> Recent defaults have increased this to 512k.
I meant recent suggested settings, not defaults.
> Gary V
-------------------------------------------------------
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
AMaViS-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/
|
|
| Some email not being scanned |

|
2006-04-21 15:21:41 |
I raised to 600*1024, the size doesn't show very big within
outlook. I'll
be monitoring, thanks for the tip.
-----Original Message-----
From: amavis-user-admin lists.sourceforge.net
[mailto:amavis-user-admin lists.sourceforge.net] On
Behalf Of Gary V
Sent: Friday, April 21, 2006 10:27 AM
To: amavis-user lists.sourceforge.net
Subject: Re: [AMaViS-user] Some email not being scanned
> The first thing to check would be to see if the message
is larger than
> your $sa_mail_body_size_limit (this is 200k):
> $sa_mail_body_size_limit = 200*1024; # don't waste
time on SA if mail is
larger
> # (less than 1% of spam is
> 64k)
> # default: undef, no
limitations
> Recent defaults have increased this to 512k.
I meant recent suggested settings, not defaults.
> Gary V
-------------------------------------------------------
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
AMaViS-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/
-------------------------------------------------------
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
AMaViS-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/
|
|
| Some email not being scanned |

|
2006-04-21 18:04:26 |
Still not tagging it, I looked in my logs, I turned up the
verbosity.
Apr 21 12:17:36 prod5 amavis[17345]: (17345-01) RETURNED
FROM SA check, time
left: 30 s
Apr 21 12:17:36 prod5 amavis[17345]: (17345-01)
prolong_timer after
spam_scan_SA: remaining time = 480 s
Apr 21 12:17:36 prod5 amavis[17345]: (17345-01) spam_scan:
score=9.15
tests=[BAYES_95=3,DNS_FROM_RFC_BOGUSMX=1.945,FORGED_RCVD_HEL
O=
0.135,HTML_MESSAGE=0.001,RCVD_IN_NJABL_DUL=1.946,RCVD_IN_SOR
BS_DUL=2.046,TW_
XI=0.077]
Apr 21 12:17:36 prod5 amavis[17345]: (17345-01)
prolong_timer after
spam_scan: remaining time = 480 s
Apr 21 12:17:36 prod5 amavis[17345]: (17345-01) enqueue:
stat is not
numeric: ""
Shows it scored a 9.15, yet it didn't tag it? I'm using
the sql, my default
tag in mysql db is 6 tag, 25 kill for both the default and
the default
nonuser? contactus kremp.com is not in there as a user so it
should give it
a 6/25 for tag/kill. Scored a 9.15 but didn't tag it.
The header is as follows:
Received: from mail2.symbiostech.com [72.29.91.76] by
pop.symbiostech.com
with ESMTP
(SMTPD32-8.15) id A59E96E0086; Fri, 21 Apr 2006 12:17:34
-0400
Received: from localhost (localhost.localdomain [127.0.0.1])
by mail2.symbiostech.com (Postfix) with ESMTP id 13C4DD8AE9
for <contactus kremp.com>; Fri, 21 Apr 2006 12:17:36
-0400 (EDT)
Received: from mail2.symbiostech.com ([127.0.0.1])
by localhost (mail2.symbiostech.com [127.0.0.1])
(amavisd-new, port 10024)
with ESMTP id 17345-01 for <contactus kremp.com>;
Fri, 21 Apr 2006 12:17:34 -0400 (EDT)
Received: from awts.com (200-161-154-58.dsl.telesp.net.br
[200.161.154.58])
by mail2.symbiostech.com (Postfix) with SMTP id 6A150D8AE5
for <contactus kremp.com>; Fri, 21 Apr 2006 12:17:32
-0400 (EDT)
Message-ID: <000001c6655f$0803e7d0$be70a8c0 bfy72>
Reply-To: "Ailsa Gatlin" <gatlinailsa awts.com>
From: "Ailsa Gatlin" <gatlinailsa awts.com>
To: contactus kremp.com
Subject: Re: PHARMAxiyCY
Date: Fri, 21 Apr 2006 12:17:05 -0400
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_0001_01C6653D.80F247D0&
quot;
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Virus-Scanned: amavisd-new at symbiostech.com
X-RCPT-TO: <contactus kremp.com>
Status: U
X-IMail-Rule: T~contactus kremp.com:kremp Data-
CONTACTUS KREMP.COM
X-UIDL: 383005728
Thanks
-----Original Message-----
From: amavis-user-admin lists.sourceforge.net
[mailto:amavis-user-admin lists.sourceforge.net] On
Behalf Of Ronnie Tartar
Sent: Friday, April 21, 2006 11:22 AM
To: 'Gary V'; amavis-user lists.sourceforge.net
Subject: RE: [AMaViS-user] Some email not being scanned
I raised to 600*1024, the size doesn't show very big within
outlook. I'll
be monitoring, thanks for the tip.
-----Original Message-----
From: amavis-user-admin lists.sourceforge.net
[mailto:amavis-user-admin lists.sourceforge.net] On
Behalf Of Gary V
Sent: Friday, April 21, 2006 10:27 AM
To: amavis-user lists.sourceforge.net
Subject: Re: [AMaViS-user] Some email not being scanned
> The first thing to check would be to see if the message
is larger than
> your $sa_mail_body_size_limit (this is 200k):
> $sa_mail_body_size_limit = 200*1024; # don't waste
time on SA if mail
> is
larger
> # (less than 1% of spam is
> 64k)
> # default: undef, no
limitations
> Recent defaults have increased this to 512k.
I meant recent suggested settings, not defaults.
> Gary V
-------------------------------------------------------
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
AMaViS-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/
-------------------------------------------------------
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
AMaViS-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/
-------------------------------------------------------
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
AMaViS-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/
|
|
| Some email not being scanned |

|
2006-04-21 19:01:53 |
Ronnie wrote:
> Still not tagging it, I looked in my logs, I turned up
the verbosity.
> Shows it scored a 9.15, yet it didn't tag it? I'm
using the sql, my default
> tag in mysql db is 6 tag, 25 kill for both the default
and the default
> nonuser? contactus kremp.com is not in there
as a user so it should give it
> a 6/25 for tag/kill. Scored a 9.15 but didn't tag it.
Ok, I misunderstood. I thought it was not being scanned (per
your
subject line). The problem is not that it is not being
scanned, but
that it is not tagged. Recipients must be considered local
(among other things) in order for their messages to be
tagged. Make
sure .kremp.com is included in local_domains_maps. This is
a FAQ.
See the "No spam-related headers inserted?"
section:
http://w
ww.ijs.si/software/amavisd/#faq-spam
Gary V
-------------------------------------------------------
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
AMaViS-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/
|
|
| Some email not being scanned |

|
2006-04-21 19:12:35 |
Gary wrote:
> Ronnie wrote:
>> Still not tagging it, I looked in my logs, I turned
up the verbosity.
>> Shows it scored a 9.15, yet it didn't tag it?
I'm using the sql, my default
>> tag in mysql db is 6 tag, 25 kill for both the
default and the default
>> nonuser? contactus kremp.com is not in there
as a user so it should give it
>> a 6/25 for tag/kill. Scored a 9.15 but didn't tag
it.
> Make sure .kremp.com is included in local_domains_maps.
Or users.local = 'Y' for whatever user 'contactus kremp.com' matched
(such as a catchall). The verbose log will tell you if this
user
matched something in the users table (and what it matched)
or whether
the search continued on to static tables.
Gary V
-------------------------------------------------------
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
AMaViS-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/
|
|
| Some email not being scanned |

|
2006-04-21 19:41:09 |
Perfect, that was it. Thanks.
Just told it to read my postfix local domains hash.
Thanks for your help
-----Original Message-----
From: amavis-user-admin lists.sourceforge.net
[mailto:amavis-user-admin lists.sourceforge.net] On
Behalf Of Gary V
Sent: Friday, April 21, 2006 3:13 PM
To: amavis-user lists.sourceforge.net
Subject: Re: [AMaViS-user] Some email not being scanned
Gary wrote:
> Ronnie wrote:
>> Still not tagging it, I looked in my logs, I turned
up the verbosity.
>> Shows it scored a 9.15, yet it didn't tag it?
I'm using the sql, my
>> default tag in mysql db is 6 tag, 25 kill for both
the default and
>> the default nonuser? contactus kremp.com
is not in there as a user
>> so it should give it a 6/25 for tag/kill. Scored a
9.15 but didn't tag
it.
> Make sure .kremp.com is included in local_domains_maps.
Or users.local = 'Y' for whatever user 'contactus kremp.com' matched (such
as a catchall). The verbose log will tell you if this user
matched something
in the users table (and what it matched) or whether the
search continued on
to static tables.
Gary V
-------------------------------------------------------
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
AMaViS-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/
-------------------------------------------------------
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
AMaViS-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/
|
|
[1-9]
|
|