jens-maus / yam

:mailbox_with_mail: YAM (short for 'Yet Another Mailer') is a MIME-compliant open-source Internet email client written for Amiga-based computer systems (AmigaOS4, AmigaOS3, MorphOS, AROS). It supports POP3, SMTP, TLSv1/SSLv3 connection security, multiple users, multiple identities, PGPv2/v5 encryption, unlimited hierarchical folders, an ARexx interface, etc...
https://yam.ch
GNU General Public License v2.0
62 stars 18 forks source link

The execution of the command 'SYS:Utilities/Multiview "RAM Disk:T/1-YAMm000000b5-p1.1' failed (error code 120: argument line invalid or too long). (09/25/2014 11:58 PM) #585

Closed jens-maus closed 8 years ago

jens-maus commented 8 years ago

Originally by tlm@mccoyasc.com on 2014-09-26 06:14:43 +0200


Summary

Steps to reproduce

  1. I get this error when Itry to display a message that is text only and doesn't have a HTML version 2.

    Expected results

The text displays, including links

Actual results

I get the error message shown in summary block

Regression

Notes

tboeckel commented 8 years ago

Originally on 2014-09-26 06:23:21 +0200


Does this happen with every text-only mail or just with certain special mails?

jens-maus commented 8 years ago

Originally on 2014-09-26 07:08:50 +0200


Well, fron the above description i can spot that the concluding " (quote) seems to be missing. So please post the corresonding config setting here so that we can check that everything is correct.

tboeckel commented 8 years ago

Originally on 2014-09-26 09:01:04 +0200


I can confirm that setting a command string like

SYS:Utilities/Multiview "%s

causes this error to happen. Note the missing closing quote after the %s.

This is something that YAM cannot check, becase it cannot know the individual invocation syntax of certain commands. YAM will only close quotes which it added itself.

So please check the command strings of all your MIME types for proper quotes.