ASSP very complecated software for keeping in mind all its variables and 
features.

Thanks Thomas.


В Tue, 12 Apr 2016 10:59:26 +0200
Thomas Eckardt <thomas.ecka...@thockar.com> пишет:

> Using assp without reading the complete manual at least one time, is a 
> very bad idea. Better is to read it twice or more times.
> 
> >I would like ASSP do not touch some e-mails at all but pass them through  
> 
> ip based 'ProxyConf' can be used
> recipient based 'transparentRecipients' can be used
> 
> In all other cases assp will add its header lines (those are configured to 
> be added - but at least the 'Received' header line).
> 
> Thomas
> 
> 
> 
> Von:    Anton <z...@tomica.ru>
> An: 
> Kopie:  For Users of ASSP <assp-user@lists.sourceforge.net>
> Datum:  12.04.2016 10:46
> Betreff:        Re: [Assp-user] ASSP and X-Assp headers
> 
> 
> 
> Is an another silution ?
> 
> For example exclude some ip-block from processing by ASSP ... I tried to 
> include specific
> ip to no-process (noProcessingIPs:=file:files/ipnp.txt) but ASSP inserts 
> its headers in
> no-process hosts mail.
> 
> Is any "true no-process" settings in ASSP for specific ip addresses ? I 
> would like ASSP
> do not touch some e-mails at all but pass them through :-).
> 
> 
> В Tue, 12 Apr 2016 08:37:27 +0200
> Thomas Eckardt <thomas.ecka...@thockar.com> пишет:
> 
> > ASSP never includes single line endings. But it corrects incomplete line   
> 
> > endings (single [CR] or [LF]) to [CR][LF] in the header.
> > 
> > For example, a wrong sequence : [CR][CR][LF] - will be corrected to 
> > [CR][LF][CR][LF]
> >   
> > >I suspect that php code sending mail is not perfect.   
> > Have a look in to the .eml file stored by assp. Make sure the php-script   
> 
> > sends the mail RFC conform.
> > 
> > Thomas
> > 
> > 
> > 
> > 
> > 
> > Von:    Anton <z...@tomica.ru>
> > An:     assp-user@lists.sourceforge.net
> > Datum:  12.04.2016 08:10
> > Betreff:        [Assp-user] ASSP and X-Assp headers
> > 
> > 
> > 
> > Good day.
> > 
> > I have installed ASSP on our mail system and it works fine but we have 
> > some strange issue.
> > 
> > There are several old web sites which send email from web-form via php 
> > mail() function.
> > If this messages routed without ASSP then mail can be read but when this   
> 
> > mails pass
> > through ASSP then ASSP inserts its X-headers + *new line chars* and   
> mails 
> > can not be read
> > correctly. I suspect that php code sending mail is not perfect. I can   
> not 
> > correct this
> > code.
> > 
> > example of headers without ASSP:
> > --------------------------------------------------------
> > Return-Path: <inf...@post.mydomain.ru>
> > X-Original-To: inf...@post.mydomain.ru
> > Delivered-To: us...@post.mydomain.ru
> > Received: from mail.mydomain.ru (localhost [127.0.0.1])
> >         by mail.mydomain.ru (Postfix) with ESMTP id A7D8BF23A17
> >         for <inf...@post.mydomain.ru>; Tue, 12 Apr 2016 10:17:58 +0600 
> > (NOVT)
> > Received: by mail.mydomain.ru (Postfix, from userid 1002)
> >         id A0FF3F2395D; Tue, 12 Apr 2016 10:17:58 +0600 (NOVT)
> > Received: from client.mydomain.ru (client.mydomain.ru [*.*.0.66])
> >         by mail.mydomain.ru (Postfix) with ESMTP id 98394F238BC
> >         for <inf...@post.mydomain.ru>; Tue, 12 Apr 2016 10:17:58 +0600 
> > (NOVT)
> > Received: by client.mydomain.ru (Postfix, from userid 70)
> >         id 94BE673004; Tue, 12 Apr 2016 10:17:58 +0600 (NOVT)
> > To: inf...@post.mydomain.ru
> > Subject:
> >   
> =?utf-8?b?0J/QuNGB0YzQvNC+INC+0YIg0JvQvtGB0LrRg9GC0L7QsiDQlNC80LjRgtGA0LjQuSDQkNC70LXQutGB0LDQvdC00YDQvtCy0LjRhywgaWQ9MjkyMDAwOTUgKNC40Lcg0LvQuNGH0L3QvtCz0L4g0LrQsNCx0LjQvdC10YLQsCk=?=
> > X-PHP-Originating-Script: 1020:msg_to_abon.php MIME-Version: 1.0
> > Content-type: text/html; charset=utf-8
> > From: inform<inf...@post.mydomain.ru>
> > Message-Id: <20160412041758.94be673...@client.mydomain.ru>
> > Date: Tue, 12 Apr 2016 10:17:58 +0600 (NOVT)
> > X-Virus-Scanned: ClamAV using ClamSMTP
> > 
> > Here is test message!
> > 
> > --------------------------------------------------------
> > 
> > and example of the same message passed through APPP:
> > --------------------------------------------------------
> > Return-Path: <inf...@post.mydomain.ru>
> > X-Original-To: inf...@post.mydomain.ru
> > Delivered-To: us...@post.mydomain.ru
> > Received: from mail.mydomain.ru (localhost [127.0.0.1])
> >         by mail.mydomain.ru (Postfix) with ESMTP id BFFC4F25F5E
> >         for <inf...@post.mydomain.ru>; Tue, 12 Apr 2016 11:07:14 +0600 
> > (NOVT)
> > Received: by mail.mydomain.ru (Postfix, from userid 1002)
> >         id B6041F25D9C; Tue, 12 Apr 2016 11:07:14 +0600 (NOVT)
> > Received: from mx1.mydomain.ru (mx1.mydomain.ru [*.*.57.36])
> >         by mail.mydomain.ru (Postfix) with ESMTP id 529A1F23A17
> >         for <inf...@post.mydomain.ru>; Tue, 12 Apr 2016 11:07:14 +0600 
> > (NOVT)
> > Received: from client.mydomain.ru ([*.*.0.66] helo=client.mydomain.ru)   
> by
> >         mx1.mydomain.ru with SMTP (2.5.1); 12 Apr 2016 11:07:14 +0600
> > Received: by client.mydomain.ru (Postfix, from userid 70)
> >         id 3083973006; Tue, 12 Apr 2016 11:07:14 +0600 (NOVT)
> > To: inf...@post.mydomain.ru
> > Subject:
> >   
> =?utf-8?b?0J/QuNGB0YzQvNC+INC+0YIg0JvQvtGB0LrRg9GC0L7QsiDQlNC80LjRgtGA0LjQuSDQkNC70LXQutGB0LDQvdC00YDQvtCy0LjRhywgaWQ9MjkyMDAwOTUgKNC40Lcg0LvQuNGH0L3QvtCz0L4g0LrQsNCx0LjQvdC10YLQsCk=?=
> > X-PHP-Originating-Script: 1020:msg_to_abon.php MIME-Version: 1.0
> > Message-Id: <20160412050714.529a1f23...@mail.mydomain.ru>
> > Date: Tue, 12 Apr 2016 11:07:14 +0600 (NOVT)
> > From: inf...@post.mydomain.ru
> > X-Virus-Scanned: ClamAV using ClamSMTP
> > 
> > Content-type: text/html; charset=utf-8
> > 
> > From: mydomain<inf...@post.mydomain.ru>
> > Message-Id: <20160412050714.3083973...@client.mydomain.ru>
> > Date: Tue, 12 Apr 2016 11:07:14 +0600 (NOVT)
> > X-Assp-ID: mx1.mydomain.ru m1-37634-03701
> > X-Assp-Session: 7F592A4921C8 (mail 1)
> > X-Assp-Envelope-From: inf...@post.mydomain.ru
> > X-Assp-Intended-For: inf...@post.mydomain.ru
> > X-Assp-Version: 2.5.1(16100) on mx1.mydomain.ru
> > X-Assp-Delay: not delayed (*.*.0.66 in whitebox (PBWhite));
> >         12 Apr 2016 11:07:14 +0600
> > X-Assp-Message-Score: 20 (No Spoofing Allowed 'inf...@post.mydomain.ru'   
> in
> >         'mailfrom')
> > X-Assp-IP-Score: 20 (No Spoofing Allowed 'inf...@post.mydomain.ru' in
> >         'mailfrom')
> > X-Assp-Received-SPF: temperror ip=*.*.0.66 
> > mailfrom=inf...@post.mydomain.ru
> >         helo=client.mydomain.ru
> > X-Original-Authentication-Results: mx1.mydomain.ru; spf=temperror
> > X-Assp-Message-Score: 5 (SPF temperror)
> > X-Assp-IP-Score: 5 (SPF temperror)
> > X-Assp-Message-Score: -15 (In Penalty White Box)
> > X-Assp-Spam-Level: ***
> > 
> > Yet another test message!
> > 
> > --------------------------------------------------------
> > 
> > I think that problem is in 
> > "
> > Content-type: text/html; charset=utf-8
> > 
> > "
> > 
> > Is this write that ASSP inserts new line chars ?
> > 
> > IMHO this is wrong place for X-Assp headers because ASSP runs before   
> final 
> > virus scan but
> > X-Assp headers are placed after "X-Virus-Scanned: ClamAV using   
> ClamSMTP". 
> > We do not use
> > ClamAV on ASSP but on mail server. post.mydomain.ru and mail.mydomain.ru   
> 
> > are the same
> > host in our installation.
> > 
> > For now I use manual route to avoid passing this mail through ASSP but 
> > this is ugly
> > solution.
> > 
> > How this problem can be solved ?
> > 
> >   
> ------------------------------------------------------------------------------
> > Find and fix application performance issues faster with Applications 
> > Manager
> > Applications Manager provides deep performance insights into multiple 
> > tiers of
> > your business applications. It resolves application problems quickly and
> > reduces your MTTR. Get your free trial!
> > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> > _______________________________________________
> > Assp-user mailing list
> > Assp-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/assp-user
> > 
> > 
> > 
> > 
> > 
> > 
> > DISCLAIMER:
> > *******************************************************
> > This email and any files transmitted with it may be confidential,   
> legally 
> > privileged and protected in law and are intended solely for the use of   
> the 
> > 
> > individual to whom it is addressed.
> > This email was multiple times scanned for viruses. There should be no 
> > known virus in this email!
> > *******************************************************
> >   
> 
> 
> 



-- 
Anton,
инженер отдела управления сетью связи,
ООО "ИКА" (Томика) 634050 г. Томск
пр. Ленина 55, оф. 101
Тел: 701-855

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to