List Info

Thread: What could be wrong with MIME support?




What could be wrong with MIME support?
country flaguser name
Canada
2007-08-11 17:46:09
I tried to reinstall MIME-tools Perl and Mail_Mime PEAR
modules. Now I see
this in the Non-Spam cache report for the email with PDF
attachment (100%
spam):

CONTENT-TYPE:	application/octet-stream
[Ignoring unsupported content type:
application/octet-stream]

What would I see if PDFinfo module work?

These are the rules triggered for this email:

0.001	DK_SIGNED	Domain Keys: message has an unverified
signature
-0.001	SPF_PASS	SPF: sender matches SPF record
-1.406	AWL	From: address is in the auto white-list
-2.599	BAYES_00	Bayesian spam probability is 0 to 1%

Eugene

_______________________________________________
Maia-users mailing list
Maia-usersrenaissoft.com
http://www.renaissoft.com/mailman/listinfo/maia-users

Re: What could be wrong with MIME support?
country flaguser name
Netherlands
2007-08-11 18:16:29
When i saw this post about the PDFinfo module I installed it
myself on
my home Maia installation. These are the pdf rules who got
loaded into
my sa_rules table :

GMD_PDF_HORIZ
GMD_PDF_SQUARE
GMD_PDF_VERT
GMD_AUTHOR_COLET
GMD_AUTHOR_MOBILE
GMD_AUTHOR_OOO
GMD_AUTHOR_HPADMIN
GMD_PRODUCER_GPL
GMD_PRODUCER_POWERPDF
GMD_PRODUCER_EASYPDF
GMD_PDF_ENCRYPTED
GMD_PDF_EMPTY_BODY
GMD_PDF_STOX_M1
GMD_PDF_STOX_M2
GMD_PDF_STOX_M3
GMD_PDF_STOX_M4
GMD_PDF_STOX_M5

If you see one of these rules being triggered the pdf module
should be
working fine.

Good luck,

Jeffrey

-----Oorspronkelijk bericht-----
Van: maia-users-bouncesrenaissoft.com
[mailto:maia-users-bouncesrenaissoft.com] Namens
Eugene Pefti
Verzonden: zondag 12 augustus 2007 0:46
Aan: maia-usersrenaissoft.com
Onderwerp: [Maia-users] What could be wrong with MIME
support?

I tried to reinstall MIME-tools Perl and Mail_Mime PEAR
modules. Now I
see
this in the Non-Spam cache report for the email with PDF
attachment
(100%
spam):

CONTENT-TYPE:	application/octet-stream
[Ignoring unsupported content type:
application/octet-stream]

What would I see if PDFinfo module work?

These are the rules triggered for this email:

0.001	DK_SIGNED	Domain Keys: message has an unverified
signature
-0.001	SPF_PASS	SPF: sender matches SPF record
-1.406	AWL	From: address is in the auto white-list
-2.599	BAYES_00	Bayesian spam probability is 0 to 1%

Eugene

_______________________________________________
Maia-users mailing list
Maia-usersrenaissoft.com
http://www.renaissoft.com/mailman/listinfo/maia-users
_______________________________________________
Maia-users mailing list
Maia-usersrenaissoft.com
http://www.renaissoft.com/mailman/listinfo/maia-users

Re: What could be wrong with MIME support?
country flaguser name
Canada
2007-08-11 18:19:41
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Eugene Pefti wrote:
> I tried to reinstall MIME-tools Perl and Mail_Mime PEAR
modules. Now I see
> this in the Non-Spam cache report for the email with
PDF attachment (100%
> spam):
> 
> CONTENT-TYPE:	application/octet-stream
> [Ignoring unsupported content type:
application/octet-stream]
> 
> What would I see if PDFinfo module work?

That's common, yes--"application/octet-stream" is
what many senders use
to generically describe a file that contains non-executable
data.  Your
MIME setup is working now, in other words, so that's good.


> These are the rules triggered for this email:
> 
> 0.001	DK_SIGNED	Domain Keys: message has an unverified
signature
> -0.001	SPF_PASS	SPF: sender matches SPF record
> -1.406	AWL	From: address is in the auto white-list
> -2.599	BAYES_00	Bayesian spam probability is 0 to 1%

You're not getting any hits on any of the PDFinfo rules,
though, which
could mean any of the following:

(1) Possibly you forgot to run the load-sa-rules.pl script
after
installing PDFinfo, so Maia doesn't know about the new rules
in
pdfinfo.cf.  In other words, the rules may be triggering,
but they're
not showing up in Maia's mail viewer.

(2) Possibly you haven't installed the PDFinfo plugin
properly.  The
pdfinfo.cf file should be in the same directory as your
local.cf file.
It doesn't really matter where you install the pdfinfo.pm
file, as long
as you provide the complete path to it in a
"loadplugin" line in one of
your *.pre files (e.g. init.pre).  The installation
instructions are in
the pdfinfo.pm file itself, near the beginning in the
comments.

(3) Possibly the file you're testing it with contains an FDF
file,
rather than a PDF; this new twist requires PDFinfo v0.8 or
newer (which
was released just yesterday) in order to detect the FDF
variants.

- --
Robert LeBlanc <rjlrenaissoft.com>
Renaissoft, Inc.
Maia Mailguard <http://www.maiamail
guard.com/>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)

iD8DBQFGvkQNGmqOER2NHewRAkpyAKCeJKOsOBC5fbtp30gupGurzGjYHQCf
byQ0
LhJoUOWn++w+egBfFhf0LLw=
=v+kG
-----END PGP SIGNATURE-----
_______________________________________________
Maia-users mailing list
Maia-usersrenaissoft.com
http://www.renaissoft.com/mailman/listinfo/maia-users

Re: What could be wrong with MIME support?
country flaguser name
Canada
2007-08-12 01:19:07
Robert,

Your third suggestion about FDF attachment could be just
right. This is the
message in question:

www.com2see.biz/pdf/portofolio.eml

Is PDFinfo v0.8 available for download?

Eugene


-----Original Message-----
From: maia-users-bouncesrenaissoft.com
[mailto:maia-users-bouncesrenaissoft.com] On Behalf
Of Robert LeBlanc
Sent: Saturday, August 11, 2007 4:20 PM
To: maia-usersrenaissoft.com
Subject: Re: [Maia-users] What could be wrong with MIME
support?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Eugene Pefti wrote:
> I tried to reinstall MIME-tools Perl and Mail_Mime PEAR
modules. Now I see
> this in the Non-Spam cache report for the email with
PDF attachment (100%
> spam):
> 
> CONTENT-TYPE:	application/octet-stream
> [Ignoring unsupported content type:
application/octet-stream]
> 
> What would I see if PDFinfo module work?

That's common, yes--"application/octet-stream" is
what many senders use
to generically describe a file that contains non-executable
data.  Your
MIME setup is working now, in other words, so that's good.


> These are the rules triggered for this email:
> 
> 0.001	DK_SIGNED	Domain Keys: message has an unverified
signature
> -0.001	SPF_PASS	SPF: sender matches SPF record
> -1.406	AWL	From: address is in the auto white-list
> -2.599	BAYES_00	Bayesian spam probability is 0 to 1%

You're not getting any hits on any of the PDFinfo rules,
though, which
could mean any of the following:

(1) Possibly you forgot to run the load-sa-rules.pl script
after
installing PDFinfo, so Maia doesn't know about the new rules
in
pdfinfo.cf.  In other words, the rules may be triggering,
but they're
not showing up in Maia's mail viewer.

(2) Possibly you haven't installed the PDFinfo plugin
properly.  The
pdfinfo.cf file should be in the same directory as your
local.cf file.
It doesn't really matter where you install the pdfinfo.pm
file, as long
as you provide the complete path to it in a
"loadplugin" line in one of
your *.pre files (e.g. init.pre).  The installation
instructions are in
the pdfinfo.pm file itself, near the beginning in the
comments.

(3) Possibly the file you're testing it with contains an FDF
file,
rather than a PDF; this new twist requires PDFinfo v0.8 or
newer (which
was released just yesterday) in order to detect the FDF
variants.

- --
Robert LeBlanc <rjlrenaissoft.com>
Renaissoft, Inc.
Maia Mailguard <http://www.maiamail
guard.com/>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)

iD8DBQFGvkQNGmqOER2NHewRAkpyAKCeJKOsOBC5fbtp30gupGurzGjYHQCf
byQ0
LhJoUOWn++w+egBfFhf0LLw=
=v+kG
-----END PGP SIGNATURE-----
_______________________________________________
Maia-users mailing list
Maia-usersrenaissoft.com
http://www.renaissoft.com/mailman/listinfo/maia-users

_______________________________________________
Maia-users mailing list
Maia-usersrenaissoft.com
http://www.renaissoft.com/mailman/listinfo/maia-users

[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )