Hi Trevor,

>Yep. assp cannot handle some mail content: 

Yes - how ever, assp stucks at some lines of code where our headerlines 
are merged to the mail header (some simple regexes). It must be mail 
content related. To fix this, I need the content of such email.

Please do the following.

- download the last version 0.4.27

- change the code in lines 16751 to 16754 from:

# it's time to merge our header with client's one
  $this->{myheader} = &headerWrap($this->{myheader}); # wrap long lines
  $this->{header}=~s/^($HeaderRe*)/$1\r\n\n\n\r$this->{myheader}/o;
  $this->{header}=~s/\r?\n?\r\n\n\n\r/\r\n/;

to:

unless ($this->{ip} eq '17.254.13.36') {
# it's time to merge our header with client's one
  $this->{myheader} = &headerWrap($this->{myheader}); # wrap long lines
  $this->{header}=~s/^($HeaderRe*)/$1\r\n\n\n\r$this->{myheader}/o;
  $this->{header}=~s/\r?\n?\r\n\n\n\r/\r\n/;
}


The first and the last lines are added!
This  will prevent assp to add our headers to the email, if the mail is 
comming from this IP and the mail should pass assp.

- set 'noProcessingLog' to 'okmail folder' - so assp should collect this 
mail. - send me the .eml file!

Thomas




Trevor Jacques <tre...@videlicet.com> 
08.10.2009 23:36
Bitte antworten an
ASSP development mailing list <assp-test@lists.sourceforge.net>


An
ASSP development mailing list <assp-test@lists.sourceforge.net>
Kopie

Thema
Re: [Assp-test] Curious: crash






Yep. assp cannot handle some mail content: 


Oct-8-09 16:48:29 [Worker_3] Worker_3 wakes up
Oct-8-09 16:48:29 [Worker_3] Info: Worker_3 got connection from MainThread
Oct-8-09 16:48:29 [Main_Thread] Info: Main_Thread freed by idle Worker_3 
in 0.007 seconds
Oct-8-09 16:48:29 [Worker_3] Connected: 17.254.13.36:51509 -> 
xxx.xxx.xxx.xxx:25 ->
                  127.0.0.1:125
Oct-8-09 16:48:29 [Worker_3] 17.254.13.36 info: got STARTTLS request from 
17.254.13.36
Oct-8-09 16:48:30 id-34910-04620 [Worker_3] 17.254.13.36 
<macos-x-server-bounces+myuser=mydomain....@lists.apple.com>
                  IP 17.254.13.36 (17.254.13 Apple) matches 
noProcessingIPs
Oct-8-09 16:48:30 id-34910-04620 [Worker_3] 17.254.13.36 
<macos-x-server-bounces+myuser=mydomain....@lists.apple.com>
                  Message-Score: added -10 for SSL/TLS-connection-OK, 
total score for this message is
                  now -10
Oct-8-09 16:48:30 id-34910-04620 [Worker_3] 17.254.13.36 
<macos-x-server-bounces+myuser=mydomain....@lists.apple.com>
                  to: u...@mydomain.com domainkey-Signature found
Oct-8-09 16:48:32 id-34910-04620 [Worker_3] 17.254.13.36 
<macos-x-server-bounces+myuser=mydomain....@lists.apple.com>
                  to: u...@mydomain.com Message-Score: added 20 for URIBL: 
neutral,  listed in
                  applecomuriblswinogch, total score for this message is 
now 10
Oct-8-09 16:48:32 id-34910-04620 [Worker_3] [NoProcessing] 17.254.13.36 
<macos-x-server-bounces+myuser=mydomain....@lists.apple.com>
                  to: u...@mydomain.com message proxied without processing 
(no bad attachments) [sorry
                  for the spam]


3                2646 s          isnotspam (stuck)


:-(

T.
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test




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!
*******************************************************

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to