[imp] motd.php
   
    Mike Barsalou
     
    mbarsalou@aidea.org
       
    Mon, 29 Apr 2002 15:37:43 -0800
    
    
  
Thank you for being so gracious.  That will work great for me.
Mike
-----Original Message-----
From: Ewout Meij [mailto:horde@meij.net]
Sent: Monday, April 29, 2002 3:18 PM
To: Mike Barsalou
Cc: 'imp@lists.horde.org'
Subject: Re: [imp] motd.php
: 
Quoting Mike Barsalou <mbarsalou@aidea.org>:
> What format does the motd.php file require? 
google is your friend. From:
http://faqchest.dynhost.com/prgm/imp-l/imp-00/imp-0010/imp-
001007/imp00101209_16136.html
<?php
      if ($language == "fr") { echo "Ceci n'est pas un MOTD."; }
  elseif ($language == "de") { echo "Dieses ist nicht ein MOTD."; }
  elseif ($language == "it") { echo "Ciò non è un MOTD."; }
    else                     { echo "This is the MOTD."; }
?>
Cheers,
Ewout
-------------------------------------------------