On Mon, Dec 05, 2005 at 03:06:35AM -0500, Jeremy Kister wrote:
>  1.1 URIBL_SBL              Contains an URL listed in the SBL blocklist
>                             [URIs: illas.com]
> 
> in fact, what I sent was a lot of email addresses at getawayvillas.com
> 
> Note: It's only the URIBL_SBL that i'm concerned with.
> 
> Any idea what's going on?

Interesting.  The issue is related to maximum line length internally.
Basically the whole thing looks like a big paragraph, so SA puts it all in one
line, realizes the line is too long and splits it.  The split, though, doesn't
happen at a word boundary, it just gets split:

[...]
[EMAIL PROTECTED] 1 [EMAIL PROTECTED] 1 [EMAIL PROTECTED]
om 1 [EMAIL PROTECTED] 1 [EMAIL PROTECTED]
[...]
[EMAIL PROTECTED] 1 [EMAIL PROTECTED]
illas.com 1 [EMAIL PROTECTED]
[...]

I'd open up a bugzilla ticket about it, we should probably try splitting at a
word boundary so we avoid issues like this.

-- 
Randomly Generated Tagline:
Lowery's Law:
        If it jams -- force it.  If it breaks, it needed replacing anyway.

Attachment: pgpNzh9PA4RQB.pgp
Description: PGP signature

Reply via email to