doc: update name in README
This commit is contained in:
parent
c7958dafa1
commit
2de4dc2ac1
1 changed files with 18 additions and 20 deletions
36
README.md
36
README.md
|
@ -1,13 +1,15 @@
|
||||||
# ReportSpam
|
# BulkBarrage
|
||||||
|
|
||||||
ReportSpam is a command-line tool that enables users to report spam emails to
|
BulkBarrage is a command-line tool that enables users to report spam emails to
|
||||||
the SignalSpam platform. This tool serves as a bridge between individual users
|
the SignalSpam platform <signal-spam.fr>.
|
||||||
and the SignalSpam service, facilitating the process of submitting spam for
|
|
||||||
investigation and action.
|
This tool serves as a bridge between individual users and the SignalSpam
|
||||||
|
service, facilitating the process of submitting spam for official investigation
|
||||||
|
and action.
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
ReportSpam is a community-driven project developed independently from
|
BulkBarrage is a community-driven project developed independently from
|
||||||
SignalSpam. It offers a convenient way for users to report spam emails directly
|
SignalSpam. It offers a convenient way for users to report spam emails directly
|
||||||
from any email-piping capable mail client by leveraging the HTML forms on
|
from any email-piping capable mail client by leveraging the HTML forms on
|
||||||
SignalSpam's web platform. The project is currently in beta but is mature
|
SignalSpam's web platform. The project is currently in beta but is mature
|
||||||
|
@ -26,14 +28,14 @@ To build the project from source:
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
To install ReportSpam, follow these steps:
|
To install BulkBarrage, follow these steps:
|
||||||
|
|
||||||
1. Ensure that CrystalLang is installed on your system.
|
1. Ensure that CrystalLang is installed on your system.
|
||||||
2. Clone the repository:
|
2. Clone the repository:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/your-repo/reportspam.git
|
git clone https://github.com/your-repo/bulkbarrage.git
|
||||||
cd reportspam
|
cd bulkbarrage
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Use the Makefile to build the project:
|
3. Use the Makefile to build the project:
|
||||||
|
@ -44,40 +46,36 @@ To install ReportSpam, follow these steps:
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
ReportSpam can be used in a few simple steps:
|
BulkBarrage can be used in a few simple steps:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
Usage: reportspam [options] [command]
|
Usage: bulkbarrage [options] [command]
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
configure Initialize the configuration
|
configure Initialize the configuration
|
||||||
send Process and report spam email (default: from STDIN)
|
report Process and report spam email (default: from STDIN)
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-h, --help Show this help
|
-h, --help Show this help
|
||||||
```
|
```
|
||||||
|
|
||||||
- **Configure**: Set up your initial configuration for using ReportSpam.
|
|
||||||
- **Report**: Pipe an email into the tool to report it as spam.
|
|
||||||
- **Help**: Display the help message for more information.
|
|
||||||
|
|
||||||
### Reporting Spam
|
### Reporting Spam
|
||||||
|
|
||||||
To report a spam email, you can use the `report` command:
|
To report a spam email, you can use the `report` command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cat spam_email.eml | reportspam send
|
cat spam_email.eml | bulkbarrage send
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
After installation, run `reportspam configure` to set up your user
|
After installation, run `bulkbarrage configure` to set up your user
|
||||||
configuration, which may include credentials or preferences for interacting
|
configuration, which may include credentials or preferences for interacting
|
||||||
with the SignalSpam platform.
|
with the SignalSpam platform.
|
||||||
|
|
||||||
## Issue Reporting
|
## Issue Reporting
|
||||||
|
|
||||||
Issues can be reported on ReportSpam's Issue Tracker.
|
Issues can be reported on BulkBarrage's Issue Tracker.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue