• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

konsole mail als wichtig kennzeichnen?

spam500 schrieb:
gibt es eine moeglich die email wie z.b.: unter thunderbird die prioritaet zu erhoehen.
Nein. Ist eh Quatsch, diese Einstellung wird beim Transport der Mail von allen Servern (ausser vllt. MS Exchange) ignoriert.
 
Doch. Kommt drauf an wie Du Mails verschickst. Du könntest ein Script schreiben das direkt mit dem Mailserver spricht. Da kannst Du dann so ziemlich alles einstellen was Du willst. Aber es geht auch mit mailx (das ist das Programm das in den meisten Fällen gestartet wird, wenn Du mail eintippst):

Code:
mail -a "X-Priority: 1" empfanger@domain.de
 
Laut manpage auf meinem hiesigen System:

Code:
 mail, mailx, Mail - send and receive mail

-a      Specify additional header fields on the command line such as "X-
             Loop: foo@bar" etc.  You have to use quotes if the string con‐
             tains spaces.  This argument may be specified more than once, the
             headers will then be concatenated.
 
Bei mir @gentoo sind es die header....

-a Specify additional header fields on the command line such as "X-
Loop: foo@bar" etc. You have to use quotes if the string con-
tains spaces. This argument may be specified more than once, the
headers will then be concatenated.

Latest version installed: 8.1.2.20050715-r1

mfg nils
 
Code:
Usage: mailx [-BDFintv~] [-s subject] [-a attachment ] [-c cc-addr] [-b bcc-addr]
             [-r from-addr] [-h hops] [-A account] [-R reply-addr] [-S option] to-addr ...
jo@iloveyou:~> mail -V
12.2 01/07/07
Na super, amerikanische Datumsformatierung :mrgreen:
Dürfte also Version 12.2 vom 7.1.2007 sein.
 
Oben