Community Discussions and Support
Attachment downloads

[quote user="Euler GERMAN"]

My filetype.pm control file has two PDF related entries in the following order:

Adobe-PDF,0,X,0,.PDF
Adobe-PDF,S,0,\037PDF\045
 

It seems to me it uses preferentially the "Attachment type" rather than extension to choose which application to call.[/quote]

Thank you. I've added these two to my filetype.pm 

[quote user="Euler GERMAN"]

Strangely, my mime-map.pm file has only a single line "Text/HTML = HTML-text" (no quotes). I'm assuming it has little or no-effect on how Pmail handles attachments. BTW, this is the same file I have under my \Programs\RESOURCE directory.

Anyway, I remember of recipients complaining about attachments sent by me were found corrupt after being processed by Pmail. This happened a long time ago and I don't remember which measures taken corrected the problem. My guess is that telling Pmail to behave by the "Attachment type" instead of file extension is a good guess. As an example, I remember plain-text attachments being added to the message body instead of attached as a file. I used a trick (can't remember who whispered it to me) to make Pmail treat plain-text as binary by adding the line below to filetype.pm:

[code];Text,0,X,0,.TXT
binary,0,R,0,\\032,R,0,\\013\\010,R,0,e,R,0,E,R,0,t,R,0,T,R,0,n,R,0,N,R,0,r,R,0,R,R,0,i,R,0,I,R,0,o,R,0,O,R,0,a,R,0,A,R,0,s,R,0,S,R,0,d,R,0,D,R,0,h,R,0,H,R,0,l,R,0,L,R,0,c,R,0,C,R,0,f,R,0,F,R,0,p,R,0,P,R,0,u,R,0,U,R,0,m,R,0,M
[/code]

Notice that the original "Text" is commented.

Lastly, anyone can get a copy of my current filtype.pm control file HERE for the next 7 days. I'm not saying it is perfect, but it plays well here without hiccups AFAIK.

[/quote]

I've added this too.

I'll start sending PDFs again by right clicking the file to send to Pegasus and see if I get any more complaints of not being able to read PDF attachments.

So far it looks good. Pegasus is now saying that my attachment is a PDF, unlike before. However it still wants to use encoding. I'll let Pegasus do that for now.

[quote user="Euler GERMAN"]<p>My filetype.pm control file has two PDF related entries in the following order:</p><p>Adobe-PDF,0,X,0,.PDF Adobe-PDF,S,0,\037PDF\045  </p><p>It seems to me it uses preferentially the "Attachment type" rather than extension to choose which application to call.[/quote]</p><p>Thank you. I've added these two to my filetype.pm </p><p>[quote user="Euler GERMAN"]</p><p>Strangely, my mime-map.pm file has only a single line "Text/HTML = HTML-text" (no quotes). I'm assuming it has little or no-effect on how Pmail handles attachments. BTW, this is the same file I have under my \Programs\RESOURCE directory.</p><p>Anyway, I remember of recipients complaining about attachments sent by me were found corrupt after being processed by Pmail. This happened a long time ago and I don't remember which measures taken corrected the problem. My guess is that telling Pmail to behave by the "Attachment type" instead of file extension is a good guess. As an example, I remember plain-text attachments being added to the message body instead of attached as a file. I used a trick (can't remember who whispered it to me) to make Pmail treat plain-text as binary by adding the line below to filetype.pm:</p><p>[code];Text,0,X,0,.TXT binary,0,R,0,\\032,R,0,\\013\\010,R,0,e,R,0,E,R,0,t,R,0,T,R,0,n,R,0,N,R,0,r,R,0,R,R,0,i,R,0,I,R,0,o,R,0,O,R,0,a,R,0,A,R,0,s,R,0,S,R,0,d,R,0,D,R,0,h,R,0,H,R,0,l,R,0,L,R,0,c,R,0,C,R,0,f,R,0,F,R,0,p,R,0,P,R,0,u,R,0,U,R,0,m,R,0,M [/code]</p><p>Notice that the original "Text" is commented.</p><p>Lastly, anyone can get a copy of my current filtype.pm control file <a title="https://fil.email/3wGn4zm1" href="https://fil.email/3wGn4zm1" target="_blank" mce_href="https://fil.email/3wGn4zm1">HERE</a> for the next 7 days. I'm not saying it is perfect, but it plays well here without hiccups AFAIK. </p><p>[/quote]</p><p>I've added this too.</p><p>I'll start sending PDFs again by right clicking the file to send to Pegasus and see if I get any more complaints of not being able to read PDF attachments.</p><p>So far it looks good. Pegasus is now saying that my attachment is a PDF, unlike before. However it still wants to use encoding. I'll let Pegasus do that for now.</p>

 Finally made the move up from XP to windows 7 on my journey to 10. Recently have had problems downloading attachments pdf & docx etc.

When I receive the information from people, and hit attachment to go to download it...it keeps showing type unknown re ere any special settings to cofrrect this problem?

 

 

 

finally 

<p> Finally made the move up from XP to windows 7 on my journey to 10. Recently have had problems downloading attachments pdf & docx etc.</p><p>When I receive the information from people, and hit attachment to go to download it...it keeps showing type unknown re ere any special settings to cofrrect this problem? </p><p> </p><p> </p><p> </p><p>finally  </p>

Here are my notes on the subject attachment file types (both outbound and inbound):

Quoted from the Pegasus Mail manual:

FILETYPE.PM -  Pegasus Mail uses this file to work out what attachment type it should associate with a given file. It is used when "Mailer decides" is chosen as the attachment type in the Attachments view of the Message editor. Having a well-stocked FILETYPE.PM file means that your messages are more likely to be sent with the information necessary to allow other programs to associate file viewers with them.  Instructions are contained within the file which is a plain text file.

MIME-MAP.PM - Pegasus Mail uses this file to translate custom MIME content types into attachment types. New MIME content types are being added all the time, and using this file allows Pegasus Mail both to generate them in outgoing mail and to recognize them in incoming mail. For example, say someone sends you a MIME message with the content type "Application/MyWordProcessor", and you have an entry that says that "Appli-
cation/MyWordProcessor" is the same as "MS-Word", then Pegasus Mail will be able to work out that it can run MS-Word to view the document.

Example by BF:

Adding the following lines to FILETYPE.PM will identify the file type of .docx files as "MS-DOCX" and .xslm files as "MS-XLSX".

MS-DOCX,0,X,0,.DOCX
MS-XLSX,0,X,0,.XLSX

Taking this a step further, adding the following lines to MIME-MAP.PM will identify the file type in the Pegasus Mail reader Attachments tab as "Microsoft Office Word Document" and" Microsoft Office Excel Spreadsheet".

application/vnd.openxmlformats-officedocument.wordprocessingml.document = MS-DOCX
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet = MS-XLSX

NOTE:   "MS-DOCX" and "MS-XLSX" _MUST_  be the same text as the corresponding <file type>  entry that you have in FILETYPE.PM

 My MIME-MAP.PM file contains these entries:

Text/HTML = HTML-text
application/pdf = PDF-document
application/vnd.openxmlformats-officedocument.wordprocessingml.document = MS-DOCX
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet = MS-XLSX
application/ics = iCalendar-Event-File
application/vcs = vCalendar-Event-File
application/dwg = AutoCAD

My FILETYPE.PM file contains these entries:

MS-Word,1,S,0,\219\165\045
PCEXE,1,X,0,.EXE,S,0,MZ
PCEXE,1,X,0,.DLL,S,0,MZ
MS-XLSX,0,X,0,.XLSX
MS-DOCX,0,X,0,.DOCX
ZIP-archive,0,X,0,.ZIP,S,0,PK\003
MS-Richtext,0,X,0,.RTF,S,0,{\092rtf
Program-source,0,X,0,.C,X,0,.H,X,0,.PAS,X,0,.RC,X,0,.CPP,X,0,.BAS,X,0,.ASM
GIF-image,0,X,0,.GIF,S,0,GIF
JPEG-image,0,X,0,.JPG,S,6,JFIF
BMP-image,0,X,0,.BMP,X,0,.DIB,S,0,BM
WAV-sound-file,1,S,0,RIFF,S,8,WAVE
WAV-sound-file,0,X,0,.WAV
WordPerfect,0,S,1,WPC
Excel-sheet,0,X,0,.XLS
Excel-chart,0,X,0,.XLC
MS-Access,0,X,0,.MDB
AVI-Movie,1,S,0,RIFF,S,8,AVI
AVI-Movie,0,X,0,.AVI
Windows-help,1,X,0,.HLP,S,0,?_\003
HTML-text,0,X,0,.HTM
HTML-text,1,S,0,<HTML>
PGP-Public-Key,0,R,0,BEGIN PGP PUBLIC
PGP-encrypted,0,X,0,.PGP
Text,0,X,0,.TXT
; Items below were added by BF
AutoCAD,0,X,0,.DWG
PDF-document,0,X,0,.PDF,S,0,%PDF-
iCalendar-Event-File,0,X,0,.ics
vCalendar-Event-File,0,X,0,.vcs

&lt;p&gt;Here are my notes on the subject attachment file types (both outbound and inbound): &lt;/p&gt;&lt;p&gt;Quoted from the Pegasus Mail manual: FILETYPE.PM -&amp;nbsp; Pegasus Mail uses this file to work out what attachment type it should associate with a given file. It is used when &quot;Mailer decides&quot; is chosen as the attachment type in the Attachments view of the Message editor. Having a well-stocked FILETYPE.PM file means that your messages are more likely to be sent with the information necessary to allow other programs to associate file viewers with them.&amp;nbsp; Instructions are contained within the file which is a plain text file. MIME-MAP.PM - Pegasus Mail uses this file to translate custom MIME content types into attachment types. New MIME content types are being added all the time, and using this file allows Pegasus Mail both to generate them in outgoing mail and to recognize them in incoming mail. For example, say someone sends you a MIME message with the content type &quot;Application/MyWordProcessor&quot;, and you have an entry that says that &quot;Appli- cation/MyWordProcessor&quot; is the same as &quot;MS-Word&quot;, then Pegasus Mail will be able to work out that it can run MS-Word to view the document. Example by BF: Adding the following lines to FILETYPE.PM will identify the file type of .docx files as &quot;MS-DOCX&quot; and .xslm files as &quot;MS-XLSX&quot;. MS-DOCX,0,X,0,.DOCX MS-XLSX,0,X,0,.XLSX Taking this a step further, adding the following lines to MIME-MAP.PM will identify the file type in the Pegasus Mail reader Attachments tab as &quot;Microsoft Office Word Document&quot; and&quot; Microsoft Office Excel Spreadsheet&quot;. application/vnd.openxmlformats-officedocument.wordprocessingml.document = MS-DOCX application/vnd.openxmlformats-officedocument.spreadsheetml.sheet = MS-XLSX NOTE:&amp;nbsp;&amp;nbsp; &quot;MS-DOCX&quot; and &quot;MS-XLSX&quot; _MUST_&amp;nbsp; be the same text as the corresponding &amp;lt;file type&amp;gt;&amp;nbsp; entry that you have in FILETYPE.PM &lt;/p&gt;&lt;p&gt;&amp;nbsp;My MIME-MAP.PM file contains these entries:&lt;/p&gt;&lt;p&gt;Text/HTML = HTML-text application/pdf = PDF-document application/vnd.openxmlformats-officedocument.wordprocessingml.document = MS-DOCX application/vnd.openxmlformats-officedocument.spreadsheetml.sheet = MS-XLSX application/ics = iCalendar-Event-File application/vcs = vCalendar-Event-File application/dwg = AutoCAD&lt;/p&gt;&lt;p&gt;My FILETYPE.PM file contains these entries:&lt;/p&gt;&lt;p&gt;MS-Word,1,S,0,\219\165\045 PCEXE,1,X,0,.EXE,S,0,MZ PCEXE,1,X,0,.DLL,S,0,MZ MS-XLSX,0,X,0,.XLSX MS-DOCX,0,X,0,.DOCX ZIP-archive,0,X,0,.ZIP,S,0,PK\003 MS-Richtext,0,X,0,.RTF,S,0,{\092rtf Program-source,0,X,0,.C,X,0,.H,X,0,.PAS,X,0,.RC,X,0,.CPP,X,0,.BAS,X,0,.ASM GIF-image,0,X,0,.GIF,S,0,GIF JPEG-image,0,X,0,.JPG,S,6,JFIF BMP-image,0,X,0,.BMP,X,0,.DIB,S,0,BM WAV-sound-file,1,S,0,RIFF,S,8,WAVE WAV-sound-file,0,X,0,.WAV WordPerfect,0,S,1,WPC Excel-sheet,0,X,0,.XLS Excel-chart,0,X,0,.XLC MS-Access,0,X,0,.MDB AVI-Movie,1,S,0,RIFF,S,8,AVI AVI-Movie,0,X,0,.AVI Windows-help,1,X,0,.HLP,S,0,?_\003 HTML-text,0,X,0,.HTM HTML-text,1,S,0,&amp;lt;HTML&amp;gt; PGP-Public-Key,0,R,0,BEGIN PGP PUBLIC PGP-encrypted,0,X,0,.PGP Text,0,X,0,.TXT ; Items below were added by BF AutoCAD,0,X,0,.DWG PDF-document,0,X,0,.PDF,S,0,%PDF- iCalendar-Event-File,0,X,0,.ics vCalendar-Event-File,0,X,0,.vcs &lt;/p&gt;

Appreciate your time and effort from your notes but with all do respect this old guy is somewhat lost.

As mentioned the downloaded information (attachments) do identify the attachment as a docx and/or a pdf but unable to download

either and I've never had this happen to me before in all the years I've used Pegasus

I used a something called PC mover to move all my files from the old (XP) to the new computer with Window 7 and I just don't know what happened

I guess what I was looking for  was possibly a fix...via office or maybe reload Pegasus or basically find out what I currently have and maybe correct.

Thanks for bearing with me

&lt;p&gt;Appreciate your time and effort from your notes but with all do respect this old guy is somewhat lost.&lt;/p&gt;&lt;p&gt;As mentioned the downloaded information (attachments) do identify the attachment as a docx and/or a pdf but unable to download&lt;/p&gt;&lt;p&gt;either and I&#039;ve never had this happen to me before in all the years I&#039;ve used Pegasus&lt;/p&gt;&lt;p&gt;I used a something called PC mover to move all my files from the old (XP) to the new computer with Window 7 and I just don&#039;t know what happened&lt;/p&gt;&lt;p&gt;I guess what I was looking for&amp;nbsp; was possibly a fix...via office or maybe reload Pegasus or basically find out what I currently have and maybe correct.&lt;/p&gt;&lt;p&gt;Thanks for bearing with me &lt;/p&gt;

I forgot to mention I checked under incoming mail and content viewer but not sure if I was supposed to add something

and if so, it is asking me question and I didn't want to mess with anything

&lt;p&gt;I forgot to mention I checked under incoming mail and content viewer but not sure if I was supposed to add something&lt;/p&gt;&lt;p&gt;and if so, it is asking me question and I didn&#039;t want to mess with anything &lt;/p&gt;

[quote user="Eshtaol"]As mentioned the downloaded information (attachments) do identify the attachment as a docx and/or a pdf[/quote]

OK, the first question would be whether you installed the applications to open these file types on your system (and I mean literally install, not copy) and set them as default appplications for opening PDFs or DOCs in Windows?

[quote user="Eshtaol"]I used a something called PC mover to move all my files from the old (XP) to the new computer with Window 7 and I just don't know what happened[/quote]

Assuming you did this with all the files you think to be part of the Pegasus Mail setup it's pretty likely they have been copied to an invalid path especially since XP allowed paths to be used without issues that are not supposed to be used by applications like Pegasus Mail anymore because of security considerations. IOW: My first suggestion would be to do a fresh install to a new path without touching the existing one as offered by Pegasus Mail's installer. The only thing you must not do is selecting a new install path below any kind of ...\program files\... directory. If this works properly you could download some emails with the attachments in questions and try to open them there. If this works you will need to copy over your existing folders and adresses etc. to your new setup which might become a little time consuming I'm afraid - but it's definitely possible!

 

&lt;p&gt;[quote user=&quot;Eshtaol&quot;]As mentioned the downloaded information (attachments) do identify the attachment as a docx and/or a pdf[/quote]&lt;/p&gt;&lt;p&gt;OK, the first question would be whether you installed the applications to open these file types on your system (and I mean literally &lt;i&gt;install&lt;/i&gt;, not copy) and set them as default appplications for opening PDFs or DOCs &lt;i&gt;in Windows&lt;/i&gt;? &lt;/p&gt;&lt;p&gt;[quote user=&quot;Eshtaol&quot;]I used a something called PC mover to move all my files from the old (XP) to the new computer with Window 7 and I just don&#039;t know what happened[/quote]&lt;/p&gt;&lt;p&gt;Assuming you did this with all the files you think to be part of the Pegasus Mail setup it&#039;s pretty likely they have been copied to an invalid path especially since XP allowed paths to be used without issues that are not supposed to be used by applications like Pegasus Mail anymore because of security considerations. IOW: My first suggestion would be to do a fresh install to a new path without touching the existing one as offered by Pegasus Mail&#039;s installer. The only thing you &lt;i&gt;must not&lt;/i&gt; do is selecting a new install path below any kind of &lt;i&gt;...\program files\...&lt;/i&gt; directory. If this works properly you could download some emails with the attachments in questions and try to open them there. If this works you will need to copy over your existing folders and adresses etc. to your new setup which might become a little time consuming I&#039;m afraid - but it&#039;s definitely possible! &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;
			Michael
--
IERenderer's Homepage
PGP Key ID (RSA 2048): 0xC45D831B
S/MIME Fingerprint: 94C6B471 0C623088 A5B27701 742B8666 3B7E657C

This discussion is flagged as answered but a PM received from Eshtaol indicates that is isn't so here goes...

In the original post the question was asked:

[quote user="Eshtaol"]When I receive the information from people,

and hit attachment to go to download it...it keeps showing type unknown

re ere any special settings to cofrrect this problem?[/quote]

I provided information about mime-map.pm and filetype.pm which control the file types of incoming and outgoing attachments.  I was assuming that the question was about how to fix the problem of attachments being listed in the attachment tab with a file type as "type unknown".  I'm now wondering if the problem is that the attachments won't open on double click or when hitting the "Open" button.

If this is the case try these troubleshooting suggestions/solutions:

  • Attachment preview can cause a double click not to work.  Try turning off attachment preview.  You must get out of and then return to the attachment pane for the new setting to take effect.
  • If the attached file appears to try to open, save the file to your hard drive and then navigate to it with a file explorer and double click it. 
    • If it doesn't open, the app it needs either isn't installed, isn't installed correctly, or isn't set as the system default app for that file type.  If you can open this file with an application but not by double clicking from a file explorer, go back to Pegasus Mail and add that app as a Helper

      Application in Tools > Options > Incoming mail > Content
      viewers.  Enable the "file extension" option and the "Run this program" option, browsing to select the executable file of the appropriate application.

    • If it opens, then go back to Pegasus Mail and try adding that app as a Helper Application in Tools > Options > Incoming mail > Content
      viewers.  Enable the "file extension" option and the "Let windows choose and run an appropriate application" option.  This SHOULD work if that application is the system default application for that extension but in some cases it doesn't.  In that case, try the "Run this program" option as mentioned above.

&lt;p&gt;This discussion is flagged as answered but a PM received from Eshtaol indicates that is isn&#039;t so here goes...&lt;/p&gt;&lt;p&gt;In the original post the question was asked: &lt;/p&gt;&lt;p&gt;[quote user=&quot;Eshtaol&quot;]When I receive the information from people, and hit attachment to go to download it...it keeps showing type unknown re ere any special settings to cofrrect this problem?[/quote]&lt;/p&gt;&lt;p&gt;I provided information about mime-map.pm and filetype.pm which control the file types of incoming and outgoing attachments.&amp;nbsp; I was assuming that the question was about how to fix the problem of attachments being listed in the attachment tab with a file type as &quot;type unknown&quot;.&amp;nbsp; I&#039;m now wondering if the problem is that the attachments won&#039;t open on double click or when hitting the &quot;Open&quot; button.&lt;/p&gt;&lt;p&gt;If this is the case try these troubleshooting suggestions/solutions:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Attachment preview can cause a double click not to work.&amp;nbsp; Try turning off attachment preview.&amp;nbsp; You must get out of and then return to the attachment pane for the new setting to take effect. &lt;/li&gt;&lt;li&gt;If the attached file appears to try to open, save the file to your hard drive and then navigate to it with a file explorer and double click it.&amp;nbsp; &lt;/li&gt;&lt;ul&gt;&lt;li&gt;If it doesn&#039;t open, the app it needs either isn&#039;t installed, isn&#039;t installed correctly, or isn&#039;t set as the system default app for that file type.&amp;nbsp; If you can open this file with an application but not by double clicking from a file explorer, go back to Pegasus Mail and add that app as a Helper Application in Tools &amp;gt; Options &amp;gt; Incoming mail &amp;gt; Content viewers.&amp;nbsp; Enable the &quot;file extension&quot; option and the &quot;Run this program&quot; option, browsing to select the executable file of the appropriate application.&lt;/li&gt;&lt;li&gt;If it opens, then go back to Pegasus Mail and try adding that app as a Helper Application in Tools &amp;gt; Options &amp;gt; Incoming mail &amp;gt; Content viewers.&amp;nbsp; Enable the &quot;file extension&quot; option and the &quot;Let windows choose and run an appropriate application&quot; option.&amp;nbsp; This SHOULD work if that application is the system default application for that extension but in some cases it doesn&#039;t.&amp;nbsp; In that case, try the &quot;Run this program&quot; option as mentioned above. &lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;

I have been having a problem lately of some recipients not being able to open PDF's that I have been emailing to them.

I then noticed that Pegasus came up with Filetype unknown and Encoding mailer decides when right clicking on a PDF and "sending" it to Pegasus.

I then started attaching PDF's to emails by adding the attachment within the email, forcing Pegasus to load it as an Acrobat file and no encoding. My recipients are then able to open the PDF. 

I have added the 4 lines that Brian has added to his filetype.pm and to the mime-map.pm hope this will fix the identification problem and allow all of my recipients to be able to open the PDFs that I am sending to them.

 

&lt;p&gt;I have been having a problem lately of some recipients not being able to open PDF&#039;s that I have been emailing to them.&lt;/p&gt;&lt;p&gt;I then noticed that Pegasus came up with Filetype unknown and&amp;nbsp;Encoding mailer decides when right clicking on a PDF and &quot;sending&quot; it to Pegasus.&lt;/p&gt;&lt;p&gt;I then started attaching PDF&#039;s to&amp;nbsp;emails by adding the attachment within the email, forcing Pegasus to load it as an Acrobat file and no encoding. My recipients are then able to open the PDF.&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have added the 4 lines that Brian has added to his filetype.pm and to the mime-map.pm hope this will fix the identification problem and allow all of my recipients to be able to open the PDFs that I am sending to them.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;

[quote user="rocket"]

I have been having a problem lately of some recipients not being able to open PDF's that I have been emailing to them.

I then noticed that Pegasus came up with Filetype unknown and Encoding mailer decides when right clicking on a PDF and "sending" it to Pegasus.

[/quote]

My filetype.pm control file has two PDF related entries in the following order:

Adobe-PDF,0,X,0,.PDF
Adobe-PDF,S,0,\037PDF\045
 

It seems to me it uses preferentially the "Attachment type" rather than extension to choose which application to call.

[quote user="rocket"]

I then started attaching PDF's to emails by adding the attachment within the email, forcing Pegasus to load it as an Acrobat file and no encoding. My recipients are then able to open the PDF. 

I have added the 4 lines that Brian has added to his filetype.pm and to the mime-map.pm hope this will fix the identification problem and allow all of my recipients to be able to open the PDFs that I am sending to them.


[/quote]

Strangely, my mime-map.pm file has only a single line "Text/HTML = HTML-text" (no quotes). I'm assuming it has little or no-effect on how Pmail handles attachments. BTW, this is the same file I have under my \Programs\RESOURCE directory.

Anyway, I remember of recipients complaining about attachments sent by me were found corrupt after being processed by Pmail. This happened a long time ago and I don't remember which measures taken corrected the problem. My guess is that telling Pmail to behave by the "Attachment type" instead of file extension is a good guess. As an example, I remember plain-text attachments being added to the message body instead of attached as a file. I used a trick (can't remember who whispered it to me) to make Pmail treat plain-text as binary by adding the line below to filetype.pm:

[code];Text,0,X,0,.TXT
binary,0,R,0,\\032,R,0,\\013\\010,R,0,e,R,0,E,R,0,t,R,0,T,R,0,n,R,0,N,R,0,r,R,0,R,R,0,i,R,0,I,R,0,o,R,0,O,R,0,a,R,0,A,R,0,s,R,0,S,R,0,d,R,0,D,R,0,h,R,0,H,R,0,l,R,0,L,R,0,c,R,0,C,R,0,f,R,0,F,R,0,p,R,0,P,R,0,u,R,0,U,R,0,m,R,0,M
[/code]

Notice that the original "Text" is commented.

Lastly, anyone can get a copy of my current filtype.pm control file HERE for the next 7 days. I'm not saying it is perfect, but it plays well here without hiccups AFAIK.

[quote user=&quot;rocket&quot;]&lt;p&gt;I have been having a problem lately of some recipients not being able to open PDF&#039;s that I have been emailing to them.&lt;/p&gt;&lt;p&gt;I then noticed that Pegasus came up with Filetype unknown and&amp;nbsp;Encoding mailer decides when right clicking on a PDF and &quot;sending&quot; it to Pegasus.&lt;/p&gt;&lt;p&gt;[/quote]&lt;/p&gt;&lt;p&gt;My filetype.pm control file has two PDF related entries in the following order:&lt;/p&gt;&lt;p&gt;Adobe-PDF,0,X,0,.PDF Adobe-PDF,S,0,\037PDF\045 &amp;nbsp;&lt;/p&gt;&lt;p&gt;It seems to me it uses preferentially the &quot;Attachment type&quot; rather than extension to choose which application to call. &lt;/p&gt;&lt;p&gt;[quote user=&quot;rocket&quot;]&lt;/p&gt;&lt;p&gt;I then started attaching PDF&#039;s to&amp;nbsp;emails by adding the attachment within the email, forcing Pegasus to load it as an Acrobat file and no encoding. My recipients are then able to open the PDF.&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have added the 4 lines that Brian has added to his filetype.pm and to the mime-map.pm hope this will fix the identification problem and allow all of my recipients to be able to open the PDFs that I am sending to them.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;[/quote]&lt;/p&gt;&lt;p&gt;Strangely, my mime-map.pm file has only a single line &quot;Text/HTML = HTML-text&quot; (no quotes). I&#039;m assuming it has little or no-effect on how Pmail handles attachments. BTW, this is the same file I have under my \Programs\RESOURCE directory.&lt;/p&gt;&lt;p&gt;Anyway, I remember of recipients complaining about attachments sent by me were found corrupt after being processed by Pmail. This happened a long time ago and I don&#039;t remember which measures taken corrected the problem. My guess is that telling Pmail to behave by the&amp;nbsp;&quot;Attachment type&quot; instead of file extension is a good guess. As an example, I remember plain-text attachments being added to the message body instead of attached as a file. I used a trick (can&#039;t remember who whispered it to me) to make Pmail treat plain-text as binary by adding the line below to filetype.pm:&lt;/p&gt;&lt;p&gt;[code];Text,0,X,0,.TXT binary,0,R,0,\\032,R,0,\\013\\010,R,0,e,R,0,E,R,0,t,R,0,T,R,0,n,R,0,N,R,0,r,R,0,R,R,0,i,R,0,I,R,0,o,R,0,O,R,0,a,R,0,A,R,0,s,R,0,S,R,0,d,R,0,D,R,0,h,R,0,H,R,0,l,R,0,L,R,0,c,R,0,C,R,0,f,R,0,F,R,0,p,R,0,P,R,0,u,R,0,U,R,0,m,R,0,M [/code]&lt;/p&gt;&lt;p&gt;Notice that the original &quot;Text&quot; is commented.&lt;/p&gt;&lt;p&gt;Lastly, anyone can get a copy of my current filtype.pm control file &lt;a mce_href=&quot;https://fil.email/3wGn4zm1&quot; target=&quot;_blank&quot; title=&quot;https://fil.email/3wGn4zm1&quot; href=&quot;https://fil.email/3wGn4zm1&quot;&gt;HERE&lt;/a&gt; for the next 7 days. I&#039;m not saying it is perfect, but it plays well here without hiccups AFAIK. &lt;/p&gt;

-- Euler

Pegasus Mail 4.81.1154 Windows 7 Ultimate
IERenderer: 2.7.1.5 AttachMenu: 1.0.1.2
PMDebug: 2.5.8.34 BearHTML 4.9.9.6

live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft