0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 11:12:15 +02:00

formatting?

This commit is contained in:
David Goodwin 2024-05-31 19:27:12 +01:00
parent 519c934ed3
commit c32f344b9d
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -874,7 +874,7 @@ function encode_header($string, $default_charset = "utf-8")
}
}
break;
# end switch
# end switch
}
}
if ($enc_init) {

View File

@ -7,7 +7,7 @@
* finds one that's expired, it should update the alias record to remove the autoreply alias, as well as deactivating the vacation entry.
* @see https://github.com/postfixadmin/postfixadmin/issues/832
*
* How you link it into your cron routine is up to you - you 'could' have an entry in /etc/cron.hourly/postfixadmin that contains something like :
* How you link it into your cron routine is up to you - you 'could' have an entry in /etc/cron.hourly/postfixadmin that contains something like :
*
* #!/bin/bash
* cd /path/to/postfixadmin/scripts/examples