Skip to content

Commit

Permalink
add wildcard-processor to available processors list (#80)
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
peterkrejci authored and flashmob committed Jun 8, 2017
1 parent e93d2e3 commit 3faf7b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ The following processors can be imported to your project, then use the
| Processor | Description |
|-----------|-------------|
|[MailDir](https://github.com/flashmob/maildir-processor)|Save emails to a maildir. [MailDiranasaurus](https://github.com/flashmob/maildiranasaurus) is an example project|
|[FastCGI](https://github.com/flashmob/fastcgi-processor)|Deliver email directly to PHP-FPM or a similar FastCGI backend.
|[FastCGI](https://github.com/flashmob/fastcgi-processor)|Deliver email directly to PHP-FPM or a similar FastCGI backend.|
|[WildcardProcessor](https://github.com/DevelHell/wildcard-processor)|Use wildcards for recipients host validation.|

Have a processor that you would like to share? Submit a PR to add it to the list!

Expand Down

0 comments on commit 3faf7b7

Please sign in to comment.