logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

News::AutoReply - derivative of News::Article for generating autoreplies

Author

Constructor

       new ( ORIGINAL )
           Construct  an  autoreply  to  a  message, assuming that the Reply-To (if present, otherwise the From)
           header of "ORIGINAL" is valid.

           Returns a new Article object with no body or envelope sender, but with suitable headers.

           If an environment variable LOOP is defined, it is used as the contents of an X-Loop header  added  to
           the  reply  (this  is  useful  when using this code in progs launched from a procmail recipe). Always
           preserves X-Loop headers in the original.

           The reference-folding code could probably be improved.

Description

       Like News::Article, but must be given a reference to another article at creation time - initialises To,
       In-Reply-To, References etc.  correctly as an automatic reply.

Name

       News::AutoReply - derivative of News::Article for generating autoreplies

Source

       Contact the author.

Synopsis

         use News::AutoReply;

         $reply = News::AutoReply->new($message);

Usage

         use News::AutoReply;

       Exports nothing.

See Also