Changeset 1050

Show
Ignore:
Timestamp:
09/03/06 13:25:44 (2 years ago)
Author:
jm3
Message:

updated comments with usage and rationale

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • utils/blogging/blosxom-email-to-post.pl

    r1049 r1050  
    22use strict; 
    33 
    4 # accepts blosxom posts via email so you can post via your phone, email, etc. 
     4# by john manoogian III <jm3@codeswami.com> 
     5# open source. 
     6 
     7# Accepts blosxom posts via email so you can post via your phone, email, etc. 
    58# (no authentication is performed, so either obscure the address this script is connected to, 
    69# or hack the code to require a password or auth challenge-response in some form) 
     10 
     11# Why this script? 
     12# - unlike BlosGate, this script *does not* require Mail::POP3Client, Cache::FileCache, or Mail::Sendmail 
     13# - unlike Blog Post, it is free and requires no registration 
    714 
    815my $verbose = 1; 
     
    1320my $logfile = "/home/username/logs/emailed-posts.log"; 
    1421 
    15 # change nothing below this line. 
    16 ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### 
     22# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 
     23# Casual users should not need to change anything below this line 
     24# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 
    1725 
    1826# flags