change the lines 26751 to 26757 in build 13251 from

        for (@text) {
            my $head;
            $head = $1 if /^($HeaderRe)+/ois;
            if ($head && $head =~ 
s/(^|\n)$bombSkipHeaderTagReRE:$HeaderValueRe/$1/gis) {
                s/^($HeaderRe)+/$head/ois;
            }
        }



to


        my $found;
        for (@text) {
            my $head;
            $head = $1 if /^($HeaderRe+)/ois;
            if ($head && $head =~ 
s/(^|\n)$bombSkipHeaderTagReRE:$HeaderValueRe/$1/gis) {
                s/^($HeaderRe+)/$head/ois;
                $found = 1;
            }
        }
        mlog(0,"info: $re: removed all mail header tags found for 
bombSkipHeaderTagRe") if $found && $BombLog > 1;


Sorry, I've currently no version that could be published.

Thomas




Von:    Michael Thomas <[email protected]>
An:     ASSP development mailing list <[email protected]>, 
Datum:  12.09.2013 08:31
Betreff:        Re: [Assp-test] Antwort: bombskipheadertagre did not skip 
DKIM-Signature



Thomas,

Here is an example. See the 10th line.

DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple;
   d=response.basware.com; [email protected];
   q=dns/txt; s=dk; t=1311702882; x=1343238882;
   h=from:sender:reply-to:subject:date:message-id:to:cc:
    mime-version:content-transfer-encoding:content-id:
    content-description:resent-date:resent-from:resent-sender:
    resent-to:resent-cc:resent-message-id:in-reply-to:
    references:list-id:list-help:list-unsubscribe:
    list-subscribe:list-post:list-owner:list-archive;
   z=From:=20"Basware,=20Inc."=0D=0A=20<[email protected]
    sware.com>|Reply-To:=20"Basware,=20Inc."=0D=0A=20<info.us
    [email protected]>|Subject:=20Accounts=20Payable=20Automation
    =20Strategies=20from=20Aberdeen=20Research|Date:=2026=20J
    ul=202011=2013:54:37=20-0400|Message-ID:=20<456b440cf1c74
    dce856291c79a1cd03c@1546>|To:[email protected]
    |MIME-Version:=201.0;
   bh=JUEDtDjRCun6hZBTZ5a7ctiniO8snCpmOSCawx4fUQY=;
   b=wPbuZsJ/sMUZBJllJ8aP7J1Ay6szP7B0qQJtrtJjjuE+lNM+ioaQpIw2
    KBszy8gfRYssYmcdyStxzpfZx0I41A==;


Michael Thomas
Mathbox
978-687-3300
Toll Free: 1-877-MATHBOX (1-877-628-4269)

On 9/12/2013 2:09 AM, Thomas Eckardt wrote:
> From:=
>
> seems not to be a part of a DKIM signature - the '=' is too much.
>
> Thomas
>
>
>
>
> Von:    Michael Thomas <[email protected]>
> An:     ASSP development mailing list <[email protected]>,
> Datum:  12.09.2013 07:20
> Betreff:        [Assp-test] bombskipheadertagre did not skip
> DKIM-Signature
>
>
>
> Thomas,
>
> X-Assp-Version: 2.3.4(13251)
>
> In my files/bombskipheadertagre.txt I have the following two lines:
> DKIM-Signature
> Domainkey-Signature
>
> My BombHeaderRe triggered on text in the DKIM-Signature
> X-Assp-Re-BombHeaderRe: PB 20: for From:=
>
> Intended to catch malformed From: in spam.
>
>
>
> 
------------------------------------------------------------------------------
> How ServiceNow helps IT people transform IT departments:
> 1. Consolidate legacy IT systems to a single system of record for IT
> 2. Standardize and globalize service processes across IT
> 3. Implement zero-touch automation to replace manual, redundant tasks
> 
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk

>
>
>
> _______________________________________________
> Assp-test mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/assp-test
>

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk

_______________________________________________
Assp-test mailing list
[email protected]
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!
*******************************************************


------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
Assp-test mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to