WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: tcz shipping delay  (Read 2444 times)

Offline CardealRusso

  • Full Member
  • ***
  • Posts: 160
tcz shipping delay
« on: June 17, 2023, 04:47:53 AM »
Hello, I have sent to tcesubmit@gmail.com two packages; fuse-zip and archivemount. I tried to correctly follow all the tips for sending the package, as well as the proper verification of dependencies, licenses, strip, binaries source code and etc, but I never got an email response.

I believe it was sent to the spam folder.

I've also noticed other different people complaining that packet submissions are never answered. If there is some undocumented and unclear reason (eg the package is 1kb heavier so I won't accept it. or I won't accept it because it was submitted by an unknown person who may be sending viruses) it would be good to explain so we can work on this answer, yeah It's simply impossible to resolve a question you don't know the reason for.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11221
Re: tcz shipping delay
« Reply #1 on: June 17, 2023, 06:16:27 AM »
Hi CardealRusso
It may take a week or two for your submission to be processed.

From the link you posted:
Quote
... Submit extension:

- tar all necessary and optional files, example:
     tar cvzf rogue.tar.gz rogue/
- attach and email to tcesubmit@gmail.com
- note: encryption of the extension attachment is not required ...
I recommend encrypting the extension to prevent email providers from
flagging/blocking extensions because they looked inside the attachment
and saw something they did not like.

You can encrypt your extension like this:
Code: [Select]
bcrypt extension.tar.gzThen enter  tinycore  at the  Encryption key:  prompt.

Or you can use this one liner:
Code: [Select]
yes tinycore | bcrypt extension.tar.gz

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: tcz shipping delay
« Reply #2 on: June 17, 2023, 09:15:56 AM »
I checked tcesubmit 2 days ago, I’ll check the spam tomorrow - if the submission wasn’t bcrypted it’s possible it didn’t even make the spam.

Offline CardealRusso

  • Full Member
  • ***
  • Posts: 160
Re: tcz shipping delay
« Reply #3 on: June 17, 2023, 10:10:53 AM »
flagging/blocking extensions because they looked inside the attachment
...if the submission wasn’t bcrypted it’s possible it didn’t even make the spam.
yes i indeed forgot to bcrypt the files
however the files were not detected by google's anti-virus, since, if it were, I myself would be warned that the email I sent contained a virus, however the message sent only states that the file was scanned.
https://support.google.com/mail/answer/25760?hl=en#zippy=%2Cvirus-in-an-email-sent-to-you%2Cvirus-in-an-email-youre-sending

So I assume it went to the spam box or was never read.
In fact, according to the google article mentioned, the file is scanned before the email is sent, when it is attached in the draft, so it would never be supposedly sent if it found any problems.
« Last Edit: June 17, 2023, 10:16:39 AM by CardealRusso »

aus9

  • Guest
Re: tcz shipping delay
« Reply #4 on: June 18, 2023, 01:38:40 AM »
Hi Rich wrote
Quote
I recommend encrypting the extension to prevent email providers from flagging/blocking extensions because they looked inside the attachment and saw something they did not like.
I am guilty of that...but I think I can remember someone like bmarkus or similar statue saying no longer required.

Another way to submit is upload your tarball to a host site and email the link?

This is sometimes useful as gmail has an attachment limit of sending of 25Mb
https://emailanalytics.com/gmail-attachment-size-limit/

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11221
Re: tcz shipping delay
« Reply #5 on: June 18, 2023, 04:26:17 AM »
Hi aus9
Email providers are quite capable of looking inside .zip, .rar, .bz, .gz, etc
files to examine the source code and .tcz files.

When examining the source code, variable and function names as well
as programming language syntax can trigger the spam filter.

When examining the  .tcz  file, regardless of whether it knows how to look
inside it, there is always the possibility of a false positive on the virus scan.
« Last Edit: June 18, 2023, 07:33:09 AM by Rich »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: tcz shipping delay
« Reply #6 on: June 18, 2023, 06:56:19 AM »
Hello, I have sent to tcesubmit@gmail.com two packages; fuse-zip and archivemount

The archivemount email was dated 15 june and the fuse-zip email 16 june, there was nothing relevant in the spam folder.

Offline CardealRusso

  • Full Member
  • ***
  • Posts: 160
Re: tcz shipping delay
« Reply #7 on: August 14, 2023, 06:00:06 AM »
Hi Juanito. I submitted over 10 extensions almost 2 weeks ago and still none have been verified.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: tcz shipping delay
« Reply #8 on: August 14, 2023, 09:25:03 AM »
I’ve been traveling, I should be able to get to them after the weekend.

Offline CardealRusso

  • Full Member
  • ***
  • Posts: 160
Re: tcz shipping delay
« Reply #9 on: August 17, 2023, 09:28:13 AM »
I’ve been traveling, I should be able to get to them after the weekend.
Hi Juanito. I sent an update to libaom but the message was ignored because "Message may contain a virus". Could you check over here?

Quote
Hello,

This must satisfy all requirements; Contains Sourcetarball and a buildscript. These should replace aom.tcz and aom-dev.tcz

For TinyCore 14.x x64 only
The .tcz files have not been modified from the buildscript, you can replicate them yourself.
https://www.mediafire.com/file/rcxv3b8egkvb6nn/libaom.tar.gz/file

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11221
Re: tcz shipping delay
« Reply #10 on: August 17, 2023, 05:06:00 PM »
Hi CardealRusso
... Hi Juanito. I sent an update to libaom but the message was ignored because "Message may contain a virus". Could you check over here? ...
Try running  bcrypt  using password  tinycore  on your update before emailing it:
Code: [Select]
yes tinycore | bcrypt libaom.tar.gz

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: tcz shipping delay
« Reply #11 on: August 18, 2023, 01:25:14 AM »
I sent an update to libaom but the message was ignored because "Message may contain a virus". Could you check over here?

No such email received in the inbox or spam...

aus9

  • Guest
Re: tcz shipping delay
« Reply #12 on: August 18, 2023, 03:54:37 AM »
Hi CardealRusso

I assume you are using a gmail account....and your link suggests that if you are the sender then
Quote
If an attachment you're trying to attach is infected with a virus, you'll see a "Virus detected!" error message. You'll see the option to send the email without the attachment.

I can confirm that I attempted to send an unencypted attachment via yahoo.
Yahoo acts different to gmail but gives me  a better response.
I got a mailer daemon error saying mail was not delivered due to a scan suggesting I was sending a virus etc.
I can not remember the exact wording and I had deleted that post.
So Yahoo blocked the mail being sent and I am suggesting that is what happened to you

Offline CardealRusso

  • Full Member
  • ***
  • Posts: 160
Re: tcz shipping delay
« Reply #13 on: August 18, 2023, 12:31:07 PM »
Try running  bcrypt
Hello. Yes, Bcrypt solves that, I forgot.

No such email received in the inbox or spam...
could look at libaom-dev.tcz (in the repository) it has problems in the directories, because it is without the "usr" folder. While the tcz I sent didn't have this problem.

I assume you are using a gmail account....
yes
bcrypt should do the trick.

Offline CardealRusso

  • Full Member
  • ***
  • Posts: 160
Re: tcz shipping delay
« Reply #14 on: August 20, 2023, 05:23:05 AM »
Juanito, please check the tce email. I've uploaded many interesting packages (and error alerts), including a fltk wrapper for lua.  :D Everything was compiled into tinycore itself (I only use it) and includes the build scripts correctly.