]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
[Bug 850] Include jobtag in Subject of notification emails
authorAidan Van Dyk <aidan@ifax.com>
Thu, 22 Feb 2007 17:40:15 +0000 (17:40 +0000)
committerAidan Van Dyk <aidan@ifax.com>
Thu, 22 Feb 2007 17:40:15 +0000 (17:40 +0000)
This is Simon Matter's patch to put jobtag information back into the
notification emails.  It's omission wasn't intended.

It sets and uses a $JOBINFO variable, which an admin can easily further
customize in FaxDispatch.

101 files changed:
CONTRIBUTORS
etc/templates/de/notify-blocked.txt
etc/templates/de/notify-done.txt
etc/templates/de/notify-failed.txt
etc/templates/de/notify-format_failed.txt
etc/templates/de/notify-killed.txt
etc/templates/de/notify-no_formatter.txt
etc/templates/de/notify-rejected.txt
etc/templates/de/notify-removed.txt
etc/templates/de/notify-requeued.txt
etc/templates/de/notify-timedout.txt
etc/templates/en/notify-blocked.txt
etc/templates/en/notify-done.txt
etc/templates/en/notify-failed.txt
etc/templates/en/notify-format_failed.txt
etc/templates/en/notify-killed.txt
etc/templates/en/notify-no_formatter.txt
etc/templates/en/notify-rejected.txt
etc/templates/en/notify-removed.txt
etc/templates/en/notify-requeued.txt
etc/templates/en/notify-timedout.txt
etc/templates/es/notify-blocked.txt
etc/templates/es/notify-done.txt
etc/templates/es/notify-failed.txt
etc/templates/es/notify-format_failed.txt
etc/templates/es/notify-killed.txt
etc/templates/es/notify-no_formatter.txt
etc/templates/es/notify-rejected.txt
etc/templates/es/notify-removed.txt
etc/templates/es/notify-requeued.txt
etc/templates/es/notify-timedout.txt
etc/templates/fr/notify-blocked.txt
etc/templates/fr/notify-done.txt
etc/templates/fr/notify-failed.txt
etc/templates/fr/notify-format_failed.txt
etc/templates/fr/notify-killed.txt
etc/templates/fr/notify-no_formatter.txt
etc/templates/fr/notify-rejected.txt
etc/templates/fr/notify-removed.txt
etc/templates/fr/notify-requeued.txt
etc/templates/fr/notify-timedout.txt
etc/templates/html-sample1/notify-blocked.txt
etc/templates/html-sample1/notify-done.txt
etc/templates/html-sample1/notify-failed.txt
etc/templates/html-sample1/notify-format_failed.txt
etc/templates/html-sample1/notify-killed.txt
etc/templates/html-sample1/notify-no_formatter.txt
etc/templates/html-sample1/notify-rejected.txt
etc/templates/html-sample1/notify-removed.txt
etc/templates/html-sample1/notify-requeued.txt
etc/templates/html-sample1/notify-timedout.txt
etc/templates/it/notify-blocked.txt
etc/templates/it/notify-done.txt
etc/templates/it/notify-failed.txt
etc/templates/it/notify-format_failed.txt
etc/templates/it/notify-killed.txt
etc/templates/it/notify-no_formatter.txt
etc/templates/it/notify-rejected.txt
etc/templates/it/notify-removed.txt
etc/templates/it/notify-requeued.txt
etc/templates/it/notify-timedout.txt
etc/templates/pl/notify-blocked.txt
etc/templates/pl/notify-done.txt
etc/templates/pl/notify-failed.txt
etc/templates/pl/notify-format_failed.txt
etc/templates/pl/notify-killed.txt
etc/templates/pl/notify-no_formatter.txt
etc/templates/pl/notify-rejected.txt
etc/templates/pl/notify-removed.txt
etc/templates/pl/notify-requeued.txt
etc/templates/pl/notify-timedout.txt
etc/templates/pt/notify-blocked.txt
etc/templates/pt/notify-done.txt
etc/templates/pt/notify-failed.txt
etc/templates/pt/notify-format_failed.txt
etc/templates/pt/notify-killed.txt
etc/templates/pt/notify-no_formatter.txt
etc/templates/pt/notify-removed.txt
etc/templates/pt/notify-requeued.txt
etc/templates/pt/notify-timedout.txt
etc/templates/pt_BR/notify-blocked.txt
etc/templates/pt_BR/notify-done.txt
etc/templates/pt_BR/notify-failed.txt
etc/templates/pt_BR/notify-format_failed.txt
etc/templates/pt_BR/notify-killed.txt
etc/templates/pt_BR/notify-no_formatter.txt
etc/templates/pt_BR/notify-rejected.txt
etc/templates/pt_BR/notify-removed.txt
etc/templates/pt_BR/notify-requeued.txt
etc/templates/pt_BR/notify-timedout.txt
etc/templates/ro/notify-blocked.txt
etc/templates/ro/notify-done.txt
etc/templates/ro/notify-failed.txt
etc/templates/ro/notify-format_failed.txt
etc/templates/ro/notify-killed.txt
etc/templates/ro/notify-no_formatter.txt
etc/templates/ro/notify-rejected.txt
etc/templates/ro/notify-removed.txt
etc/templates/ro/notify-requeued.txt
etc/templates/ro/notify-timedout.txt
util/notify.sh.in

index b3cf53f72898700a88cdf96c8f3cfa28e3236a71..1d56c2907200e94c635a539f55e3f741549379aa 100644 (file)
@@ -102,6 +102,7 @@ for his help in making a working Class 1 driver.
   Andy MacNamara
   Lionel Mamane
   Pierluigi Mangani
+  Simon Matter
   Campbell McKilligan
   Kevin McManamon
   Bodo Meissner
index be84f873b9bed849bfa009e21c153df42784e40e..6dec69b7f5edcdcfc684d62c5fb2c743c0464f62 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Fax Auftrag $jobid an $DESTINATION blockiert
+Subject: Fax Auftrag $JOBINFO an $DESTINATION blockiert
 From: HylaFAX Empfang <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 99932f4f279515437364cc663055fa42b5a67601..a7270502b31d9f993ed78849ccb2ce9b4d55c555 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Fax Auftrag $jobid an $DESTINATION abgeschlossen 
+Subject: Fax Auftrag $JOBINFO an $DESTINATION abgeschlossen 
 From: HylaFAX Empfang <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 9e7b0970e7d24da96b539e5a87eb1a1daf4bb564..140ee65dfa5350caf16766b0fbf54c4d4c91d33d 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Fax Auftrag $jobid an $DESTINATION fehlgeschlagen
+Subject: Fax Auftrag $JOBINFO an $DESTINATION fehlgeschlagen
 From: HylaFAX Empfang <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index bc266815ed035da72802dff78d30cb909f672486..ef46c14dda7854608d683960cc8cc41768de732a 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Fax Auftrag $jobid an $DESTINATION fehlgeschlagen
+Subject: Fax Auftrag $JOBINFO an $DESTINATION fehlgeschlagen
 From: HylaFAX Empfang <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 9070dbfb60c32ac3deab70e973139ecc6b9d859d..8931035d78312531a5bbe8411841f5d942064911 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Fax Auftrag $jobid an $DESTINATION von der Verarbeitungswarteschlange entfernt
+Subject: Fax Auftrag $JOBINFO an $DESTINATION von der Verarbeitungswarteschlange entfernt
 From: HylaFAX Empfang <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index b09b2fc27d28ef0bce3b7b318c1dd24b7c2f7f86..6194b44e725763cb8614d6b3030f34221da05e4f 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Fax Auftrag $jobid an $DESTINATION fehlgeschlagen
+Subject: Fax Auftrag $JOBINFO an $DESTINATION fehlgeschlagen
 From: HylaFAX Empfang <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 43dfb1850e9b15c90b4d2185ad036f5dd749cdb7..e1b0b9706184780fee8e0fb6fc022089678d2c50 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Fax Auftrag $jobid an $DESTINATION fehlgeschlagen
+Subject: Fax Auftrag $JOBINFO an $DESTINATION fehlgeschlagen
 From: HylaFAX Empfang <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 15f19e01724a2065bde7a221b099c959af4a990c..700dd1f40bd83377148f9702e5acadd80c0ca6c4 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Fax Auftrag $jobid an $DESTINATION von der Verarbeitungswarteschlange entfernt
+Subject: Fax Auftrag $JOBINFO an $DESTINATION von der Verarbeitungswarteschlange entfernt
 From: HylaFAX Empfang <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 9d82161bc34ab356f75689a04d0d3e791da36ebd..9657631797ec16734e8119bbb3ea501406f63c57 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Fax Auftrag $jobid an $DESTINATION wiedereingefügt
+Subject: Fax Auftrag $JOBINFO an $DESTINATION wiedereingefügt
 From: HylaFAX Empfang <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 9b1da799ffec8da50598c9240d45b69c6b6d2f11..a6b12e967d9ab330547219fa737c54cafcda6c76 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Fax Auftrag $jobid an $DESTINATION fehlgeschlagen
+Subject: Fax Auftrag $JOBINFO an $DESTINATION fehlgeschlagen
 From: HylaFAX Empfang <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 8a7e02eb53c5ef94e6e10f947c03cac65d31938b..621b04487745a76aa0fdb37e3f6aa78496ac7612 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: facsimile job $jobid to $DESTINATION blocked
+Subject: facsimile job $JOBINFO to $DESTINATION blocked
 From: HylaFAX Agent <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index fa6045395c48e4dd168e29d7fb00b324cb3be6bc..0440a642b3aabc62135a89f9cd02f093dabfa8e7 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: facsimile job $jobid to $DESTINATION completed 
+Subject: facsimile job $JOBINFO to $DESTINATION completed 
 From: HylaFAX Agent <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 49bff4f2a3aa1cb5c2bcb468bb2f5b314b24f90c..38b08f40a90bc2eb908785d14c11b5abb4687842 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: facsimile job $jobid to $DESTINATION failed
+Subject: facsimile job $JOBINFO to $DESTINATION failed
 From: HylaFAX Agent <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 63596ad3d1be9a729a9254a6f407092219e90559..7b4eabe35544f961255d6e7a6a96e63ec6736128 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: facsimile job $jogid to $DESTINATION failed
+Subject: facsimile job $JOBINFO to $DESTINATION failed
 From: HylaFAX Agent <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 10a31cebd91d57b5482ef38651461f24a7d5278b..14c5e844a8378070676890c4d90c28f8a63fe730 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: facsimile job $jobid to $DESTINATION removed from queue
+Subject: facsimile job $JOBINFO to $DESTINATION removed from queue
 From: HylaFAX Agent <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 1b3a49874a5c0acbbcca290d28a4d3dc7f81c2c9..13edd162036e767a90a0c14e302f4f0be9f899f9 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: facsimile job $jobid to $DESTINATION failed
+Subject: facsimile job $JOBINFO to $DESTINATION failed
 From: HylaFAX Agent <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 76cd264ed8505731a3a9e458f9fc5e320e8a1292..aa27b0789a27ab002555a04875dd03b38866677c 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: facsimile job $jobid to $DESTINATION failed 
+Subject: facsimile job $JOBINFO to $DESTINATION failed 
 From: HylaFAX Agent <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 8e91e909b982523d62d3711286ed0bbe2a554a51..24d5463c404ad2d62a7c782460898c2e628eb779 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: facsimile job $jobid to $DESTINATION removed from queue
+Subject: facsimile job $JOBINFO to $DESTINATION removed from queue
 From: HylaFAX Agent <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index e6ed6c640c9abaec55ecbce80784d1ac5517fe1b..b17ef9ca7f161afde582fa1f823c1f8edad4662c 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: facsimile job $jobid to $DESTINATION requeued 
+Subject: facsimile job $JOBINFO to $DESTINATION requeued 
 From: HylaFAX Agent <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 6ce0897c35510c2e159e39d359266cd6f4a06d72..1597990bbcd039f1b9d827a5439107f2d713e601 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: facsimile job $jobid to $DESTINATION failed
+Subject: facsimile job $JOBINFO to $DESTINATION failed
 From: HylaFAX Agent <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 38a9b6717b683f2d35061ec753fb0a95a032d11f..9b4fbed2a84183c72f008af0276cac7bcc9f9ca4 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: trabajo fax $jobid a $DESTINATION bloqueado
+Subject: trabajo fax $JOBINFO a $DESTINATION bloqueado
 From: Servidor de Fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index af5ea83b37956c5b72f65ee9cf15db57cd260727..94f621d47cfef5e2dcb33fe65adac683239e388a 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: trabajo fax $jobid a $DESTINATION se ha cumpletado 
+Subject: trabajo fax $JOBINFO a $DESTINATION se ha cumpletado 
 From: Servidor de Fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 6b50fca8307e934a413f01e49d5285a71800749e..f8e9e7a1472b5e254b34aaa11117f12739792160 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Trabajo fax $jobid a $DESTINATION falló
+Subject: trabajo fax $JOBINFO a $DESTINATION falló
 From: Servidor de Fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 39bc7ab840e67fcc26abd170280c7d6ee028b66c..3c3fa27d690a49f866ac43a7c08fa177951b7606 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: trabajo fax $jobid a $DESTINATION falló
+Subject: trabajo fax $JOBINFO a $DESTINATION falló
 From: Servidor de Fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 7dc01e89c53b3f73938c771e648f7803a0b290c3..cc8e71c5f1d64e9b1a52d834baca9ce920012ac2 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: trabajo fax $jobid a $DESTINATION eliminado de la memoria para envio
+Subject: trabajo fax $JOBINFO a $DESTINATION eliminado de la memoria para envio
 From: Servidor de Fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index fa9f8b40456f79908bc56445d9af1608736761ce..b0b901377c1b7c7e5dbe39678e0f89b839a01da9 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: trabajo fax $jobid a $DESTINATION falló
+Subject: trabajo fax $JOBINFO a $DESTINATION falló
 From: Servidor de Fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index f1f42f3caf9abbf42ce08508121625889a51696e..db45c321de725d47c6a486a8f889e02a784e3163 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: trabajo fax $jobid a $DESTINATION falló 
+Subject: trabajo fax $JOBINFO a $DESTINATION falló 
 From: Servidor de Fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index fbeccc06c033a257480a075e71e49d582fb5b267..3aabecb920f34a3a10287a3e7a322808eb8205e6 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: trabajo fax $jobid a $DESTINATION eliminado de la memoria para envio
+Subject: trabajo fax $JOBINFO a $DESTINATION eliminado de la memoria para envio
 From: Servidor de Fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index d671653b721a6bc7b8cd079f61d9542f7de81cd7..721c6e89130ea15847992b819967727262b78ab9 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: trabajo fax $jobid a $DESTINATION ha sido puesto em memoria 
+Subject: trabajo fax $JOBINFO a $DESTINATION ha sido puesto em memoria 
 From: Servidor de Fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index ff8afcbc3ec748b28edfa41db362b6278be3af12..4d1d25e4da7dc7cc37dc5f8298136734fdd8f30c 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: trabajo fax $jobid a $DESTINATION falló
+Subject: trabajo fax $JOBINFO a $DESTINATION falló
 From: Servidor de Fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 253969725e5002a49003c56c81b59aee886288d1..b7f39dd1270ca3c60dd8e3cbdf9698665c8eb01b 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Télécopie travail $jobid à $DESTINATION bloquée
+Subject: Télécopie travail $JOBINFO à $DESTINATION bloquée
 From: HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 751008adef767cb2142b32eb5135912f456e830e..910d2d3cd2058bc061bb5c9253a7fefb4b077394 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Télécopie travail $jobid à $DESTINATION complétée
+Subject: Télécopie travail $JOBINFO à $DESTINATION complétée
 From: HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 4b2377b9ccba0775be372457c1760cbfd2792262..9a57316ae05ee759febd424ce3959ef62db6fa12 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Télécopie travail $jobid à $DESTINATION a échoué
+Subject: Télécopie travail $JOBINFO à $DESTINATION a échoué
 From: HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 3bbdf3bbffa10e43ff12e4d76f0f83e62e8d0fd3..d0fa566635f205cbdd0da2d662ca094cd0e70f7c 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Télécopie travail $jobid à $DESTINATION a échoué
+Subject: Télécopie travail $JOBINFO à $DESTINATION a échoué
 From: HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 45759a6823a08f0c96a865237a222d67fa8cdcb5..b92b3063edda5138c2db8ac559755567da51cc1f 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Télécopie travail $jobid à $DESTINATION Supprimée de la file d'attente
+Subject: Télécopie travail $JOBINFO à $DESTINATION Supprimée de la file d'attente
 From: HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index a4bf111282544b16414751e67e30fe11e2045bdb..002bdb0178e25f88d115dc2eab6aa4d6c65b750f 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Télécopie travail $jobid à $DESTINATION a échoué
+Subject: Télécopie travail $JOBINFO à $DESTINATION a échoué
 From: HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 2c34fad4ce658ece0cf088bd4a1eb053d0bb2a4d..a71bbc2047186349db53aaa39cffc77ddf67295d 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Télécopie travail $jobid à $DESTINATION rejetée
+Subject: Télécopie travail $JOBINFO à $DESTINATION rejetée
 From: HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 9940fe741b54e7c60baceddadc04218e38ef85fa..e5607baf66bb40ea438675e0517ee1fed35f24ff 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Télécopie travail $jobid à $DESTINATION supprimée de la file d'attente
+Subject: Télécopie travail $JOBINFO à $DESTINATION supprimée de la file d'attente
 From: HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index f3da56ac31030aa0928b8d03932e9061aeb59a38..59c50fa8241eed1e993ba0c2e7a99d5ef76a0b60 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Télécopie travail $jobid à $DESTINATION remis en file d'attente
+Subject: Télécopie travail $JOBINFO à $DESTINATION remis en file d'attente
 From: HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index a36b3bbd2755231c3a879ea6275d6c73b35b925a..d22a817fbb9a7e20703e8fb5613698a5f308d4fe 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Télécopie travail $jobid à $DESTINATION a échoué
+Subject: Télécopie travail $JOBINFO à $DESTINATION a échoué
 From: HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 5abef9447ee138c72212c7d63f0436d056f9e2f7..228394da92592ac12677640c8b226d14205d420c 100644 (file)
@@ -1,6 +1,6 @@
 To: $SENDTO
 From: $FROMADDR
-Subject: Fax $jobid to $DESTINATION blocked
+Subject: Fax $JOBINFO to $DESTINATION blocked
 Content-type: text/html; charset=UTF-8
 Content-Transfer-Encoding: base64
 
index 9ca2429545db6bac5191088efd21f69cd4f89623..bb320158de0ae10ae795dab7d2ba644f84ab6d4c 100644 (file)
@@ -1,6 +1,6 @@
 To: $SENDTO
 From: $FROMADDR
-Subject: Fax $jobid to $DESTINATION completed
+Subject: Fax $JOBINFO to $DESTINATION completed
 Content-type: text/html; charset=UTF-8
 Content-Transfer-Encoding: base64
 
index 90b6fce9e5273dd5524793d81ce0a24ed5355ee5..be4f8fa03995426bb64edf7d373e1833f2b8fc7f 100644 (file)
@@ -1,6 +1,6 @@
 To: $SENDTO
 From: $FROMADDR
-Subject: Fax $jobid to $DESTINATION failed
+Subject: Fax $JOBINFO to $DESTINATION failed
 Content-type: text/html; charset=UTF-8
 Content-Transfer-Encoding: base64
 
index 1cc621e51197ea2ee95712d797e09d23e3f6e1d1..a02a96dcd93a7ac96e507015105e7a0a25f54f37 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Fax $jobid to $DESTINATION failed
+Subject: Fax $JOBINFO to $DESTINATION failed
 From: $FROMADDR
 Content-type: text/html; charset=UTF-8
 Content-Transfer-Encoding: base64
index ad264c337ef6c9283bef892a0b1f4d1592005c2a..01a29964301ae61ad27f36df189c427a7ea80d7c 100644 (file)
@@ -1,6 +1,6 @@
 To: $SENDTO
 From: $FROMADDR
-Subject: Fax $jobid to $DESTINATION was removed
+Subject: Fax $JOBINFO to $DESTINATION was removed
 Content-type: text/html; charset=UTF-8
 Content-Transfer-Encoding: base64
 
index 54cbdea8a92d040cdcdbb8432ba085fd7a91de71..b0dd40dc01b5fa507e38cc2a0f6c594ca6865628 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Fax $jobid to $DESTINATION failed
+Subject: Fax $JOBINFO to $DESTINATION failed
 From: $FROMADDR
 Content-type: text/html; charset=UTF-8
 Content-Transfer-Encoding: base64
index f3bd9a38f2d9aa47c3e63bd6043561e3779b5aa8..641047d792837c9a1978bb656525ac4b9e093510 100644 (file)
@@ -1,6 +1,6 @@
 To: $SENDTO
 From: $FROMADDR
-Subject: Fax $jobid to $DESTINATION rejected
+Subject: Fax $JOBINFO to $DESTINATION rejected
 Content-type: text/html; charset=UTF-8
 Content-Transfer-Encoding: base64
 
index ad264c337ef6c9283bef892a0b1f4d1592005c2a..01a29964301ae61ad27f36df189c427a7ea80d7c 100644 (file)
@@ -1,6 +1,6 @@
 To: $SENDTO
 From: $FROMADDR
-Subject: Fax $jobid to $DESTINATION was removed
+Subject: Fax $JOBINFO to $DESTINATION was removed
 Content-type: text/html; charset=UTF-8
 Content-Transfer-Encoding: base64
 
index d8ead5ad8a23581b689faad143ea922351eff846..6e730316c14ca03356b4f84ff2861e56f00e8512 100644 (file)
@@ -1,6 +1,6 @@
 To: $SENDTO
 From: $FROMADDR
-Subject: Fax $jobid to $DESTINATION requeued
+Subject: Fax $JOBINFO to $DESTINATION requeued
 Content-type: text/html; charset=UTF-8
 Content-Transfer-Encoding: base64
 
index 5c633dfa8ae215da3c1884bd6325c5183f84316f..dc8596463c772157bfeef7d05b920d579d41cfe3 100644 (file)
@@ -1,6 +1,6 @@
 To: $SENDTO
 From: $FROMADDR
-Subject: Fax $jobid to $DESTINATION timed out
+Subject: Fax $JOBINFO to $DESTINATION timed out
 Content-type: text/html; charset=UTF-8
 Content-Transfer-Encoding: base64
 
index 4fbcdacc13eb562568e498c217ee8d1c03390d0c..78eec73cbe725265430b7f6d38cf1483e74f04d2 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax $jobid per $DESTINATION bloccato
+Subject: fax $JOBINFO per $DESTINATION bloccato
 From: Server fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 5cd743ad9cb23d91b02302956bda24ca32674c40..5da72b1d1c1130f3744c96204bfb8f50f1558636 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax $jobid per $DESTINATION completato
+Subject: fax $JOBINFO per $DESTINATION completato
 From: Server fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 858258f7a457c5209a5cb87c6e7412c48b74ec4a..635412daf73aacc92957c07409b5249cb4e464c8 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax $jobid per $DESTINATION fallito
+Subject: fax $JOBINFO per $DESTINATION fallito
 From: Server fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index d3c370e616a41363755de5dde221a63e7e89f7f0..e11f23ea4e9abac299f8115305e4856532518eb8 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax $jobid per $DESTINATION fallito
+Subject: fax $JOBINFO per $DESTINATION fallito
 From: Server fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 75d7d1887b0c36df07ce8c70fc319b0b78bb0eb3..9eff72c5c4ad148b0d6b53741974d6732a56ee57 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax $jobid per $DESTINATION rimosso dalla coda
+Subject: fax $JOBINFO per $DESTINATION rimosso dalla coda
 From: Server fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index e8d4ae8167688bcf5bcb76bf1744a3fd8b7fc33a..86cab189a4a0b043e47277c63132ff3593bf9df7 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax $jobid per $DESTINATION fallito
+Subject: fax $JOBINFO per $DESTINATION fallito
 From: Server fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index ec3cd32fcebc95d45186ad80f7061ba4268b3e63..b73ebfbef934f38e68e97cbd3f1f14c3858ff8a7 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax $jobid per $DESTINATION fallito
+Subject: fax $JOBINFO per $DESTINATION fallito
 From: Server fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index bcb9b4ec33a887303a5cb2910b41b6182d4daad5..b10d17b8fec4ca02afd34bd983aea104b4634367 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax $jobid per $DESTINATION rimosso dalla coda
+Subject: fax $JOBINFO per $DESTINATION rimosso dalla coda
 From: Server fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 69e3be3c55f85516358ee86e21afba6ddf81e526..85891df94a84251c1c9277128b77fb400639c0b1 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax $jobid per $DESTINATION riaccodato
+Subject: fax $JOBINFO per $DESTINATION riaccodato
 From: Server fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 0ded6a0da18f85090ad30ef471e1dad5d1f470ab..2063da9bdf8bc3ded228add99d712b9eae89afa5 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax $jobid per $DESTINATION fallito
+Subject: fax $JOBINFO per $DESTINATION fallito
 From: Server fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 074ac86037093f1845f83c69a46882d1d4373e1a..1930cd4f0588853e50418f5a2ebdc59ced015371 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax zadanie $jobid do $DESTINATION zablokowane
+Subject: fax zadanie $JOBINFO do $DESTINATION zablokowane
 From: Serwer faxów HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index c528b41ba951eabb7fbc216eabcc0e232b649ac4..21b4af8925285d9d279e714ee553d3efa6d298f5 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax zadanie $jobid do $DESTINATION zakoączone
+Subject: fax zadanie $JOBINFO do $DESTINATION zakoączone
 From: Serwer faxów HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 9332ea5127e8469a33f479ddc3df23ba0c400d6d..0fba135f8fd80f009084a1bed5e4181d915bce59 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax zadanie $jobid do $DESTINATION nieudane
+Subject: fax zadanie $JOBINFO do $DESTINATION nieudane
 From: Serwer faxów HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 8f8c6f7479abeeccdd339b8746f79c1414e2ed6a..9d8d6583f0e3ef1e644bb6d1a8577a17e732c0b3 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax zadanie $jobid do $DESTINATION nieudane
+Subject: fax zadanie $JOBINFO do $DESTINATION nieudane
 From: Serwer faxów HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 755348295ef4164397d76456fed5367f7ce5bdfe..66b45e23801c6bccfa01124bbcdedb0586712d8a 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax zadanie $jobid do $DESTINATION usuniŞty z kolejki
+Subject: fax zadanie $JOBINFO do $DESTINATION usuniŞty z kolejki
 From: Serwer faxów HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 0535f6257590e8491d87e0acc112c21520f3a3af..1bcb49f73bea5863d4e51e89cd4a1549cd8827d1 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax zadanie $jobid do $DESTINATION nieudane
+Subject: fax zadanie $JOBINFO do $DESTINATION nieudane
 From: Serwer faxów HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index a9ede72c08548985d93bf9826f49ea9413b80200..1fb92f0731260efdf762b941c4a28c0848d696ae 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax zadanie $jobid do $DESTINATION nieudane
+Subject: fax zadanie $JOBINFO do $DESTINATION nieudane
 From: Serwer faxów HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 364fe7e95a7545244c5b6e9f9ae9cf4a94182531..b22c61fa8f6dabbccfd3e04b684e01bbee1ff2ff 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax zadanie $jobid do $DESTINATION usuniŞty z kolejki
+Subject: fax zadanie $JOBINFO do $DESTINATION usuniŞty z kolejki
 From: Serwer faxów HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index b970366cafb00ff3254b83b4c54e65b890ab0b99..2445924648fffe553a8e1c9dd0d03eabc8a8a0c6 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax zadanie $jobid do $DESTINATION wiedereingefügt
+Subject: fax zadanie $JOBINFO do $DESTINATION wiedereingefügt
 From: Serwer faxów HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 6460acb48e39a8bcb804077c58ef4c38f499ac52..d3630e72471b0c03a195a9409bdabe23d732e372 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax zadanie $jobid do $DESTINATION nieudane
+Subject: fax zadanie $JOBINFO do $DESTINATION nieudane
 From: Serwer faxów HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index a3001996476b363f6c885d9d164eda6a58bcf920..941fdf8d82c158a27f5a69c18fd3a7f8bf0acde1 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax $jobid para $DESTINATION bloqueado
+Subject: fax $JOBINFO para $DESTINATION bloqueado
 From: Servidor de fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 1bed858da2f39158cecc863759ace1d4d6e99795..5e0f7015cd0e49d532e8fdabcec8ab66fbe3c6b8 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax $jobid para $DESTINATION enviado
+Subject: fax $JOBINFO para $DESTINATION enviado
 From: Servidor de fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 5c1065607e36ccc224a0c349f257362fb62bc7ea..2c881f9aff09a4f8ea62593052ed03315b46ee85 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax $jobid para $DESTINATION falhou
+Subject: fax $JOBINFO para $DESTINATION falhou
 From: Servidor de fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index ff5356e674fb7c0d02e1f39f80bc471aa1c5c410..1dbc2121c02503e6fc72eca9121bb7b1bbc02c4a 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax $jobid para $DESTINATION falhou
+Subject: fax $JOBINFO para $DESTINATION falhou
 From: Servidor de fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 87961229dcf5a26127e766f27ee3bb811ba82541..5fcbb5ea97518541357550b08176e5a65626735f 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax $jobid para $DESTINATION removido da memória
+Subject: fax $JOBINFO para $DESTINATION removido da memória
 From: Servidor de fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 93054e469283ada66ba7c2ccb40840201e1b11c7..2d1e947b7ae914d131284a26f04b9ddb480b4365 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax $jobid para $DESTINATION falhou
+Subject: fax $JOBINFO para $DESTINATION falhou
 From: Servidor de fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index a986973282e13c312b7c7c9769744c57e008ae2f..8a9a5e093a1c584cca740ef5610370993e3db472 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax $jobid para $DESTINATION removido da memória
+Subject: fax $JOBINFO para $DESTINATION removido da memória
 From: Servidor de fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 6b1c59b76cfa860d637fe0b1af16f2e9704559d1..86b9439a0436321f2f450f793002d5b14c2ecd44 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax $jobid para $DESTINATION colocado em memória 
+Subject: fax $JOBINFO para $DESTINATION colocado em memória 
 From: Servidor de fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 475ab20220d9ba97887337d38fa934e97eb88336..84eee8a21a1e2b7caa0548b5b706d302271e3410 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax $jobid para $DESTINATION falhou
+Subject: fax $JOBINFO para $DESTINATION falhou
 From: Servidor de fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index ad8014af7715cadf597cc560c1c007feb385a89e..26693297abee8e00a28207c9f1f919abc54410ea 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax $jobid para $DESTINATION bloqueado
+Subject: fax $JOBINFO para $DESTINATION bloqueado
 From: Servidor de fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index ffe4e480e4014c9e76b747e8c7316a77f0444800..54ef85f5e9c1917dd340ef2c385284f6453a27de 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax $jobid para $DESTINATION enviado
+Subject: fax $JOBINFO para $DESTINATION enviado
 From: Servidor de fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 5c1065607e36ccc224a0c349f257362fb62bc7ea..2c881f9aff09a4f8ea62593052ed03315b46ee85 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax $jobid para $DESTINATION falhou
+Subject: fax $JOBINFO para $DESTINATION falhou
 From: Servidor de fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 36c5e9f22ad701044509abdc6ccdaa84edf63612..ab3f173af1b90dd251b5cec887c4cfeae6c67929 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax $jobid para $DESTINATION falhou
+Subject: fax $JOBINFO para $DESTINATION falhou
 From: Servidor de fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 87961229dcf5a26127e766f27ee3bb811ba82541..5fcbb5ea97518541357550b08176e5a65626735f 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax $jobid para $DESTINATION removido da memória
+Subject: fax $JOBINFO para $DESTINATION removido da memória
 From: Servidor de fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 93054e469283ada66ba7c2ccb40840201e1b11c7..2d1e947b7ae914d131284a26f04b9ddb480b4365 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax $jobid para $DESTINATION falhou
+Subject: fax $JOBINFO para $DESTINATION falhou
 From: Servidor de fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index e63c9d8910be39a98af3914464e0036f4c22d766..31e62690bb671671e7a531beb6fecbc81457d6e5 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax $jobid para $DESTINATION falhou
+Subject: fax $JOBINFO para $DESTINATION falhou
 From: Servidor de fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index a986973282e13c312b7c7c9769744c57e008ae2f..8a9a5e093a1c584cca740ef5610370993e3db472 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax $jobid para $DESTINATION removido da memória
+Subject: fax $JOBINFO para $DESTINATION removido da memória
 From: Servidor de fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 46b96f0bbaa7b02988eb714a4ffb83f7b3aa3478..4427f04752daa77b9ab745c5a620d7a2ac5e7b96 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax $jobid para $DESTINATION colocado na memória 
+Subject: fax $JOBINFO para $DESTINATION colocado na memória 
 From: Servidor de fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 475ab20220d9ba97887337d38fa934e97eb88336..84eee8a21a1e2b7caa0548b5b706d302271e3410 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: fax $jobid para $DESTINATION falhou
+Subject: fax $JOBINFO para $DESTINATION falhou
 From: Servidor de fax HylaFAX <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 19249aa27e9a98608948d89329b80029431771e9..36abd5dfdfe42e7ff6438070a243731805377757 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Fax $jobid către $DESTINATION este blocat
+Subject: Fax $JOBINFO către $DESTINATION este blocat
 From: HylaFAX Agent <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index f157b7a9d5021a6ca716540e8029bb1234ff4afa..89a9c9d79a70b20e2ffca3768c303f6c4eb7708a 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Fax $jobid către $DESTINATION finalizat
+Subject: Fax $JOBINFO către $DESTINATION finalizat
 From: HylaFAX Agent <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index cd3bfbd44680bd3d1516dfb71b36f8443468dae1..3c8ef85be38827e06d05775a2713b70477dd910c 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Fax $jobid către $DESTINATION eşuat
+Subject: Fax $JOBINFO către $DESTINATION eşuat
 From: HylaFAX Agent <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 9f2285a660a520dd14e7d230dc421808c6b30e92..27e37c2793171cdfb1b06bd24db079a1d6be7acc 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Fax $jobid către $DESTINATION eşuat
+Subject: Fax $JOBINFO către $DESTINATION eşuat
 From: HylaFAX Agent <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 9f80e605d708be4c295e999817934bbdbcf523e0..91a3c35637b5833fc03cb11ed2c69df7d4a3989b 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Fax $jobid către $DESTINATION şters din coadă
+Subject: Fax $JOBINFO către $DESTINATION şters din coadă
 From: HylaFAX Agent <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 75b5ece9e819f69676aad04985dbe52faa48dcec..57849d1d3c70b4478be88fe8473b063b3edbd32f 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Fax $jobid către $DESTINATION eşuat
+Subject: Fax $JOBINFO către $DESTINATION eşuat
 From: HylaFAX Agent <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 64b45175f226c167fc6cf7aa4b5c3fcc778d7572..b74f9f70004decd3838f5d18cb47de4baf221e1a 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Fax $jobid către $DESTINATION eşuat
+Subject: Fax $JOBINFO către $DESTINATION eşuat
 From: HylaFAX Agent <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index bb4e26a87d7321febf84c7bfa14b9032b57cfc97..1ce719b0f3f50bce01617fe84ba553a069f7fd7a 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Fax $jobid către $DESTINATION şters din coadă
+Subject: Fax $JOBINFO către $DESTINATION şters din coadă
 From: HylaFAX Agent <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 51bea3f82ddfd4a97c63cea8b95686d6aeb43289..aeae2ba34055b505c8121d066c4b9ec476ee9dce 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Fax $jobid către $DESTINATION 
+Subject: Fax $JOBINFO către $DESTINATION 
 From: HylaFAX Agent <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 130260256f27d12bcc7a5888a39bfc66b7220d67..f90b15291cfc895f9f5987b0ecff939188ab0f05 100644 (file)
@@ -1,5 +1,5 @@
 To: $SENDTO
-Subject: Fax $jobid către $DESTINATION eşuat
+Subject: Fax $JOBINFO către $DESTINATION eşuat
 From: HylaFAX Agent <$FROMADDR>
 Content-type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: Quoted-Printable
index 638f9f65567b831e3bb5079dfde6e4818716e9f4..d4ac391358dd92e4ebc24c5d9a183723f0bf0818 100644 (file)
@@ -107,15 +107,19 @@ fi
 if [ "$jobtype" = "pager" ] ; then
     number=$pagernum
 fi
-DESTINATION="$receiver"
-if [ -n "$DESTINATION" ]; then
-    DESTINATION="$DESTINATION ($number)"
+if [ -n "$receiver" ]; then
+    DESTINATION="$receiver ($number)"
 else
     DESTINATION="$number"
 fi
+if [ -n "$jobtag" ]; then
+    JOBINFO="$jobtag ($jobid)"
+else
+    JOBINFO="$jobid"
+fi
 
 SENDTO=$mailaddr
-export SENDTO FROMADDR TOADDR SESSION_LOG DESTINATION WHY JTIME NEXT
+export SENDTO FROMADDR TOADDR SESSION_LOG DESTINATION WHY JTIME NEXT JOBINFO
 
 #
 # Apply customizations.  All customizable variables should