Mailing List Archive

SUBJ_ALL_CAPS FP for lists
Hi!

The messages from different lists used to have tagged Subject:,
but if we have non-ASCII charset in this field, the
subject_is_all_caps() returns false positive hit because it verifies
such charset only in the beginning of the line (/^=\?${CHARSETS_LIKELY_TO_FP_AS_CAPS}\?/). And we have something like
Subject: [ASCII-NAME] =?charset?FGHFGFGF

Who can open a tiket?
:((
________
ANDY
Re: SUBJ_ALL_CAPS FP for lists [ In reply to ]
÷ÁÓÉÌØÅ× áÎÄÒÅÊ <andy@mx.ru> wrote:

> The messages from different lists used to have tagged
> Subject:, but if we have non-ASCII charset in this field, the
> subject_is_all_caps() returns false positive hit because it
> verifies such charset only in the beginning of the line
> (/^=\?${CHARSETS_LIKELY_TO_FP_AS_CAPS}\?/). And we have
> something like Subject: [ASCII-NAME] =?charset?FGHFGFGF
>
> Who can open a tiket?

Why don't you open a ticket? Go to
http://bugzilla.spamassassin.org/ and be sure to upload an
example message.

It looks like the ^ should be removed from the regex.

--
Keith C. Ivey <kcivey@cpcug.org>
Washington, DC
Re: SUBJ_ALL_CAPS FP for lists [ In reply to ]
At 04:25 PM 3/2/04 +0300, ÷ÁÓÉÌØÅ× áÎÄÓÅÊ wrote:
> The messages from different lists used to have tagged Subject:,
> but if we have non-ASCII charset in this field, the
> subject_is_all_caps() returns false positive hit because it verifies
> such charset only in the beginning of the line
> (/^=\?${CHARSETS_LIKELY_TO_FP_AS_CAPS}\?/). And we have something like
> Subject: [ASCII-NAME] =?charset?FGHFGFGF
>
> Who can open a tiket?

Anyone can open a ticket... just go to bugzilla.spamassassin.org, create an
account and create a ticket.