Thanks for the patch, raf.
While it *probably* wouldn't cause any harm, I don't think the benefit
outweighs the potential risk for committing this to stable. (Also, I
generally don't commit new translation strings to stable.)
As I mentioned, development is in maintenance mode, so I'm not
co
On Fri, May 20, 2022 at 05:56:58PM +1000, raf wrote:
+#define SHELL_NON_SPACE_META_CHARACTERS "|&;()<>[]{}$`'~\"\\*?"
+ if (Sendmail[strcspn(Sendmail, SHELL_NON_SPACE_META_CHARACTERS)] != '\0')
+ {
+mutt_error(_("$sendmail cannot contain shell meta-characters."));
+return -1;
+ }
Als
On Tue, May 24, 2022 at 09:38:50AM -0700, Kevin J. McCarthy wrote:
As I mentioned, development is in maintenance mode, so I'm not
committing patches to master at this point.
Has there been any strategy on how to continue development?
Surely it is not the plan to cease development completely.
I
On Tue, May 24, 2022 at 09:58:08AM -0700, Kevin J. McCarthy wrote:
On Fri, May 20, 2022 at 05:56:58PM +1000, raf wrote:
+#define SHELL_NON_SPACE_META_CHARACTERS "|&;()<>[]{}$`'~\"\\*?"
+ if (Sendmail[strcspn(Sendmail, SHELL_NON_SPACE_META_CHARACTERS)] != '\0')
+ {
+mutt_error(_("$sendmail
On Tue, May 24, 2022 at 09:38:50AM -0700, "Kevin J. McCarthy"
wrote:
> Thanks for the patch, raf.
>
> While it *probably* wouldn't cause any harm, I don't think the benefit
> outweighs the potential risk for committing this to stable. (Also, I
> generally don't commit new translation strings t
On Tue, May 24, 2022 at 09:58:08AM -0700, "Kevin J. McCarthy"
wrote:
> On Fri, May 20, 2022 at 05:56:58PM +1000, raf wrote:
> > +#define SHELL_NON_SPACE_META_CHARACTERS "|&;()<>[]{}$`'~\"\\*?"
> > + if (Sendmail[strcspn(Sendmail, SHELL_NON_SPACE_META_CHARACTERS)] != '\0')
> > + {
> > +mutt