Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/otherjoel/racket-canned-responses

Script for generating canned responses
https://github.com/otherjoel/racket-canned-responses

Last synced: about 1 month ago
JSON representation

Script for generating canned responses

Awesome Lists containing this project

README

        

canned
======

This is a small Racket package for producing canned responses that might otherwise
be fussy to type. Right now it includes only one such kind of response: giving notice
to a company that their SPF records are misconfigured.

The `raco canned spf` command only works on Windows for now.

## Installation

Clone the repository and install locally by running this command from inside the folder:

`raco pkg install --link`

This will install a `canned` subcommand for raco. Run `raco canned` for a list of available
directives.

Place an `options.ini` file in the project folder that looks like this:

# Options

company-name: Pizza Hut
direct-phone: 612 488 8888

## SPF Notices

Running `raco canned spf ` will generate a helpful, detailed notice informing
someone that their SPF record is broken and needs fixing.