jetmore / swaks

Swaks - Swiss Army Knife for SMTP
http://jetmore.org/john/code/swaks/
GNU General Public License v2.0
848 stars 86 forks source link

Minor enhancement in documentation #39

Closed heiko3 closed 2 years ago

heiko3 commented 2 years ago

The example in the manpage

swaks --to user@example.com --body /path/to/gtube/file

should be

swaks --to user@example.com --body @/path/to/gtube/file

as filenames without '@' prefix generate a "DEPRECATION WARNING".

jetmore commented 2 years ago

Thanks for noticing and reporting