tag 570275 +wontfix
thanks

Hi,
so as I said before the problem is not a bug with HTML but a problem
with your usage, as the manual page says and NEWS.Debian says the syntax
to add an attachment was changed to work on all POSIX compliant system.

This was not my change but something introduced by mutt developers,
present and future versions of mutt will have this syntax and if I
revert this only on Debian that means that scripts using mutt >= 1.5.19
and sending attachments will work in a certain way on non-Debian systems
and in another way on Debian systems, this is simply not acceptable.

Our responsability is to fix bugs as sgmentation fault or anything that
disrupts user functionalities, our responsabilities is not to revert the
way the option are handled by the *official* software because otherwise
it will break behavior between distribution.

The only way you can have this fixed is escalete it to the mutt
developers (http://bugs.mutt.org/) and ask them to revert their change,
once they do it and release a new version I will include it as part of
the official version.

Cheers
Antonio

On Fri, Feb 19, 2010 at 10:14:33PM +0100, yellow protoss wrote:
> So into syslog , I foudn the error :
> I found the error, syslog says:
> 
> [CODE]sm-mta[19280]: o1JL75pZ019280: from=<XXXXXXXXXXXXXXX>, size=2947,
> class=0, nrcpts=1, msgid=<201002192107.o1jl71xg019...@xxxxxxxxxxxxxxx>,
> proto=ESMTP, daemon=MTA-v4, relay=localhost [127.0.0.1][/CODE]
> 
> where XXXXXXXXXXXXXXX is nto the same as what I defined into .msmtprc !!
> 
> It means your mutt is not checking anything as .muttrc into $HOME
> 
> Could you release a better version of mutt, with remove the "--" annoying
> everyone if possible?
> 
> thank you !!
> Cheers
> 
> 
> 
> On Fri, Feb 19, 2010 at 10:04 PM, yellow protoss 
> <[email protected]>wrote:
> 
> > Please find a new testing script and configs:
> >
> >
> >
> >
> > #!/bin/sh
> > ############variables
> >
> >
> > cd
> > mkdir emaildaily
> > cd emaildaily
> >
> > cat $HOME/.emaildaily | while read COL ; do
> >
> >
> > wget  --user-agent Mozilla/4.0   -k "$COL" -O daily-page.html
> >
> >         ls -lah daily-page.html
> >
> >
> > mutt -e 'set content_type="text/html"' [email protected]  -s "$(date)
> > Dailyemail $CONFIGFILE" < daily-page.html
> >         echo "$(date), Email sent to $EMAILTOBESENT"
> >         echo "$(date), Email sent to $EMAILTOBESENT" >> .log
> >
> > done
> >
> >
> > rm daily-page.html
> >
> >
> > exit 0
> >
> >
> > now the configs:.muttrc:
> > Code:
> >
> > # Boring details
> > set realname = "XXXXXXXXXXX"
> > set from = "[email protected]"
> > set use_from = yes
> > set envelope_from ="yes"
> >
> > # Use a signature
> > #set signature="~/.signature"
> >
> > # Use msmtp rather than sendmail. Check that
> > # the path is correct for your system:
> > set sendmail="/usr/bin/msmtp"
> >
> > # If not set in ~/.bashrc:
> > set spoolfile = /var/spool/mail/XXXXXXXXXXX
> >
> >
> > $ cat .msmtprc
> > Code:
> >
> > #Gmail account
> >
> > account gmail
> > host smtp.gmail.com
> > from [email protected]
> > auth on
> > tls on
> > tls_certcheck off
> > user [email protected]
> > password THEPASSWORDINCLEAR
> > port 587
> >
> >
> >
> >
> >
> >
> >
> > On Wed, Feb 17, 2010 at 9:44 PM, yellow protoss 
> > <[email protected]>wrote:
> >
> >>
> >> Hi Antonio,
> >>
> >> I have / had to downgrade to the regular mutt version. Unfortunately I am
> >> heavily using mutt into scripts, and this change "--" would be too much. I
> >> will use the older version in the next debian editions. Regarding the
> >> behavior of mutt with html pages, within crontab, it is very strange thing,
> >> isnt it?
> >>
> >> Regards
> >>
> >> Cheers
> >> Y.
> >>
> >>
> >> On Wed, Feb 17, 2010 at 9:21 PM, Antonio Radici <[email protected]> wrote:
> >>
> >>> On Wed, Feb 17, 2010 at 08:42:33PM +0100, yellowprotoss wrote:
> >>> > Package: mutt
> >>> > Version: 1.5.18-1
> >>> > Severity: important
> >>> >
> >>> > Hello
> >>> >
> >>> > If you start this script from crontab, user, it is not sending
> >>> anything:
> >>> > again a found bug :)
> >>>
> >>> Please check the manual, in this case to attach a file you should
> >>> specify -- $i (where $i is the mail)
> >>>
> >>> Since you're using squeeze and there is no release anyware of 1.5.18-1 I
> >>> suppose you're using a mutt >= 1.5.19
> >>>
> >>> Cheers
> >>> Antonio
> >>>
> >>
> >>
> >



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to